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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Error and Warning Messages(295) expression too complex (Parser)This expression has caused overflow of the compiler’s internal stack and should be re-arranged orsplit into two expressions.(297) bad arg (*) to tysize (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(298) EOF in #asm (Preprocessor)An end of file has been encountered inside a #asm block. This probably means the #endasm ismissing or misspelt, e.g.:#asmmov r0, #55mov [r1], r0} /* woops -- where is the #endasm */(300) unexpected EOF (Parser)An end-of-file in a C module was encountered unexpectedly, e.g.:void main(void){init();run(); /* is that it? What about the close brace */(301) EOF on string file (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(302) can’t reopen * (Parser)This is an internal compiler error. Contact HI-TECH Software technical support with details.(303) no memory for string buffer (Parser)The parser was unable to allocate memory for the longest string encountered, as it attempts to sortand merge strings. Try reducing the number or length of strings in this module.262

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

Saved successfully!

Ooh no, something went wrong!