Re: Xcode stops build with no errors shown
Re: Xcode stops build with no errors shown
- Subject: Re: Xcode stops build with no errors shown
- From: Eric Albert <email@hidden>
- Date: Mon, 24 May 2004 20:30:02 -0700
On May 24, 2004, at 4:13 PM, Heath Raftery wrote:
On 25/05/2004, at 1:52 AM, Girish Gulawani wrote:
hi, all.
i have installed Xcode 1.0 over OSX 10.3.3 recently. however the
Xcode fails even while building a simple "hello world" program. there
was an error even while compiling this C source code on the command
line. the error was related to -lcrt1..o. i somehow managed to find
this file & linked it from the /usr/lib.. with this i am able to
build a.out from the command line. however even with this workaround
the Xcode does not finish the build
Just like this guy!
http://lists.apple.com/mhonarc/xcode-users/msg04316.html
could anybody please help understand what is wrong am i doing?
Follow the above thread. My response and solution is here:
http://lists.apple.com/mhonarc/xcode-users/msg04332.html
I'd suggest uninstalling Xcode 1.0 and then installing the complete
Xcode Tools 1.1 CD. That should fix the problem, and it'll ensure that
you end up with the correct crt1.o. Heath's recommendation may work,
but it won't work if you have a different crt1.o in the SDK from what
you should be using.
-Eric
_______________________________________________
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.