Hi,

I'm using SDCC to develop some new firmware for a particular project, 
but I'm running into the problem that it doesn't seem to want to know 
about my naked functions in the PIC14 port.

These functions works fine in the PIC16 port (which part of my project 
uses), but the PIC14 port needs to be able to use them too.  Please 
advise why I get the following error:

smux_io.c:9: syntax error: token -> '_naked' ; column 27

The line it's pointing at is

void ir_usleep(void) _naked{

Thanks in advance for your help.


Chris Malton


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to