This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: ICE building on darwin
- From: Mike Stump <mrs at apple dot com>
- To: Syd Polk <spolk at apple dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 3 Feb 2004 13:54:31 -0800
- Subject: Re: ICE building on darwin
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.