64位操作系统编译成32位可执行文件

sudo apt-get install lib32readline-gplv2-dev

然后 编译时加上 -m32

如:gcc a.c -m32

你可能感兴趣的:(64位操作系统编译成32位可执行文件)