红联Linux门户
Linux帮助

ld: i386 architecture of input file `exit.o' is incompatible

发布时间:2016-01-13 15:41:52来源:linux网站作者:cremyos

编译一个简单的汇编文件,然后链接出现的时候这个问题。


情景再现:

$nasm -f elf exit.asm

$ld exit.o -o exit


出现下面的结果:

ld: i386 architecture of input file `exit.o' is incompatible

在网上搜了一下解决方案:

ld: i386 architecture of input file `exit.o' is incompatible

之后再执行链接就不会报错了。