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

製品コード
SW006021-1
ページ / 518
MPLAB
®
 XC8 C Compiler User’s Guide
DS52053B-page 284
 2012 Microchip Technology Inc.
7.2.28
--DISL=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
SeSection 4.6 “Compiler Messages” for full information about the compiler’s 
messaging system.
7.2.29
--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.
SeSection 4.6 “Compiler Messages” for full information about the compiler’s 
messaging system.
7.2.30
--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 the assembler terminates. The default 
number is 10 errors.
This option is applied if compiling using xc8, the command-line driver and the 
--ERRORS
SeSection 4.6 “Compiler Messages” for full information about the compiler’s 
messaging system.
7.2.31
--NORLF: Do Not Relocate List File
Use of this option prevents the linker applying fixups to the assembly list file produced 
by the assembler. This option is normally using by the command line driver, xc8, when 
performing pre-link stages, but is omitted when performing the final link step so that the 
list file shows the final absolute addresses.
If you are attempting to resolve fixup errors, this option should be disabled so as to fixup 
the assembly list file and allow absolute addresses to be calculated for this file. If the 
compiler driver detects the presence of a preprocessor macro __DEBUG which is 
equated to 1, then this option will be disabled when building. This macro is set when 
choosing a Debug build in MPLAB IDE, so always have this selected if you encounter 
such errors.
7.2.32
--VER: Print Version Number
This option printed information relating to the version and build of the linker. The linker 
will terminate after processing this option, even if other options and files are present on 
the command line.