Re: Commandline Tool Chain?
Re: Commandline Tool Chain?
- Subject: Re: Commandline Tool Chain?
- From: Michael B Allen <email@hidden>
- Date: Sat, 17 Sep 2011 15:39:18 -0400
Does anyone at least know if Xcode just calls the GNU tool chain?
The following works:
gcc -framework CoreServices -framework CoreMidi -o p1 p1.c
But of course Xcode is using other compiler and linker options and no
amount of reading documentation is not going to tell me what they are.
Mike
On Sat, Sep 17, 2011 at 1:34 PM, Joe McMahon <email@hidden> wrote:
> xcodebuild will let you build the project from the command line, but it's not a simple command to use. If you're reasonably familiar with the Unix command line you should be able to read the man page and use it.
>
> Sent from my iPhone
>
> On Sep 17, 2011, at 9:17 AM, Paul Davis <email@hidden> wrote:
>
>> On Sat, Sep 17, 2011 at 12:07 PM, Michael B Allen <email@hidden> wrote:
>>> On Fri, Sep 16, 2011 at 11:15 PM, Chris Adamson <email@hidden> wrote:
>>>> Just realized you said you were on Xcode 3. The "build phases" I talked
>>>> about is for Xcode 4. For Xcode 3, I think you just need to right click on
>>>> the project file list, do "add existing framework", and choose
>>>> CoreMIDI.framework.
>>>
>>> Does anyone know if there is a way to see a log of compiler and linker
>>> commands Xcode used to build something?
>>>
>>> Meaning I don't want to use Xcode. I just want to use vi and make in
>>> terminals. If I can see what Xcode is spawning and with what arguments
>>> I can just do the same in Makefile.
>>>
>>> Otherwise, is there a good document that describes how to use the OSX
>>> tool chain from the commandline?
>>
>> all of unix.
>>
>> i have never used xcode on OS X - its not feasible to use different
>> build tools on different platforms. so, i use standard, cross
>> platform build tools (in my case, waf) to get the job done without
>> paying any attention to xcode at any level. the documentation for this
>> is not part of OS X, it comes with the tools. thus, the rich panoply
>> of web resources and man pages that describe everything, at every
>> level from absolute beginner to the actual source code of almost all
>> the tools. to get started, you have to pick a build tool first.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden