Microchip Technology XC8 Standard Compiler (Workstation) SW006021-1 SW006021-1 User Manual

Product codes
SW006021-1
Page of 518
Error and Warning Messages
 2012 Microchip Technology Inc.
DS52053B-page 449
(922) chip "*" not present in chipinfo file "*" 
(Driver)
The chip selected does not appear in the compiler’s chip configuration file. Contact 
Microchip to see whether support for this device is available or it is necessary to 
upgrade the version of your compiler.
(923) unknown suboption "*" 
(Driver)
This option can take suboptions, but this suboption is not understood. This may just be 
a simple spelling error. If not, –HELP to look up what suboptions are permitted here.
(924) missing argument to "*" option 
(Driver)
This option expects more data but none was given. Check the usage of this option.
(925) extraneous argument to "*" option 
(Driver)
This option does not accept additional data, yet additional data was given. Check the 
usage of this option.
(926) duplicate "*" option 
(Driver)
This option can only appear once, but appeared more than once.
(928) bad "*" option value 
(Driver, Assembler)
The indicated option was expecting a valid hexadecimal integer argument.
(929) bad "*" option ranges 
(Driver)
This option was expecting a parameter in a range format 
(start_of_range-end_of_range), but the parameter did not conform to this syntax.
(930) bad "*" option specification 
(Driver)
The parameters to this option were not specified correctly. Run the driver with –HELP 
or refer to the driver’s chapter in this manual to verify the correct usage of this option.
(931) command file not specified 
(Driver)
Command file to this application, expected to be found after ’@’ or ’<’ on the com-
mand line was not found.
(939) no file arguments 
(Driver)
The driver has been invoked with no input files listed on its command line. If you are 
getting this message while building through a third party IDE, perhaps the IDE could 
not verify the source files to compile or object files to link and withheld them from the 
command line.
(940) *-bit checksum * placed at * 
(Objtohex)
Presenting the result of the requested checksum calculation.
(941) bad "*" assignment; USAGE: ** 
(Hexmate)
An option to HEXMATE was incorrectly used or incomplete. Follow the usage supplied 
by the message and ensure that the option has been formed correctly and completely.
(942) unexpected character on line * of file "*" 
(Hexmate)
File contains a character that was not valid for this type of file, the file may be corrupt. 
For example, an Intel HEX file is expected to contain only ASCII representations of 
hexadecimal digits, colons (:) and line formatting. The presence of any other characters 
will result in this error.