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(768) constant relational expression (Code Generator)There is a relational expression that will always be true or false. This may be because e.g. you arecomparing an unsigned number with a negative value, or comparing a variable with a value greaterthan the largest number it can represent, e.g.:unsigned int a;if(a == -10) /* if a is unsigned, how can it be -10? */b = 9;(769) no space for macro definition (Assembler)The assembler has run out of memory.(770) insufficient memory for macro definition (Assembler)There is not sufficient memory to store a macro definition.(772) include files nested too deep (Assembler)Macro expansions and include file handling have filled up the assembler’s internal stack. The maximumnumber of open macros and include files is 30.(773) macro expansions nested too deep (Assembler)Macro expansions in the assembler are nested too deep. The limit is 30 macros and include filesnested at one time.(774) too many macro parameters (Assembler)There are too many macro parameters on this macro definition.(778) write error on object file (Assembler)An error was reported when the assembler was attempting to write an object file. This probablymeans there is not enough disk space.(780) too many psects (Assembler)There are too many psects defined! Boy, what a program!310

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

Saved successfully!

Ooh no, something went wrong!