|
|
第一个包binutils就make出错……
不过失败是成功之母,希望大家能帮我找到处理类似错误的方法,谢谢先啦!
configure没有问题,make出错信息:
gcc -DHAVE_CONFIG_H -I. -I../../binutils-2.15.91.0.2/gas -I. -D_GNU_SOURCE -I. -I../../binutils-2.15.91.0.2/gas -I../bfd -I../../binutils-2.15.91.0.2/gas/config -I../../binutils-2.15.91.0.2/gas/../include -I../../binutils-2.15.91.0.2/gas/.. -I../../binutils-2.15.91.0.2/gas/../bfd -I../../binutils-2.15.91.0.2/gas/../intl -I../intl -DLOCALEDIR="\"/tools/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -c ../../binutils-2.15.91.0.2/gas/app.c
In file included from ./targ-cpu.h:1,
from ../../binutils-2.15.91.0.2/gas/config/obj-elf.h:42,
from ./obj-format.h:1,
from ../../binutils-2.15.91.0.2/gas/config/te-linux.h:4,
from ./targ-env.h:1,
from ../../binutils-2.15.91.0.2/gas/as.h:629,
from ../../binutils-2.15.91.0.2/gas/app.c:30:
../../binutils-2.15.91.0.2/gas/config/tc-i386.h:457: error: array type has incomplete element type
make[3]: *** [app.o] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/binutils-build/gas'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/mnt/lfs/sources/binutils-build/gas'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/binutils-build/gas'
make: *** [all-gas] Error 2 |
|