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(711) expand - bad how (Code Generator)This is an internal compiler error. Contact HI-TECH Software technical support with details.(712) can’t generate code for this expression (Code Generator)This error indicates that a C expression is too difficult for the code generator to actually compile. Forsuccessful code generation, the code generator must know how to compile an expression and theremust be enough resources (e.g. registers or temporary memory locations) available. Simplifyingthe expression, e.g. using a temporary variable to hold an intermediate result, may get around thismessage. Contact HI-TECH Support with details of this message.This error may also be issued if the code being compiled is in some way unusual. For examplecode which writes to a const-qualified object is illegal and will result in warning messages, but thecode generator may unsuccessfully try to produce code to perform the write.(714) bad intermediate code (Code Generator)This is an internal compiler error. Contact HI-TECH Software technical support with details.(715) bad pragma * (Code Generator)The code generator has been passed a pragma directive that it does not understand. This implies thatthe pragma you have used is a HI-TECH specific pragma, but the specific compiler you are usinghas not implemented this pragma.(716) bad -M option: -M* (Code Generator)The code generator has been passed a -M option that it does not understand. This should not happenif it is being invoked by a standard compiler driver.(718) incompatible intermediate code version; should be *.* (Code Generator)The intermediate code file produced by P1 is not the correct version for use with this code generator.This is either that incompatible versions of one or more compilers have been installed in the samedirectory, or a temporary file error has occurred leading to corruption of a temporary file. Check thesetting of the TEMP environment variable. If it refers to a long path name, change it to somethingshorter. Contact HI-TECH Support with details if required.(720) multiple free: * (Code Generator)This is an internal compiler error. Contact HI-TECH Software technical support with details.301

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

Saved successfully!

Ooh no, something went wrong!