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 Messagesunion IN {int a, b;};enum IN {ONE=1, TWO}; /* woops -- IN is already defined */(981) pointer required (Parser)A pointer is required here, e.g.:struct DATA data;data->a = 9; /* data is a structure, not a pointer to a structure */(982) nxtuse(): unknown op: * (Optimiser,Assembler)This is an internal compiler error. Contact HI-TECH Software technical support with details.(984) type redeclared (Parser)The type of this function or object has been redeclared. This can occur because of two incompatibledeclarations, or because an implicit declaration is followed by an incompatible declaration, e.g.:int a;char a; /* woops -- what is the correct type? */(985) qualifiers redeclared (Parser)This function has different qualifiers in different declarations.(988) number of arguments redeclared (Parser)The number of arguments in this function declaration does not agree with a previous declaration ofthe same function.(989) module has code below file base of *h (Linker)This module has code below the address given, but the -C option has been used to specify that abinary output file is to be created that is mapped to this address. This would mean code from thismodule would have to be placed before the beginning of the file! Check for missing psect directivesin assembler files.319

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

Saved successfully!

Ooh no, something went wrong!