This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/12983] New: segmentation fault on make bootstrap


configured gcc 3.3.2  for i686-pc-linux, kernel 2.4.18-4gb 
 
make[1]: Entering directory `/home/lang/obj/libiberty' 
make[2]: Entering directory `/home/lang/obj/libiberty/testsuite' 
make[2]: Nothing to be done for `all'. 
make[2]: Leaving directory `/home/lang/obj/libiberty/testsuite' 
make[1]: Leaving directory `/home/lang/obj/libiberty' 
make[1]: Entering directory `/home/lang/obj/zlib' 
: make ; exec true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" 
"CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g -O2" 
"INSTALL=/bin/sh /home/lang/gcc-3.3.2/install-sh -c" "INSTALL_DATA=/bin/sh 
/home/lang/gcc-3.3.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh 
/home/lang/gcc-3.3.2/install-sh -c " "INSTALL_SCRIPT=/bin/sh 
/home/lang/gcc-3.3.2/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" 
"LIBCFLAGS_FOR_TARGET=-O2 -g -O2" "MAKE=make" 
"MAKEINFO=/home/lang/gcc-3.3.2/missing makeinfo --no-split " "PICFLAG=" 
"PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" 
"RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" 
"libdir=/usr/local/lib" "prefix=/usr/local" 
"tooldir=/usr/local/i686-pc-linux-gnu" "AR=ar" "AS=as" "CC=gcc" "CXX=c++" 
"LD=ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" 
DO=all multi-do 
make[1]: Leaving directory `/home/lang/obj/zlib' 
Bootstrapping the compiler 
make[1]: Entering directory `/home/lang/obj/gcc' 
make AR_FOR_TARGET="ar" \ 
        RANLIB_FOR_TARGET="ranlib" \ 
        CC="gcc" libdir=/usr/local/lib LANGUAGES="c " \ 
        CFLAGS="-g " MAKEINFO="/home/lang/gcc-3.3.2/missing makeinfo 
--no-split" \ 
        MAKEINFOFLAGS="" COVERAGE_FLAGS= 
make[2]: Entering directory `/home/lang/obj/gcc' 
(cd intl && make all) 
make[3]: Entering directory `/home/lang/obj/gcc/intl' 
make[3]: Nothing to be done for `all'. 
make[3]: Leaving directory `/home/lang/obj/gcc/intl' 
./xgcc -B./ -B/usr/local/i686-pc-linux-gnu/bin/ -isystem 
/usr/local/i686-pc-linux-gnu/include -isystem 
/usr/local/i686-pc-linux-gnu/sys-include -O2 -DIN_GCC    -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  
-I. -I. -I../../gcc-3.3.2/gcc -I../../gcc-3.3.2/gcc/. 
-I../../gcc-3.3.2/gcc/config -I../../gcc-3.3.2/gcc/../include  -g0 
-finhibit-size-directive -fno-inline-functions -fno-exceptions 
-fno-zero-initialized-in-bss -fno-omit-frame-pointer \ 
   -c ../../gcc-3.3.2/gcc/crtstuff.c -DCRT_BEGIN \ 
  -o crtbegin.o 
cc1: internal compiler error: Segmentation fault 
Please submit a full bug report, 
with preprocessed source if appropriate. 
See <URL:http://gcc.gnu.org/bugs.html> for instructions. 
make[2]: *** [crtbegin.o] Error 1 
make[2]: Leaving directory `/home/lang/obj/gcc' 
make[1]: *** [stage1_build] Error 2 
make[1]: Leaving directory `/home/lang/obj/gcc' 
make: *** [bootstrap] Error 2 
 
Please let me know if you need more details and I will try to provide 
promptly.

-- 
           Summary: segmentation fault on make bootstrap
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vyav at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12983


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]