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

製品コード
SW006021-1
ページ / 518
Error and Warning Messages
 2012 Microchip Technology Inc.
DS52053B-page 383
(141) can’t open * file "*": * 
(Any)
An output file could not be created. Confirm the spelling and path of the file specified 
on the command line.
(144) too many nested #if blocks 
(Preprocessor)
#if
 , #ifdef etc. blocks may only be nested to a maximum of 32.
(146) #include filename too long 
(Preprocessor)
A filename constructed while looking for an include file has exceeded the length of an 
internal buffer. Since this buffer is 4096 bytes long, this is unlikely to happen.
(147) too many #include directories specified 
(Preprocessor)
A maximum of 7 directories may be specified for the preprocessor to search for include 
files. The number of directories specified with the driver is too great.
(148) too many arguments for preprocessor macro 
(Preprocessor)
A macro may only have up to 31 parameters, as per the C Standard.
(149) preprocessor macro work area overflow 
(Preprocessor)
The total length of a macro expansion has exceeded the size of an internal table. This 
table is normally 32768 bytes long. Thus any macro expansion must not expand into a 
total of more than 32K bytes.
(150) illegal "__" preprocessor macro "*" 
(Preprocessor)
This is an internal compiler error. Contact Microchip Technical Support with details.
(151) too many arguments in preprocessor macro expansion 
(Preprocessor)
There were too many arguments supplied in a macro invocation. The maximum num-
ber allowed is 31.
(152) bad dp/nargs in openpar(): c = * 
(Preprocessor)
This is an internal compiler error. Contact Microchip Technical Support with details.
(153) out of space in preprocessor macro * argument expansion 
(Preprocessor)
A macro argument has exceeded the length of an internal buffer. This buffer is normally 
4096 bytes long.
(155) work buffer overflow concatenating "*" 
(Preprocessor)
This is an internal compiler error. Contact Microchip Technical Support with details.
(156) work buffer "*" overflow 
(Preprocessor)
This is an internal compiler error. Contact Microchip Technical Support with details.
(157) can’t allocate * bytes of memory 
(Code Generator, Assembler)
This is an internal compiler error. Contact Microchip Technical Support with details.
(158) invalid disable in preprocessor macro "*" 
(Preprocessor)
This is an internal compiler error. Contact Microchip Technical Support with details.
(159) too many calls to unget() 
(Preprocessor)
This is an internal compiler error. Contact Microchip Technical Support with details.