Re: Is there an Xcode SDK Format available?
Re: Is there an Xcode SDK Format available?
- Subject: Re: Is there an Xcode SDK Format available?
- From: Chris Espinosa <email@hidden>
- Date: Sat, 31 Oct 2009 10:34:44 -0700
On Oct 31, 2009, at 9:25 AM, David Hoerl wrote: I have a short term embedded system project, and am using a kludgy Xcode project driving a makefile. I just saw several posts saying that as of Xcode 3.1.3, the SDK format was made public, and that others have created their own "Platform SDK". Is this true? If so, I have been unable with google to uncover it, and a pointer would be most appreciated.
Otherwise, I have seen that a Xcode plugin exists (or did exist) that allowed Windows and Solaris development using Xcode 3.1.3 (http://pbil.univ-lyon1.fr/members/mgouy/XCodeWin32Plugin/).
Xcode can drive different toolchains through several mechanisms, such as the Build Rules panel or creating build settings or symlinks that redirect it to use tools other than the standard gcc and ld. Apple has also supported a very limited number of plug-in third party extensions for Xcode, such as the IBM xlc and the Intel icc compilers.
Some people have reverse-engineered the Platform construct to package up their own toolchains for use with Xcode. Apple does not publish information on how to do this or support the creation or use of those extensions.
Chris |
_______________________________________________
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