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(137) strange character "*" after ## (Preprocessor)A character has been seen after the token catenation operator ## that is neither a letter nor a digit.Since the result of this operator must be a legal token, the operands must be tokens containing onlyletters and digits, e.g.:#define cc(a, b) a ## ’b /* the ’ character will not lead to a valid token */(138) strange character (*) after ## (Preprocessor)An unprintable character has been seen after the token catenation operator ## that is neither a letternor a digit. Since the result of this operator must be a legal token, the operands must be tokenscontaining only letters and digits, e.g.:#define cc(a, b) a ## ’b /* the ’ character will not lead to a valid token */(139) EOF in comment (Preprocessor)End of file was encountered inside a comment. Check for a missing closing comment flag, e.g.:/* Here is the start of a comment. I’m not sure where I end, though}(140) can’t open command file * (Driver, Preprocessor, Assembler, Linker)The command file specified could not be opened for reading. Confirm the spelling and path of thefile specified on the command line, e.g.:picc @commundsshould that be:picc @commands(141) can’t open output file * (Preprocessor, Assembler)An output file could not be created. Confirm the spelling and path of the file specified on the commandline.235

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

Saved successfully!

Ooh no, something went wrong!