Help - custom compiler spec, but nothing happens!
Help - custom compiler spec, but nothing happens!
- Subject: Help - custom compiler spec, but nothing happens!
- From: Joe Auricchio <email@hidden>
- Date: Sun, 16 Nov 2003 17:50:14 -0800
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.