Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建 libgloss,但是当我运行 make 时,我收到一系列与我的 64 位 osx 相关的消息:
/libgloss/i386/cygmon-crt0.S:76:suffix or operands invalid for `push'
当我查看这个文件时,我得到了movl32pushl位序列。但我找不到正确的选项来添加make以编译为 32 位。有人有想法吗?我用谷歌搜索了它,我找到了一些选项,但它没有用(比如--32......)
movl
pushl
make
--32