11.07.2015 Views

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

PicC 9.50 dsPIC Manual.pdf

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Error and Warning Messages(228) illegal character (*) (Parser)This character is illegal in the C code. Valid characters are the letters, digits and those comprisingthe acceptable operators, e.g.:c = ‘a‘; /* woops -- did you mean c = ’a’; ? */(229) unknown qualifier "*" given to -A (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(230) missing arg to -A (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(231) unknown qualifier "*" given to -I (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(232) missing arg to -I (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(233) bad -Q option * (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(234) close error (disk space?) (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(236) simple integer expression required (Parser)A simple integral expression is required after the operator @, used to associate an absolute addresswith a variable, e.g.:int address;char LOCK @ address;249

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!