Re: Build failed, because of ???
Re: Build failed, because of ???
- Subject: Re: Build failed, because of ???
- From: Shawn Erickson <email@hidden>
- Date: Tue, 13 Apr 2004 13:14:29 -0700
On Apr 13, 2004, at 12:29 PM, Randall Meadows wrote:
Can anyone interpret this build error:
CompileC
build/<projectname>.build/<projectname>.build/Objects-normal/ppc/
<projectname>.o <projectname>.m normal ppc objective-c
com.apple.compilers.gcc.3_3
mkdir -p
/Volumes/DevWorld/<projectname>/build/<projectname>.build/
<projectname>.build/Objects-normal/ppc
cd /Volumes/DevWorld/<projectname>
/usr/bin/distcc /usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe
-Wno-trigraphs -fasm-blocks -fpascal-strings -g -O0 -mtune=G4
-Wparentheses -Wno-four-char-constants -Wall -Wparentheses -Wmost
-Wno-four-char-constants -Wno-unknown-pragmas -O0 -fmessage-length=0
-ffix-and-continue -fzero-link -fpch-preprocess
-F/Volumes/DevWorld/<projectname>/build
-F/Users/randy/Library/Frameworks
-I/Volumes/DevWorld/<projectname>/build/include
-I/Volumes/DevWorld/<projectname>/build/<projectname>.build/
<projectname>.build/DerivedSources
-Wp,-header-mapfile,/Volumes/DevWorld/<projectname>/build/
<projectname>.build/<projectname>.build/<projectname>.hmap
-Wparentheses -include
/Volumes/DevWorld/<projectname>/build/SharedCaches/
<projectname>_Prefix-cdyexvyddvqjvbcfrhqbogqxwlkp/
<projectname>_Prefix.pch -c
/Volumes/DevWorld/<projectname>/<projectname>.m -o
/Volumes/DevWorld/<projectname>/build/<projectname>.build/
<projectname>.build/Objects-normal/ppc/<projectname>.o
<command line>:-3: sorry, unimplemented: had to relocate PCH
<command line>:-3: confused by earlier errors, bailing out
{standard input}:10:FATAL:.abort detected. Assembly stopping.
It's been working fine up until about 15 minutes ago. Now I get it
for EVERY source file, and nothing changed in the project except for
editing one or two source files when this started occurring. I now
appear to be dead in the water. I've removed the "build" directory,
closed and reopened the project, even quit and restarted XCode, all to
no avail.
Looks like pre-compiled header are borked for some reason.
Does running "sudo fixPrecomp" (is this still valid for xcode?) from
the command line make things happy again?
-Shawn
_______________________________________________
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.