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]

Re: Mainline bootstrap problem


Jerry Quinn <jlquinn@optonline.net> writes:

|> I'm having difficulty bootstrapping gcc on powerpc-unknown-linux-gnu.
|> I run configure, then make bootstrap, and it dies for me while
|> building the stage 2 compiler as follows:
|> 
|> stage1/xgcc -Bstage1/ -B/usr/local/powerpc-unknown-linux-gnu/bin/ -c -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/config -I../../gcc/gcc/../include ../../gcc/gcc/global.c -o global.o
|> ../../gcc/gcc/global.c: In function `build_insn_chain':
|> ../../gcc/gcc/global.c:1893: internal compiler error: internal 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]: *** [global.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
|> jlquinn@dragon:/usr/local/src/build-gcc$  

I have a similar failure on ia64, here it is crashing while building
tradcpp.c.  See http://gcc.gnu.org/ml/gcc/2002-06/msg01109.html.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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