On Sun, Dec 13, 2009 at 01:58:13PM +1100, Frank Tkalcevic wrote: > I think I need to rephase my question. > > Firstly, I need to specify additional includes for some custom headers > files. > > Secondly, I need to include some operating system header files that don't > appear in the /usr/realtime/include. > > Is there anyway I can do this, or should I just start coding it in C?
No, there's not currently a way to pass compiler arguments to comp --compile/comp --install. You can still write in .comp and use a Makefile, which will allow specification of compiler arguments. Just use comp --preprocess to generate .c from .comp. Jeff ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
