Re: Xcode Debugger Showing Wrong File
Re: Xcode Debugger Showing Wrong File
- Subject: Re: Xcode Debugger Showing Wrong File
- From: Steve Sisak <email@hidden>
- Date: Thu, 6 Dec 2007 19:05:21 -0500
At 3:48 PM -0800 12/6/07, Jim Ingham wrote:
You're using gcc-3.3 for the ppc side of this target. If you have
to use gcc-3.3 for some reason, then you have to use stabs, the
DWARF support only started with the 4.0 compiler on Mac OS X.
OK, that makes sense.
You should have gotten a valid dSYM for the x86 side of the binary,
but the PPC side of the dSYM is going to be empty, and you'll have
to use the stabs in the ppc side of the binary. Or, if you don't
actually need to use 3.3 on PPC, you can switch to 4.0 and you'll
get DWARF for both architectures.
We still have customers running 10.2.8 on old machines, although I'm
considering requiring 10.3.9 after this release.
Is there any way to use DWARF for i386 and stabs for PPC?
-Steve
_______________________________________________
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