Re: 32/64 bit problem
Re: 32/64 bit problem
- Subject: Re: 32/64 bit problem
- From: Robert Bielik <email@hidden>
- Date: Thu, 09 Jun 2011 13:54:17 +0200
Chris Suter skrev 2011-06-08 11:40:
What to do ? Xcode doesn't allow me to build a UB with different SDKs for 32
and 64 bit..
Yes it does.
Search the list archives for other tips and also check the
documentation. I've posted an answer to this in the past.
Ok, found the way to add build conditions to deployment target and compiler in Xcode (can confess that Xcode is not
my main work IDE...). So now I have it set as:
i386:
Base SDK: 10.6
Deployment target: 10.4
Compiler: GCC4.0
x86_64:
Base SDK: 10.6
Deployment target: 10.5
Compiler: GCC4.2
and it seems to work fine in both 32 & 64 bit :)
Thnx!
/Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden