Re: Using custom compiler
Re: Using custom compiler
- Subject: Re: Using custom compiler
- From: "Mark Wagner" <email@hidden>
- Date: Tue, 29 Apr 2008 17:29:41 -0700
On 4/29/08, David Wolstencroft <email@hidden> wrote:
>
> I've recently had an issue where I need to use a custom build of gcc in
> order to correctly build .S files (of a certain ISA) in a project.
> Directly piping in the usual gcc command line parameters would make my life
> easy, but I suspect this is not the case.
>
> Do I have an easy way out on this one?
My solution when I needed to add Windows support was to make a
symbolic link from /usr/bin/gcc2 to the Windows gcc compiler, then
tell Xcode to use GCC 2.95.2 when compiling the Windows project. I
suspect you can do something similar.
--
Mark Wagner
_______________________________________________
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