• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Help - custom compiler spec, but nothing happens!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Help - custom compiler spec, but nothing happens!
      • From: Winnie Wefelmeyer <email@hidden>
    • Re: Help - custom compiler spec, but nothing happens!
      • From: Scott Tooker <email@hidden>
  • Prev by Date: Syntax coloring in JSP and XML?
  • Next by Date: Re: Cannot search a folder or group anymore?
  • Previous by thread: Re: Syntax coloring in JSP and XML?
  • Next by thread: Re: Help - custom compiler spec, but nothing happens!
  • Index(es):
    • Date
    • Thread