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

製品コード
SW006021-1
ページ / 518
MPLAB
®
 XC8 C Compiler User’s Guide
DS52053B-page 466
 2012 Microchip Technology Inc.
(1308) missing/conflicting interrupts sub-option, defaulting to "*"
(Driver)
The suboptions to the --INTERRUPT option are missing or malformed, for example:
--INTERRUPTS=single,multi
Oops, did you mean single-vector or multi-vector interrupts?
(1309) ignoring invalid runtime * sub-option (*) using default
(Driver)
The indicated suboption to the --RUNTIME option is malformed, for example:
--RUNTIME=default,speed:0y1234
Oops, that should be 0x1234.
(1310) specified speed (*Hz) exceeds max operating frequency (*Hz), defaulting to *Hz
(Driver)
The frequency specified to the perform suboption to --RUNTIME option is too large 
for the selected device.
--RUNTIME=default,speed:0xffffffff
Oops, that value is too large.
(1311) missing configuration setting for config word *, using default
(Driver)
The configuration settings for the indicated word have not be supplied in the source 
code and a default value will be used.
(1312) conflicting runtime perform sub-option and configuration word settings, assuming *Hz
(Driver)
The configuration settings and the value specified with the perform suboption of the 
--RUNTIME
 options conflict and a default frequency has been selected.
(1313) * sub-options ("*") ignored
(Driver)
The argument to a suboption is not required and will be ignored.
--OUTPUT=intel:8
Oops, the :8 is not required
(1314) illegal action in memory allocation
(Code Generator)
This is an internal error. Contact Microchip Technical Support with details.
(1315) undefined or empty class used to link psect *
(Linker)
The linker was asked to place a psect within the range of addresses specified by a 
class, but the class was either never defined, or contains no memory ranges.
(1316) attribute "*" ignored
(Parser)
An attribute has been encountered that is valid, but which is not implemented by the 
parser. It will be ignored by the parser and the attribute will have no effect. Contact 
Microchip Technical Support with details.
(1317) missing argument to attribute "*"
(Parser)
An attribute has been encountered that requires an argument, but this is not present. 
Contact Microchip Technical Support with details.
(1318) invalid argument to attribute "*"
(Parser)
An argument to an attribute has been encountered, but it is malformed. Contact Micro-
chip Technical Support with details.