Re: Help - custom compiler spec, but nothing happens!
Re: Help - custom compiler spec, but nothing happens!
- Subject: Re: Help - custom compiler spec, but nothing happens!
- From: Scott Tooker <email@hidden>
- Date: Sun, 16 Nov 2003 18:08:13 -0800
Setting up your own custom compiler spec doesn't work in Xcode 1.0.
Scott
On Nov 16, 2003, at 5:50 PM, Joe Auricchio wrote:
> Hi,
>
> I've written a custom .pbcompspec (and all the other necessary files),
> and selected it in the Build Rules section of the Target inspector...
> but when I go to build my source files, *absolutely nothing happens*.
>
> No building occurs. The compiler doesn't get run at all. No error
> messages appear. Nothing appears in the console log.
>
> Please help! Many many thanks.
>
> Joe Auricchio ~ email@hidden
>
> TI-C_compiler.pbcompspec:
> /*
> * Compiler spec for TIGCC
> * Based on "Built-in compilers.pbcompspec"
> */
>
> (
> {
> Identifier = com.apple.compilers.gcc.3_3.tigcc;
> BasedOn = com.apple.compilers.gcc.3_3;
> Name = "GCC 3.3 (TIGCC)";
> ExecPath = "/usr/local/tigcc/bin/tigcc";
> SupportsGCCStylePCH = no;
> Languages = (c,c.ti);
> /*Architectures = (m68k);*/
> FileTypes = (sourcecode.c,sourcecode.c.ti);
> },
> )
>
> (c.ti and sourcecode.c.ti are a custom .pbfilespec and .pblangspec)
> _______________________________________________
> xcode-users mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/xcode-users
> Do not post admin requests to the list. They will be ignored.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.