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(481) common symbol psect conflict: * (Linker)A common symbol has been defined to be in more than one psect.(482) symbol "*" multiply defined in file "*" (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.(483) symbol * cannot be global (Linker)This is an internal compiler error. Contact HI-TECH Software technical support with details.(484) psect * cannot be in classes * and * (Linker)A psect cannot be in more than one class. This is either due to assembler modules with conflictingclass= options to the PSECT directive, or use of the -C option to the linker, e.g.:psect final,class=CODEfinish:/* elsewhere: */psect final,class=ENTRY(485) unknown "with" psect referenced by psect * (Linker)The specified psect has been placed with a psect using the psect with flag. The psect it has beenplaced with does not exist, e.g.:psect starttext,class=CODE,with=rext ; was that meant to be with text?289

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

Saved successfully!

Ooh no, something went wrong!