ICE building on darwin

Mike Stump mrs@apple.com
Tue Feb 3 21:54:00 GMT 2004


On Tuesday, February 3, 2004, at 01:45 PM, Syd Polk wrote:
> Current TOT checkout, trying to build on Darwin:
>
> ./xgcc -B./  
> -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/ -isystem  
> /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/include -isystem  
> /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/sys-include  
> -L/Users/jazzman/Work/Compiler/build/iPod/gcc.gnu.org/TOT/powerpc- 
> apple-darwin/gcc/../ld -DIN_GCC    -W -Wall -Wwrite-strings  
> -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition   
> -isystem ./include  -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  \
>   -c  
> /Volumes/Syd/Work/Compiler/gcc.gnu.org/TOT/gcc/gcc/config/darwin- 
> crt2.c -o crt2.o
> /Volumes/Syd/Work/Compiler/gcc.gnu.org/TOT/gcc/gcc/config/darwin- 
> crt2.c:0: internal compiler error: Bus error
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.

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.



More information about the Gcc mailing list