|
|
版本:Cross-Compiled Linux From Scratch - Embedded - Version SVN-0.0.1-20070214-arm
问题点:6.8. Cross GCC-4.1.2 - Static
现象: 在进行最小gcc编译时,出现下面的错误,请达人指点
/home/wj/CLFS_embedded/build/gcc-build/./gcc/xgcc -B/home/wj/CLFS_embedded/build/gcc-build/./gcc/ -B/home/wj/CLFS_embedded/mnt/cross-tools/arm-unknown-linux-uclibc/bin/ -B/home/wj/CLFS_embedded/mnt/cross-tools/arm-unknown-linux-uclibc/lib/ -isystem /home/wj/CLFS_embedded/mnt/cross-tools/arm-unknown-linux-uclibc/include -isystem /home/wj/CLFS_embedded/mnt/cross-tools/arm-unknown-linux-uclibc/sys-include -O2 -O2 -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/. -I../../gcc-4.1.2/gcc/../include -I../../gcc-4.1.2/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time \
-c ../../gcc-4.1.2/gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
/tmp/ccFDaaea.s: Assembler messages:
/tmp/ccFDaaea.s:68: Error: cannot represent BFD_RELOC_32 relocation in this object file format
/tmp/ccFDaaea.s:69: Error: cannot represent BFD_RELOC_32 relocation in this object file format
/tmp/ccFDaaea.s:101: Error: cannot represent BFD_RELOC_32 relocation in this object file format
/tmp/ccFDaaea.s:102: Error: cannot represent BFD_RELOC_32 relocation in this object file format
/tmp/ccFDaaea.s:35: Error: cannot represent BFD_RELOC_32 relocation in this object file format
/tmp/ccFDaaea.s:78: Error: cannot represent BFD_RELOC_ARM_PCREL_BRANCH relocation in this object file format
/tmp/ccFDaaea.s:111: Error: cannot represent BFD_RELOC_ARM_PCREL_BRANCH relocation in this object file forma |
|