• 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: warning: no debug symbols in executable (-arch i386)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: warning: no debug symbols in executable (-arch i386)


  • Subject: Re: warning: no debug symbols in executable (-arch i386)
  • From: Nick Zitzmann <email@hidden>
  • Date: Mon, 27 Oct 2008 19:11:54 -0600


On Oct 27, 2008, at 4:43 PM, Jonathan Hohle wrote:

When building with gcc-llvm I get the following warning for each architecture I'm building for:
warning: no debug symbols in executable (-arch i386)


Is there a way to avoid this warning when using gcc-llvm?


I've only ever seen that warning when DWARF with dSYM is turned on in the configuration, and the build did not run the linker, so I'm assuming you're running into the same thing...

Don't use DWARF with dSYM on configurations that get frequently built and rebuilt. Or add a shell script build phase that forces the re- compile of a file in the target every time the configuration is built, which makes the binary image get re-linked every time.

Or just ignore the warning, which is what I do on dSYM configurations. This used to be a show-stopping build error not too long ago...

Nick Zitzmann
<http://seiryu.home.comcast.net/>



_______________________________________________
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: 
 >warning: no debug symbols in executable (-arch i386) (From: "Jonathan Hohle" <email@hidden>)

  • Prev by Date: Re: gcc 4.2 disables PowerPC G3 support
  • Next by Date: Re: Comparison WTF's
  • Previous by thread: warning: no debug symbols in executable (-arch i386)
  • Next by thread: Xcode Build Script Problem with openssl
  • Index(es):
    • Date
    • Thread