This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12579] gengtype core dumping on Origin with MIPSpro 7.4
- From: "rrr6399 at futuretek dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Oct 2003 13:07:37 -0000
- Subject: [Bug target/12579] gengtype core dumping on Origin with MIPSpro 7.4
- References: <20031011160034.12579.rrr6399@futuretek.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12579
------- Additional Comments From rrr6399 at futuretek dot com 2003-10-12 13:07 -------
OK. I'll contact SGI.
I'd use gcc as the bootstrap compiler, but
there is a chicken and the egg problem. The target system has include files
for each versions of the SGI compiler stored in directories like:
/opt/MIPSpro/74/include rather than /usr/include.
The system I have gcc compiled on has the include
files in the /usr/include. (math.h, stdio.h, etc.)
I've copied over the compiled version of gcc to the target
system, but it can't find various include files. If I use
CC="gcc -I/opt/MIPSpro/74/include" I get all kinds of errors since
I think some compiler constants aren't being set. What is the best way
to deal with this situation in the short term? (Both systems
have SGI's 7.4 compiler installed by the way.)
Thanks,
Rob