Microchip Technology XC8 Standard Compiler (Workstation) SW006021-1 SW006021-1 ユーザーズマニュアル

製品コード
SW006021-1
ページ / 518
MPLAB
®
 XC8 C Compiler User’s Guide
DS52053B-page 432
 2012 Microchip Technology Inc.
(716) bad argument to -M option "*" 
(Code Generator)
The code generator has been passed a -M option that it does not understand. This 
should not happen if 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 same directory, or a temporary file error has occurred leading to 
corruption of a temporary file. Check the setting of the TEMP environment variable. If 
it refers to a long path name, change it to something shorter. Contact Microchip 
Technical Support with details if required.
(720) multiple free: * 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(721) element count must be constant expression 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(722) bad variable syntax in intermediate code 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(723) function definitions nested too deep 
(Code Generator)
This error is unlikely to happen with C code, since C cannot have nested functions! 
Contact Microchip Technical Support with details.
(724) bad op (*) in revlog() 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(726) bad op "*" in uconval() 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(727) bad op "*" in bconfloat() 
(Code Generator)
This is an internal code generator error. Contact Microchip Technical Support with 
details.
(728) bad op "*" in confloat() 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(729) bad op "*" in conval() 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(730) bad op "*" (
Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(731) expression error with reserved word 
(Code Generator)
This is an internal compiler error. Contact Microchip Technical Support with details.
(732) initialization of bit types is illegal 
(Code Generator)
Variables of type bit cannot be initialized, for example:
bit b1 = 1; /* oops!
               b1 must be assigned after its definition */