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 431
(702) regused(): bad arg to G 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(703) bad GN 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(704) bad RET_MASK 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(705) bad which (*) after I 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(706) bad which in expand() 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(707) bad SX 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(708) bad mod "+" for how = "*" 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(709) metaregister "*" can’t be used directly 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(710) bad U usage 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(711) bad how in expand() 
(Code Generator)
This is an internal compiler error. Contact Microchip 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. For successful code generation, the code generator must know how to com-
pile an expression and there must be enough resources (i.e., registers or temporary 
memory locations) available. Simplifying the expression, i.e., using a temporary vari-
able to hold an intermediate result, may work around this message. Contact Microchip 
Technical Support with details of this message.
This error may also be issued if the code being compiled is unusual. For example, code 
which writes to a const-qualified object is illegal and will result in warning messages, 
but the code generator may unsuccessfully try to produce code to perform the write.
(713) bad initialization list 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(714) bad intermediate code 
(Code Generator)
This is an internal compiler error. Contact Microchip 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 that the pragma you have used is not implemented for the target device.