2014-03-03 5 views
1

CentOS 6 서버에서 gcc 4.8.2를 만들 때 설치하려고하면이 오류 정보가 나타납니다.gcc 4.8.2 CentOS 6에서 오류가 발생했습니다

나는 무슨 일이 일어나는지 전혀 모른다. 아무도 나를 도와 줄 수 없습니까?

많은 감사!

g++ -c -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../.././gcc -I../.././gcc/build -I../.././gcc/../include -I../.././gcc/../libcpp/include -I/root/gcc-4.8.2/host-x86_64-unknown-linux-gnu/gmp -I/root/gcc-4.8.2/gmp -I/root/gcc-4.8.2/host-x86_64-unknown-linux-gnu/mpfr -I/root/gcc-4.8.2/mpfr -I/root/gcc-4.8.2/mpc/src -I../.././gcc/../libdecnumber -I../.././gcc/../libdecnumber/bid -I../libdecnumber -I../.././gcc/../libbacktrace \ 
     -o build/genattrtab.o ../.././gcc/genattrtab.c 
g++ -g -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -o build/genattrtab \ 
     build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o  build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../../build-x86_64-unknown-linux-gnu/libiberty/libiberty.a 
build/genattrtab ../.././gcc/config/i386/i386.md insn-conditions.md \ 
     -Atmp-attrtab.c -Dtmp-dfatab.c -Ltmp-latencytab.c 
make[3]: *** [s-attrtab] Killed 
make[3]: Leaving directory `/root/gcc-4.8.2/host-x86_64-unknown-linux-gnu/gcc' 
make[2]: *** [all-stage1-gcc] Error 2 
make[2]: Leaving directory `/root/gcc-4.8.2' 
make[1]: *** [stage1-bubble] Error 2 
make[1]: Leaving directory `/root/gcc-4.8.2' 
make: *** [all] Error 2 
+3

당신의 편집은 OOM 킬러 또는 다른 서버 관리자에 의해 사망했습니다. –

+1

[읽기] (http://www.linuxfromscratch.org/lfs/view/development/chapter05/gcc-pass1.html) [through] (http://www.linuxfromscratch.org/lfs/view/development/chapter05) /gcc-pass2.html) LFS의 [relevant] (http://www.linuxfromscratch.org/lfs/view/development/chapter06/gcc.html) 장과 행운을 비네! –

답변

0

32 비트 또는 64 비트입니까?

나는 here을 보길 권합니다. 꽤 많은 suggestsions : 먼저 glibc는 헤더와 libs와 설치 소스 디렉토리

2.Suggestion에 구축을 위해 노력하고 있지 않은지 확인 1.Make

, 당신은 따라서 debuginfo 그러나 자세한 내용과이를 설치할 수 있습니다 찾을 수 here :

debuginfo-install glibc 
관련 문제