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(990) modulus by zero in #if, zero result assumed (Preprocessor)A modulus operation in a #if expression has a zero divisor. The result has been assumed to be zero,e.g.:#define ZERO 0#if FOO%ZERO /* this will have an assumed result of 0 */#define INTERESTING#endif(991) integer expression required (Parser)In an enum declaration, values may be assigned to the members, but the expression must evaluate toa constant of type int, e.g.:enum { one = 1, two, about_three = 3.12 }; /* no non-int values allowed */(992) can’t find op (Assembler, Optimiser)This is an internal compiler error. Contact HI-TECH Software technical support with details.can’t create cross reference file *(Assembler)The assembler attempted to create a cross reference file, but it could not be created. Check that thefile’s pathname is correct.couldn’t create error file: *(Driver)The error file specified after the -Efile or -E+file options could not be opened. Check to ensurethat the file or directory is valid and that has read only access.duplicate arch for * in chipinfo file at line *(Assembler, Driver)The chipinfo file has a processor section with multiple ARCH values. Only one ARCH value isallowed. If you have not manually edited the chip info file, contact HI-TECH Support with details.duplicate lib for * in chipinfo file at line *(Assembler)The chipinfo file has a processor section with multiple LIB values. Only one LIB value is allowed.If you have not manually edited the chip info file, contact HI-TECH Support with details.320

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

Saved successfully!

Ooh no, something went wrong!