Building GCC - gcc: Internal compiler error: program cc1 got fatal signal 11

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm attempting to compile GCC 4.3.2 on my old Debian box.  I'm
encountering the "gcc: Internal compiler error: program cc1 got fatal
signal 11" error during the make.

I would assume that I have a hardware problem and attempt to diagnose
that, but it happens in the exact same spot every time.  It also happens
with earlier versions (4.3.1, 4.2.4, and 3.4.6).

I'm assuming that I have an incorrect dependency wrong. I apologize that I
don't know what else to provide to get help on this.  Here's the
scrollback up to the error.  Also, I'm using gmp 4.2.1 and mpfr 2.3.0.

Thanks in advance.  I really appreciate the help.

-A

 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1
-DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-4.3.2/zlib     -g -c
-o libz_a-uncompr.o `test -f 'uncompr.c' || echo
'../../gcc-4.3.2/zlib/'`uncompr.c
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"zlib\"
-DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1
-DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1
-DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1  -I. -I../../gcc-4.3.2/zlib     -g -c
-o libz_a-zutil.o `test -f 'zutil.c' || echo
'../../gcc-4.3.2/zlib/'`zutil.c
In file included from /usr/include/sys/types.h:270,
                 from /usr/include/stdlib.h:320,
                 from ../../gcc-4.3.2/zlib/zutil.h:24,
                 from ../../gcc-4.3.2/zlib/zutil.c:8:
/usr/include/bits/pthreadtypes.h:99: warning: unnamed struct/union that
defines no instances
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o
libz_a-deflate.o libz_a-gzio.o libz_a-infback.o libz_a-inffast.o
libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o
libz_a-zutil.o
ranlib libz.a
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g" "CXXFLAGS=-g -O2"
"CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-O2 -g -g -O2  "
"INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644"
"INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c"
"LDFLAGS=" "LIBCFLAGS=-g" "LIBCFLAGS_FOR_TARGET=-O2 -g -g -O2  "
"MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000
--split-size=5000000 " "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=g++"
"LD=ld" "LIBCFLAGS=-g" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR="
DO=all multi-do # make
make[3]: Leaving directory `/home/agstemen/tarballs/gcc-obj/zlib'
Configuring stage 1 in ./libcpp
configure: creating cache ./config.cache
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for i686-pc-linux-gnu-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for i686-pc-linux-gnu-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking whether gcc supports -Wall... yes
checking whether gcc supports -Wwrite-strings... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking whether gcc supports -Wold-style-definition... no
checking whether gcc supports -Wmissing-format-attribute... no
checking whether gcc supports -pedantic -Wno-long-long... yes
checking dependency style of gcc... gcc
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for obstacks... yes
checking for off_t... yes
checking for size_t... yes
checking for ssize_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for clearerr_unlocked... yes
checking for feof_unlocked... yes
checking for ferror_unlocked... yes
checking for fflush_unlocked... yes
checking for fgetc_unlocked... yes
checking for fgets_unlocked... yes
checking for fileno_unlocked... yes
checking for fprintf_unlocked... no
checking for fputc_unlocked... yes
checking for fputs_unlocked... yes
checking for fread_unlocked... yes
checking for fwrite_unlocked... yes
checking for getchar_unlocked... yes
checking for getc_unlocked... yes
checking for putchar_unlocked... yes
checking for putc_unlocked... yes
checking whether abort is declared... yes
checking whether asprintf is declared... no
checking whether basename is declared... no
checking whether errno is declared... no
checking whether getopt is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgetc_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether fileno_unlocked is declared... yes
checking whether fprintf_unlocked is declared... no
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... no
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether vasprintf is declared... no
checking for working alloca.h... yes
checking for alloca... yes
checking for ANSI C header files... (cached) yes
checking for nl_langinfo and CODESET... yes
checking whether NLS is requested... yes
checking for catalogs to be installed...  be ca da de el es fr ja nl sv tr
uk vi zh_CN zh_TW be ca da de el es fr ja nl sv tr uk vi zh_CN zh_TW
checking for uchar...
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
make[3]: Entering directory `/home/agstemen/tarballs/gcc-obj/libcpp'
source='../../gcc-4.3.2/libcpp/charset.c' object='charset.o' libtool=no
DEPDIR=.deps depmode=gcc /bin/sh ../../gcc-4.3.2/libcpp/../depcomp gcc 
-I../../gcc-4.3.2/libcpp -I. -I../../gcc-4.3.2/libcpp/../include
-I../../gcc-4.3.2/libcpp/include  -g -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long 
-I../../gcc-4.3.2/libcpp -I. -I../../gcc-4.3.2/libcpp/../include
-I../../gcc-4.3.2/libcpp/include  -c ../../gcc-4.3.2/libcpp/charset.c
In file included from /usr/include/sys/types.h:270,
                 from ../../gcc-4.3.2/libcpp/system.h:169,
                 from ../../gcc-4.3.2/libcpp/charset.c:22:
