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.

Appendix BError and Warning MessagesThis chapter lists most error, warning and advisory messages from all HI-TECH C compilers, withan explanation of each message. Most messages have been assigned a unique number which appearsin brackets before each message in this chapter, and which is also printed by the compiler when themessage is issued. The messages shown here are sorted by their number. Un-numbered messagesappear toward the end and are sorted alphabetically.The name of the application(s) that could have produced the messages are listed in bracketsopposite the error message. In some cases examples of code or options that could trigger the errorare given. The use of * in the error message is used to represent a string that the compiler willsubstitute that is specific to that particular error.Note that one problem in your C or assembler source code may trigger more than one errormessage.(100) unterminated #if[n][def] block from line * (Preprocessor)A #if or similar block was not terminated with a matching #endif, e.g.:#if INPUT /* error flagged here */void main(void){run();} /* no #endif was found in this module */227

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

Saved successfully!

Ooh no, something went wrong!