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.

Error and Warning Messages(835) form length must be >= 15 (Assembler)The form length specified using the -Flength option must be at least 15 lines. Setting this lengthto zero is allowed and turns off paging altogether. The default value is zero (pageless).(836) no file arguments (Assembler)The assembler has been invoked without any file arguments. It cannot assemble anything.(839) relocation too complex (Assembler)The complex relocation in this expression is too big to be inserted into the object file.(840) phase error (Assembler)The assembler has calculated a different value for a symbol on two different passes. This is probablydue to bizarre use of macros or conditional assembly.(844) lexical error (Assembler, Optimiser)An unrecognized character or token has been seen in the input.(845) multiply defined symbol * (Assembler)This symbol has been defined in more than one place. The assembler will issue this error if a symbolis defined more than once in the same module, e.g.:_next:move r0, #55move [r1], r0_next:; woops -- choose a different nameThe linker will issue this warning if the symbol (C or assembler) was defined multiple times indifferent modules. The names of the modules are given in the error message. Note that C identifiersoften have an underscore prepended to their name after compilation.(846) relocation error (Assembler, Optimiser)It is not possible to add together two relocatable quantities. A constant may be added to a relocatablevalue, and two relocatable addresses in the same psect may be subtracted. An absolute value mustbe used in various places where the assembler must know a value at assembly time.314

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

Saved successfully!

Ooh no, something went wrong!