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(868) DELTA= must specify a positive constant (Assembler)The parameter to the PSECT assembler directive’s DELTA option must be a positive constant number,e.g.:PSECT text,class=CODE,delta=-2; a negative delta value does not make sense(871) SPACE= must specify a positive constant (Assembler)The parameter to the PSECT assembler directive’s space option must be a positive constant number,e.g.:PSECT text,class=CODE,space=-1; space values start at zero(872) psect space redefined (Assembler)The space flag to the PSECT assembler directive is different from a previous PSECT directive, e.g.:psect spdata,class=RAM,space=0; elsewhere:psect spdata,class=RAM,space=1(875) bad character constant in expression (Assembler,Optimizer)The character constant was expected to consist of only one character, but was found to be greaterthan one character or none at all. An assembler specific example:mov r0, #’12’ ; ’12’ specifies two characters(876) syntax error (Assembler, Optimiser)A syntax error has been detected. This could be caused a number of things.(915) no room for arguments (Preprocessor, Parser, Code Generator, Linker, Objtohex)The code generator could not allocate any more memory.(916) can’t allocate memory for arguments (Preprocessor, Parser, Code generator, Assembler)The compiler could not allocate any more memory when trying to read in command-line arguments.316

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

Saved successfully!

Ooh no, something went wrong!