This is the mail archive of the gcc@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]

3.4 bib failed to bootstrap java on ppc


I just tried to build 3.4 bib last night on powerpc-unknown-gnu-linux
and had the java bootstrap fail.

Debian testing
gcc 2.95.4
glibc 2.2.5
binutils 2.13.90.0.10

stage1/xgcc -Bstage1/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c   -g -O2 -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -fno-common  -DHAVE_CONFIG_H    -I. -Ijava -I../../gcc/gcc -I../../gcc/gcc/java -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/java/jcf-write.c -o java/jcf-write.o
../../gcc/gcc/java/jcf-write.c: In function `init_jcf_state':
../../gcc/gcc/java/jcf-write.c:2853: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [java/jcf-write.o] Error 1
make[2]: Leaving directory `/usr/local/src/build-gcc/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/usr/local/src/build-gcc/gcc'
make: *** [bootstrap] Error 2


config.status has:

#!/bin/sh
# This file was generated automatically by configure.  Do not edit.
# This directory was configured as follows:
../gcc/configure --with-gcc-version-trigger=/usr/local/src/gcc/gcc/version.c --host=powerpc-unknown-linux-gnu --with-cpu=604e --enable-threads --program-suffix=-bib --enable-languages=c,c++,java,f77 --norecursion 
#  using "mt-frag"


Jerry Quinn


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