/usr/include/bits/pthreadtypes.h:99: warning: unnamed struct/union that
defines no instances
source='../../gcc-4.3.2/libcpp/directives.c' object='directives.o'
libtool=no DEPDIR=.deps depmode=gcc /bin/sh
../../gcc-4.3.2/libcpp/../depcomp gcc  -I../../gcc-4.3.2/libcpp -I.
-I../../gcc-4.3.2/libcpp/../include -I../../gcc-4.3.2/libcpp/include  -g
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long  -I../../gcc-4.3.2/libcpp -I.
-I../../gcc-4.3.2/libcpp/../include -I../../gcc-4.3.2/libcpp/include  -c
../../gcc-4.3.2/libcpp/directives.c
In file included from /usr/include/sys/types.h:270,
                 from ../../gcc-4.3.2/libcpp/system.h:169,
                 from ../../gcc-4.3.2/libcpp/directives.c:24:
/usr/include/bits/pthreadtypes.h:99: warning: unnamed struct/union that
defines no instances
source='../../gcc-4.3.2/libcpp/directives-only.c'
object='directives-only.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh
../../gcc-4.3.2/libcpp/../depcomp gcc  -I../../gcc-4.3.2/libcpp -I.
-I../../gcc-4.3.2/libcpp/../include -I../../gcc-4.3.2/libcpp/include  -g
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-pedantic -Wno-long-long  -I../../gcc-4.3.2/libcpp -I.
-I../../gcc-4.3.2/libcpp/../include -I../../gcc-4.3.2/libcpp/include  -c
../../gcc-4.3.2/libcpp/directives-only.c
In file included from /usr/include/sys/types.h:270,
                 from ../../gcc-4.3.2/libcpp/system.h:169,
                 from ../../gcc-4.3.2/libcpp/directives-only.c:21:
/usr/include/bits/pthreadtypes.h:99: warning: unnamed struct/union that
defines no instances
source='../../gcc-4.3.2/libcpp/errors.c' object='errors.o' libtool=no
DEPDIR=.deps depmode=gcc /bin/sh ../../gcc-4.3.2/libcpp/../depcomp gcc 
-I../../gcc-4.3.2/libcpp -I. -I../../gcc-4.3.2/libcpp/../include
-I../../gcc-4.3.2/libcpp/include  -g -W -Wall -Wwrite-strings
-Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long 
-I../../gcc-4.3.2/libcpp -I. -I../../gcc-4.3.2/libcpp/../include
-I../../gcc-4.3.2/libcpp/include  -c ../../gcc-4.3.2/libcpp/errors.c
In file included from /usr/include/sys/types.h:270,
                 from ../../gcc-4.3.2/libcpp/system.h:169,
                 from ../../gcc-4.3.2/libcpp/errors.c:27:
/usr/include/bits/pthreadtypes.h:99: warning: unnamed struct/union that
defines no instances
gcc: Internal compiler error: program cc1 got fatal signal 11
make[3]: *** [errors.o] Error 1
make[3]: Leaving directory `/home/agstemen/tarballs/gcc-obj/libcpp'
make[2]: *** [all-stage1-libcpp] Error 2
make[2]: Leaving directory `/home/agstemen/tarballs/gcc-obj'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/agstemen/tarballs/gcc-obj'
make: *** [all] Error 2



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux