allen1880 发表于 2009-3-25 23:35:15

uboot编译问题,请大侠指教

# make fft2410_config
Configuring for fft2410 board...
# make
Generating include/autoconf.mk.dep
for dir in tools examples api_examples ; do make -C $dir _depend ; done
make: Entering directory `/home/allenlx/uboot/u-boot-1.3.4/tools'
make: Nothing to be done for `_depend'.
make: Leaving directory `/home/allenlx/uboot/u-boot-1.3.4/tools'
make: Entering directory `/home/allenlx/uboot/u-boot-1.3.4/examples'
make: Nothing to be done for `_depend'.
make: Leaving directory `/home/allenlx/uboot/u-boot-1.3.4/examples'
make: Entering directory `/home/allenlx/uboot/u-boot-1.3.4/api_examples'
make: Nothing to be done for `_depend'.
make: Leaving directory `/home/allenlx/uboot/u-boot-1.3.4/api_examples'
Generating include/autoconf.mk
make -C tools all
make: Entering directory `/home/allenlx/uboot/u-boot-1.3.4/tools'
gcc -g -Wall -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -idirafter /home/allenlx/uboot/u-boot-1.3.4/include2 -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o mkimage.o mkimage.c
gcc -g -Wall -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -idirafter /home/allenlx/uboot/u-boot-1.3.4/include2 -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o image.o image.c
gcc -g -Wall -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -idirafter /home/allenlx/uboot/u-boot-1.3.4/include2 -idirafter /home/allenlx/uboot/u-boot-1.3.4/include -DTEXT_BASE=0x33F80000 -DUSE_HOSTCC -O -c -o fdt.o fdt.c
/tmp/ccuULvTL.s: Assembler messages:
/tmp/ccuULvTL.s:35: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:60: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:86: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:114: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:139: Error: no such instruction: `eor %eax,%edx,%edx,ror'
/tmp/ccuULvTL.s:201: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:230: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:264: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:348: Error: no such instruction: `eor %eax,%edx,%edx,ror'
/tmp/ccuULvTL.s:414: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:704: Error: no such instruction: `eor %edx,%eax,%eax,ror'
/tmp/ccuULvTL.s:729: Error: no such instruction: `eor %edx,%eax,%eax,ror'
make: *** Error 1
make: Leaving directory `/home/allenlx/uboot/u-boot-1.3.4/tools'
make: *** Error 2

gcc版本
Reading specs from ./../lib/gcc-lib/arm-linux/3.3.2/specs
Configured with: ../gcc-3.3.2/configure --target=arm-linux --with-cpu=strongarm1100 --prefix=/usr/local/arm/3.3.2 i686-pc-linux-gnu --with-headers=/work/kernel.h3900/include --enable-threads=pthreads --enable-shared --enable-static --enable-languages=c,c++
Thread model: posix
gcc version 3.3.2

blackdante 发表于 2009-3-28 16:12:24

有没有试试先使用make dep 命令
页: [1]
查看完整版本: uboot编译问题,请大侠指教