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: ICE building on darwin



On Feb 3, 2004, at 1:54 PM, Mike Stump wrote:

Try:


make clean && make bootstrap

and see if that cures it. Brownie points if you save off the *.o files, and find the one that is missing the dependency in the makefile.



I'm sorry; I reported the wrong ICE. This is from clean:


stage1/xgcc -Bstage1/ -B/Users/jazzman/Work/Compiler/build/iPod/gcc.gnu.org/TOT/powerpc- apple-darwin/../../../../../install/iPod/gcc.gnu.org/TOT/powerpc-apple- darwin/powerpc-apple-darwin7.2.0/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/Volumes/Syd/Work/Compiler/gcc.gnu.org/TOT/gcc/gcc -I/Volumes/Syd/Work/Compiler/gcc.gnu.org/TOT/gcc/gcc/. -I/Volumes/Syd/Work/Compiler/gcc.gnu.org/TOT/gcc/gcc/../include -I../intl /Volumes/Syd/Work/Compiler/gcc.gnu.org/TOT/gcc/gcc/reload.c -o reload.o
[address=0077a35b pc=0053bb1c]
/Volumes/Syd/Work/Compiler/gcc.gnu.org/TOT/gcc/gcc/reload.c: In function `find_reloads':
/Volumes/Syd/Work/Compiler/gcc.gnu.org/TOT/gcc/gcc/reload.c:4382: 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[1]: *** [reload.o] Error 1
make: *** [stage2_build] Error 2


Trying to do the same on linux now.

Syd Polk (spolk@apple.com)
Technology EPM, Mac OS X Developer Tools
+1 408 974-0577


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