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(161) control line "*" within macro expansion (Preprocessor)A preprocessor control line (one starting with a #) has been encountered while expanding a macro.This should not happen.(163) unexpected text in #control line ignored (Preprocessor)This warning occurs when extra characters appear on the end of a control line, e.g. The extra textwill be ignored, but a warning is issued. It is preferable (and in accordance with Standard C) toenclose the text as a comment, e.g.:#if defined(END)#define NEXT#endif END /* END would be better in a comment here */(164) included file * was converted to lower case (Preprocessor)The file specified to be included was not found, but a file with a lowercase version of the name ofthe file specified was found and used instead, e.g.:#include “STDIO.H” /* is this meant to be stdio.h ? */(164) included file * was converted to lower case (Preprocessor)The #include file name had to be converted to lowercase before it could be opened.#include /* woops -- should be: #include */(166) -S, too few values specified in * (Preprocessor)The list of values to the preprocessor (CPP) -S option is incomplete. This should not happen if thepreprocessor is being invoked by the compiler driver. The values passes to this option represent thesizes of char, short, int, long, float and double types.(167) -S, too many values, "*" unused (Preprocessor)There were too many values supplied to the -S preprocessor option. See the Error Message -s, toofew values specified in * on page 238.(168) unknown option "*" (Preprocessor)This option to the preprocessor is not recognized.238

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

Saved successfully!

Ooh no, something went wrong!