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(305) can’t open * (Code Generator, Assembler, Optimiser, Cromwell)An input file could not be opened. Confirm the spelling and path of the file specified on the commandline.(306) out of far memory (Code Generator)This is an internal compiler error. Contact HI-TECH Software technical support with details.(307) too many qualifier names (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(308) too many cases in switch (Code Generator)There are too many case labels in this switch statement. The maximum allowable number of caselabels in any one switch statement is 511.(309) too many symbols (Assembler)There are too many symbols for the assembler’s symbol table. Reduce the number of symbols inyour program.(310) ] expected (Parser)A closing square bracket was expected in an array declaration or an expression using an array index,e.g.process(carray[idx); /* woops -- should be: process(carray[idx]); */(313) function body expected (Parser)Where a function declaration is encountered with K&R style arguments (i.e. argument names but notypes inside the parentheses) a function body is expected to follow, e.g.:int get_value(a, b); /* the function block must follow, not a semicolon */263

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

Saved successfully!

Ooh no, something went wrong!