2015年2月6日 星期五

在 64 位元系統上編譯 32 位元程式

安裝 32 位元函式庫
# apt-get install ia32-libs-dev
# apt-get install lib32z1-dev
gcc 模擬 32 位元


$ gcc -m32 -o output32 hello.c




References :
linux - /usr/bin/ld: skipping incompatible foo.so when searching for foo - Stack Overflow
HowTo Compile a 32-bit Application Using gcc On the 64-bit Linux Version - nixCraft

沒有留言:

張貼留言