- 論壇徽章:
- 0
|
我在一個8核CPU的機(jī)器上編譯GCC4.3.3在make過程中出錯,先簡要介紹我的編譯過程
1 ../configure --prefix=/usr/local/gcc43通過,并沒有提示任何錯誤或警告
2 make -j 8在編譯過程中發(fā)現(xiàn)了一下錯誤
......(省略)
/usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../lib/crt1.o(.text+0x20): In function `_start':
../sysdeps/powerpc/powerpc32/elf/start.S:69: relocation truncated to fit: R_PPC_REL24 __libc_start_main@@GLIBC_2.0
/usr/lib/gcc-lib/powerpc-suse-linux/3.3.3/../../../../lib/crti.o(.text+0x10): In function `call_gmon_start':
/usr/src/packages/BUILD/glibc-2.3/cc/csu/crti.S:16: relocation truncated to fit: R_PPC_LOCAL24PC _GLOBAL_OFFSET_TABLE_+fffffffffffffffc
c-lang.o(.text+0x546c): In function `VEC_tree_base_quick_insert':
../../gcc/tree.h:213: relocation truncated to fit: R_PPC_REL24 memmove@@GLIBC_2.0
c-lang.o(.text+0x5554): In function `VEC_tree_base_ordered_remove':
../../gcc/tree.h:213: relocation truncated to fit: R_PPC_REL24 memmove@@GLIBC_2.0
c-lang.o(.text+0x5710): In function `VEC_tree_base_block_remove':
../../gcc/tree.h:213: relocation truncated to fit: R_PPC_REL24 memmove@@GLIBC_2.0
c-lang.o(.text+0x59bc): In function `VEC_tree_gc_copy':
../../gcc/tree.h:214: relocation truncated to fit: R_PPC_REL24 memcpy@@GLIBC_2.0
c-lang.o(.text+0x5c94): In function `VEC_tree_gc_safe_grow_cleared':
../../gcc/tree.h:214: relocation truncated to fit: R_PPC_REL24 memset@@GLIBC_2.0
c-lang.o(.text+0x5e24): In function `VEC_tree_heap_free':
../../gcc/tree.h:215: relocation truncated to fit: R_PPC_REL24 free@@GLIBC_2.0
c-lang.o(.text+0x5ee4): In function `VEC_tree_heap_copy':
../../gcc/tree.h:215: relocation truncated to fit: R_PPC_REL24 memcpy@@GLIBC_2.0
c-lang.o(.text+0x61bc): In function `VEC_tree_heap_safe_grow_cleared':
../../gcc/tree.h:215: relocation truncated to fit: R_PPC_REL24 memset@@GLIBC_2.0
c-lang.o(.text+0x699c): In function `VEC_constructor_elt_base_quick_insert':
../../gcc/tree.h:1569: additional relocation overflows omitted from the output
collect2: ld returned 1 exit status
make[3]: *** [cc1-dummy] Error 1
make[2]: *** [all-stage1-gcc] Error 2
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
各位大俠,有沒有誰以前接錯過這類問題的,有的話可以指導(dǎo)小弟把。先謝過啦。
PS: 64位8核PowperPC處理器 + Linux Kernel2.6.5 + gcc version 3.3.3 (SuSe Linux)]
附件是make過程中的stderr輸出 |
-
-
log.zip
2009-03-27 21:43 上傳
點(diǎn)擊文件名下載附件
20.95 KB, 下載次數(shù): 57
|