交叉编译器用的是 arm-linux-gcc-3.4.1 u-boot源码是 u-boot-1.3.0
以下步骤: make smdk2410_congfig 正确通过 make
输出很多,最后显示 ... --end-group -L /usr/local/arm/3.4.1/lib/gcc/arm-linux/3.4.1 -lgcc \ -Map u-boot.map -o u-boot lib_arm/libarm.a(_udivsi3.o)(.text+0x8c):/home/wfn/u-boot-1.3.0/lib_arm/_udi vsi3.S:67: relocation truncated to fit: R_ARM_PLT32 __div0 lib_arm/libarm.a(_umodsi3.o)(.text+0xa8):/home/wfn/u-boot-1.3.0/lib_arm/_umo dsi3.S:79: relocation truncated to fit: R_ARM_PLT32 __div0 make: *** [u-boot] Error 1
不是应该输出u-boot.bin吗,但没有输出u-boot.bin ,上面的"Error 1"是什么意思呢,怎么回事呢?请教!
|