Re: Custom Platforms for Xcode
Re: Custom Platforms for Xcode
- Subject: Re: Custom Platforms for Xcode
- From: Jean-Daniel Dupas <email@hidden>
- Date: Wed, 29 Oct 2008 17:14:33 +0100
Le 29 oct. 08 à 16:57, George Warner a écrit : On Tue, 28 Oct 2008 13:17:08 -0700, Greg Hulands < email@hidden> wrote: I searched the list looking for some info on building a custom
platform for Xcode, but couldn't find anything. I am building one for
AVR microcontrollers so I can do all my development from within Xcode.
I have all the templates loading fine and showing up in the UI. The
problem I am having is when I try to compile.
Checking Dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=).
It appears that your new architecture isn't in the list of (valid) architectures for the project that you are trying to build.
...
> When checked, only the active architecture of the compiling machine is built (for faster debugging turnaround). This should be off unless you're compiling on an AVR machine (doubtful since Xcode won't run on AVR hardware ;-).
Not exactly. When check, it compils only the architecture defined as the active one (just like there is an active configuration, an active executable, and an active SDK, and it may be any target arch, not only the current machine arch).
|
_______________________________________________
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