Download HI-TECH C for PIC10/12/16 User`s Guide
Transcript
(140) can’t open * file "*": * Assembler) (Driver, Preprocessor, Code Generator, The command file specified could not be opened for reading. Confirm the spelling and path of the file specified on the command line, e.g.: picc @communds should that be: picc @commands (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 HI-TECH Software 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 number allowed is 31. (152) bad dp/nargs in openpar(): c = * (Preprocessor) This is an internal compiler error. Contact HI-TECH Software 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. 2009 Microchip Technology Inc. DS51865A-page 241