Re: gcc-4.0 failed with exit code 1
Re: gcc-4.0 failed with exit code 1
- Subject: Re: gcc-4.0 failed with exit code 1
- From: Cem Karan <email@hidden>
- Date: Fri, 14 Jul 2006 13:05:44 -0400
The subject line says it all; I keep having gcc itself fail while
trying to compile a bunch of code I've got. The warnings/errors
from one particular crash instance is below. Note that this keeps
happening over and over again on different files, but what I'll do
is keep telling XCode to compile, over and over again. Each time
I do a recompile, it appears that the set of files that crash are
fewer, like there is some sort of race going on that I can beat
once in a while.
Are you sure it doesn't have something to do with your header file,
line 418:
In file included from /Volumes/Blueradio/project/trunk/
BuildSystemFiles/OS_X/UnitTests/../../../Source/rtxc/rtxc.c:15:
/Volumes/Blueradio/project/trunk/BuildSystemFiles/OS_X/
UnitTests/../../../Source/rtxc/rtxcarg.h:418: error: parse error
before 'time_t'
You're right, it did. time.h was not #included, so time_t was an
unknown type. The problem that I had was that gcc kept on crashing;
that shouldn't happen.
Thanks,
Cem Karan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden