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 Messagesdelete what ?The librarian requires one or more modules to be listed for deletion when using the d key, e.g.:libr d c:\ht-pic\lib\pic704-c.libdoes not indicate which modules to delete. try something like:libr d c:\ht-pic\lib\pic704-c.lib wdiv.objdirect range check failed *(Libr)(Linker)The assembler can place checks associated with an instruction in the output object file that willconfirm that the value ultimately assigned to a symbol used within the instruction is within somerange. This error indicates that the range check failed, i.e. the value was either too large or toosmall. If there is no hand-written assembler code in this program, then this may be an internalcompiler error and you should contact HI-TECH support with details of the code that generated thiserror. Other causes are numerous.duplicate banks for * in chipinfo file at line *(Assembler)The chipinfo file has a processor section with multiple BANKS values. Only one BANKS value isallowed. If you have not manually edited the chip info file, contact HI-TECH Support with details.identifier expectedInside the braces of an enum declaration should be a comma-separated list of identifiers, e.g.:enum { 1, 2}; /* woops -- maybe you mean enum { one = 1, two }; */incomplete ident recordThe IDENT record in the object file was incomplete. Contact HI-TECH Support with details.(Parser)(Libr)incomplete symbol recordThe SYM record in the object file was incomplete. Contact HI-TECH Support with details.library file names should have .lib extension: *Use the .lib extension when specifying a library filename.(Libr)(Libr)322

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

Saved successfully!

Ooh no, something went wrong!