• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
was crt1.o - build still fails
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

was crt1.o - build still fails


  • Subject: was crt1.o - build still fails
  • From: Scott Hughey <email@hidden>
  • Date: Thu, 13 May 2004 23:01:33 -0400

I had the missing crt1.o problem with Xcode on my new 12" PowerBook.
After copying the file to /usr/lib the build still fails though some of
the errors are no longer present.  This appears in the build window
now:

Building target prog1 with build style Development
(optimization:level 0, debug-symbols:on)

Native Build of Target "prog1"

Bundlizing
/Users/scott/prog1/build/prog1.build/prog1.build/Objects-normal/ppc/
main.ob
/Users/scott/prog1/build/prog1.build/prog1.build/Objects-normal/ppc/
main.o

I would appreciate any help on this.  I'm tired of trying to fix Xcode.
  I'd like to be USING it.

Scott Hughey

P.S. Here's the program I'm trying to build and run which works on my
667mhz PowerBook:
//
//  main.m
//  prog1
//
//  Created by Scott Hughey on Sat May 08 2004.
//  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
//

#import <stdio.h>

int main (int argc, const char *argv[])
{
     printf ("Programming is fun. \n");
     return 0;
}
_______________________________________________
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.


  • Follow-Ups:
    • Re: was crt1.o - build still fails
      • From: Heath Raftery <email@hidden>
    • Re: was crt1.o - build still fails
      • From: Matthew Formica <email@hidden>
  • Prev by Date: Re: Automated packaging
  • Next by Date: One very happy camper.
  • Previous by thread: Re: Command line arguments to a debugged app?
  • Next by thread: Re: was crt1.o - build still fails
  • Index(es):
    • Date
    • Thread