Re: Xcode-users Digest, Vol 3, Issue 654
Re: Xcode-users Digest, Vol 3, Issue 654
- Subject: Re: Xcode-users Digest, Vol 3, Issue 654
- From: George Warner <email@hidden>
- Date: Thu, 05 Oct 2006 12:47:05 -0700
- Thread-topic: Xcode-users Digest, Vol 3, Issue 654
on 10/5/06 5:04 AM, email@hidden at
<email@hidden> wrote:
> my first post did not result in any response
> am i overlooking something?
>
>> fix and continue is on, zero link is on, all optimizations are off
>> where to look next?
>>
>> thanks!
>
> could someone please help?
The problem for us is that we could write an entire "War & Peace" answer and
still not solve your problem. My best guess is that your project isn't
generating debug symbols. You may also try the following settings (Cut &
paste them into your _TARGET_'s settings window):
All Configurations
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk
PREBINDING = NO
ZERO_LINK = NO
MACOSX_DEPLOYMENT_TARGET = 10.4
GCC_PRECOMPILE_PREFIX_HEADER = YES
GCC_DYNAMIC_NO_PIC = NO
GCC_ENABLE_FIX_AND_CONTINUE = NO
GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO
Debug
OTHER_CFLAGS = $(value) -Werror-implicit-function-declaration -DDEBUG=1
ARCHS = "$(NATIVE_ARCH)"
GCC_OPTIMIZATION_LEVEL = 0
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES
GCC_WARN_MISSING_PARENTHESES = YES
GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES
GCC_WARN_UNKNOWN_PRAGMAS = YES
GCC_WARN_UNUSED_FUNCTION = YES
GCC_WARN_UNUSED_LABEL = YES
GCC_WARN_UNUSED_PARAMETER = YES
GCC_WARN_UNUSED_VALUE = YES
GCC_WARN_UNUSED_VARIABLE = YES
Release
ARCHS = ppc i386
GCC_OPTIMIZATION_LEVEL = s
GCC_GENERATE_DEBUGGING_SYMBOLS = NO
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
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