• 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
Re: Build errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build errors


  • Subject: Re: Build errors
  • From: Dave Dribin <email@hidden>
  • Date: Mon, 11 Sep 2006 15:54:52 -0500

On Sep 11, 2006, at 3:42 PM, Greg Guerin wrote:
Unfortunately, I don't know exactly how to preserve the preprocessor's
output with Xcode or gcc.

The "-save-temps" option on gcc saves the intermediate preprocessed output and assembly files. What I've done in the past is to copy the gcc command line from the detailed build window into a text editor and then add "-save-temps" at the beginning of the command. You can save this as a shell script and run it yourself from the command line. This has come in handy a couple of times before.


<http://developer.apple.com/documentation/DeveloperTools/gcc-4.0.1/ gcc/Debugging-Options.html>

-Dave

_______________________________________________
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


References: 
 >Re: Build errors (From: Greg Guerin <email@hidden>)

  • Prev by Date: Using source trees
  • Next by Date: Re: Build errors
  • Previous by thread: Re: Build errors
  • Next by thread: Re: Build errors
  • Index(es):
    • Date
    • Thread