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

製品コード
SW006021-1
ページ / 518
MPLAB
®
 XC8 C Compiler User’s Guide
DS52053B-page 302
 2012 Microchip Technology Inc.
8.5.8
-L
Use this option to show what file format types are supported. A list similar to that given 
in Table 8-5 will be shown.
8.5.9
-E
Use this option to tell CROMWELL to ignore any filename extensions that were given. 
The default extension will be used instead.
8.5.10
-B
In formats that support different endian types, use this option to specify big-endian byte 
ordering.
8.5.11
-M
When generating COD files this option will remove the preceding underscore character 
from symbols.
8.5.12
-V
Turns on verbose mode that displays information about which operations CROMWELL is 
performing.
8.5.13
--EDF=message file: Set Message File Path
This option is mainly used by the command-line driver, xc8, to specify the path of the 
message description file. The default file is located in the dat directory in the compiler’s 
installation directory. Also, see Section 4.6 “Compiler Messages” for full information 
about the compiler’s messaging system.
8.5.14
--EMAX=number: Specify Maximum Number of Errors
This option is mainly used by the command-line driver, xc8, to specify the maximum 
number of errors that can be encountered before CROMWELL terminates. The default 
number is 10 errors.
This option is applied if compiling using xc8, the command-line driver and the 
--ERRORS
Errors”. Also, see Section 4.6 “Compiler Messages” for full information about the 
compiler’s messaging system.
8.5.15
--MSGDISABLE=message numbers Disable Messages
This option is mainly used by the command-line driver, xc8, to disable particular 
message numbers. It takes a comma-separate list of message numbers that will be 
disabled during compilation.
This option is applied if compiling using xc8, the command-line driver and the
--MSGDISABLE
ing Messages”. Also, see Section 4.6 “Compiler Messages” for full information 
about the compiler’s messaging system.
8.5.16
--VER: Print Version Number
This option prints information relating to the version and build of CROMWELL. CROMWELL 
will terminate after processing this option, even if other options and files are present on 
the command line.