| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| Hi David - On Apr 28, 2007, at 10:07 PM, David Dunham wrote:
How mysterious. A copy of the full build transcript for that target might be more illuminating. Absent that, however (sorry, I'm a little punchy at the end of the day today, and my grammar is becoming byzantine), I have a few guesses as to what's happening: 1) You're building for one or more architectures with GCC-3.3 or earlier. (DWARF is only supported when using GCC-4.0. If you need to build with an earlier compiler, you should probably use Stabs across the board - i.e., for all architectures - as your debug format. I'm not sure if there's a better way to alleviate this scenario.) Since you're building for 10.2, my guess is that this might be it. 2) You're linking your binary in such a way that none of its components contain any DWARF data. For instance, your binary links together a few different static libraries and/or object files - and nothing else - and all of the sources have already been stripped before they're used by your target. 3) You're building a truly trivial app which contains no symbols, so the compiler wasn't able to generate any DWARF information. (This seems unlikely, though. :-) -- email@hidden Apple Inc., Cupertino CA |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden This email sent to email@hidden
| References: | |
| >Making .dSYM fails (From: David Dunham <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.