Internal compiler error? [solved] (Modified by Dave Camp)
Internal compiler error? [solved] (Modified by Dave Camp)
- Subject: Internal compiler error? [solved] (Modified by Dave Camp)
- From: Dave Camp <email@hidden>
- Date: Mon, 3 Nov 2003 14:49:22 -0800
- Resent-date: Mon, 3 Nov 2003 14:59:44 -0800
- Resent-from: Dave Camp <email@hidden>
- Resent-message-id: <email@hidden m>
- Resent-to: Xcode-Users <email@hidden>
I gave up and rebooted. It seems to work now. I have no idea why...
Dave
XCode does not seem to like me at all today...
- Create a new Cocoa application project.
- Hit Build.
- Get the following message:
-----
ProcessPCH
build/Whatever.build/Whatever.build/PrefixHeaders/
Whatever_Prefix.pch.gch Whatever_Prefix.pch objective-c
mkdir -p
build/Whatever.build/Whatever.build/PrefixHeaders/
Whatever_Prefix.pch.gch
cd /Users/dave/Desktop/Whatever
/usr/bin/gcc-3.3 -x objective-c-header -c
/Users/dave/Desktop/Whatever/Whatever_Prefix.pch -Fbuild
-Ibuild/include -Ibuild/Whatever.build/Whatever.build/DerivedSources
-arch ppc -pipe -Wno-trigraphs -fpascal-strings -g -O0
-Wno-four-char-constants -Wmost -Wno-four-char-constants
-Wno-unknown-pragmas -O0 -fmessage-length=0 -mtune=G4
-ffix-and-continue -fzero-link -fpch-preprocess
-Wp,-header-mapfile,build/Whatever.build/Whatever.build/Whatever.hmap
-o
build/Whatever.build/Whatever.build/PrefixHeaders/
Whatever_Prefix.pch.gch/ppc_objective-c
In file included from
/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:
9,
from
/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12,
from
/Users/dave/Desktop/Whatever/Whatever_Prefix.pch:6:
/System/Library/Frameworks/Foundation.framework/Headers/
NSObjCRuntime.h:69: internal compiler error: Illegal instruction
----
I've looked at NSObjCRuntime.h and it seems fine to me. Just to be
sure, I deleted the whole project folder and created a new vanilla
project again with the same results.
Why won't XCode build projects that it just created?
Dave
---
There's an old proverb that says just about whatever you want it to.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.