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

Product codes
SW006021-1
Page of 518
MPLAB
®
 XC8 C Compiler User’s Guide
DS52053B-page 442
 2012 Microchip Technology Inc.
(822) duplicate ROMSIZE for "*" in chipinfo file at line * 
(Assembler)
The chipinfo file has a device section with multiple ROMSIZE values. Only one 
ROMSIZE value is allowed. If you have not manually edited the chip info file, contact 
Microchip Technical Support with details.
(823) duplicate START for "*" in chipinfo file at line * 
(Assembler)
The chipinfo file has a device section with multiple START values. Only one START 
value is allowed. If you have not manually edited the chip info file, contact Microchip 
Technical Support with details.
(824) duplicate LIB for "*" in chipinfo file at line * 
(Assembler)
The chipinfo file has a device section with multiple LIB values. Only one LIB value is 
allowed. If you have not manually edited the chip info file, contact Microchip Technical 
Support with details.
(825) too many RAMBANK lines in chipinfo file for "*" 
(Assembler)
The chipinfo file contains a device section with too many RAMBANK fields. Reduce the 
number of values.
(826) inverted ram bank in chipinfo file at line * 
(Assembler, Driver)
The second HEX number specified in the RAM field in the chipinfo file must be greater 
in value than the first.
(827) too many COMMON lines in chipinfo file for "*" 
(Assembler)
There are too many lines specifying common (access bank) memory in the chip 
configuration file.
(828) inverted common bank in chipinfo file at line * 
(Assembler, Driver)
The second HEX number specified in the COMMON field in the chipinfo file must be 
greater in value than the first. Contact Microchip Technical Support if you have not 
modified the chipinfo INI file.
(829) unrecognized line in chipinfo file at line * 
(Assembler)
The chipinfo file contains a device section with an unrecognized line. Contact Microchip 
Technical Support if the INI has not been edited.
(830) missing ARCH specification for "*" in chipinfo file 
(Assembler)
The chipinfo file has a device section without an ARCH values. The architecture of the 
device must be specified. Contact Microchip Technical Support if the chipinfo file has 
not been modified.
(832) empty chip info file "*" 
(Assembler)
The chipinfo file contains no data. If you have not manually edited the chip info file, con-
tact Microchip Technical Support with details.
(833) no valid entries in chipinfo file 
(Assembler)
The chipinfo file contains no valid device descriptions.
(834) page width must be >= 60 
(Assembler)
The listing page width must be at least 60 characters. Any less will not allow a properly 
formatted listing to be produced, for example:
LIST C=10  ; the page width will need to be wider than this