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

製品コード
SW006021-1
ページ / 518
MPLAB
®
 XC8 C Compiler User’s Guide
DS52053B-page 426
 2012 Microchip Technology Inc.
(600) No chip arch given for COFF write 
(Cromwell)
CROMWELL
 requires that the chip architecture be specified to produce a COFF file. 
Ensure that you are using the -P option as per Table 8-7.
(601) Unknown chip arch "*" for COFF write 
(Cromwell)
The chip architecture specified for producing a COFF file isn’t recognized by 
CROMWELL
. Ensure that you are using the -P option as per 
Section 8.5.1 “-Pname[,architecture]” and that the architecture specified matches 
one of those in Table 8-7.
(602) null file format name 
(Cromwell)
The -I or -O option to CROMWELL must specify a file format.
(603) ambiguous file format name "*" 
(Cromwell)
The input or output format specified to CROMWELL is ambiguous. These formats are 
specified with the -i key and -o key options respectively.
(604) unknown file format name "*" 
(Cromwell)
The output format specified to CROMWELL is unknown, for example:
cromwell -m -P16F877 main.HEX main.sym -ocot
and output file type of cot, did you mean cof?
(605) did not recognize format of input file 
(Cromwell)
The input file to CROMWELL is required to be COD, Intel HEX, Motorola HEX, COFF, 
OMF51, P&E or HI-TECH.
(606) inconsistent symbol tables 
(Cromwell)
This is an internal compiler error. Contact Microchip Technical Support with details.
(607) inconsistent line number tables 
(Cromwell)
This is an internal compiler error. Contact Microchip Technical Support with details.
(608) bad path specification 
(Cromwell)
This is an internal compiler error. Contact Microchip Technical Support with details.
(609) missing device spec after -P 
(Cromwell)
The -p option to CROMWELL must specify a device name.
(610) missing psect classes after -N 
(Cromwell)
CROMWELL
 requires that the -N option be given a list of the names of psect classes.
(611) too many input files 
(Cromwell)
To many input files have been specified to be converted by CROMWELL.
(612) too many output files 
(Cromwell)
To many output file formats have been specified to CROMWELL.
(613) no output file format specified 
(Cromwell)
The output format must be specified to CROMWELL.
(614) no input files specified 
(Cromwell)
CROMWELL
 must have an input file to convert.