天天看点

64位Ubuntu使用32位编译器

64位Ubuntu使用32位编译器

有时候我们需要在64位Ubuntu上使用32位编译器交叉编译代码。

这时Ubuntu可能会提示找不到编译器,这时安装lib32z1,使64位Ubuntu兼容32位编译环境。

sudo apt-get install lib32z1
           

安装成功后就可以使用32位编译器了。