📄 pic-0pic.tbl
字号:
table 2 0PICC Compiler OptionsOption Used to_-16C54 Generate code for a PIC 16C54 chip-16C55 Generate code for a PIC 16C55 chip-16C56 Generate code for a PIC 16C56 chip-16C57 Generate code for a PIC 16C57 chip-16C58 Generate code for a PIC 16C58 chip-16C64 Generate code for a PIC 16C64 chip-16C71 Generate code for a PIC 16C71 chip-16C74 Generate code for a PIC 16C74 chip-16C84 Generate code for a PIC 16C84 chip-AAHEX Generate an American Automation symbolic HEX file-ASMLIST Generate assembler listing files for each source file-AV Select AVOCET format symbol table-BIN Generate a Binary output file-C Compile to object files only-CRfile Generate cross-reference listing "file"-Dmacro Define preprocessor macro on command line, e.g. -Ddebug=1-E Use "editor" format for compiler errors-Efile Redirect compiler errors to "file", e.g. -Etest.err-E+file Redirect and append compiler errors onto "file"-Gfile Generate source level symbol file for source level debugger-HELP Display this table-Hfile Generate assembler level symbol file, e.g. -Gtest.sym-Ipath Specify a directory pathname for include files-Llib Specify a library to be scanned by the linker-Lf Scans floating point printf() library-Ll Scans long printf() library-L-option Specify "-" option to be passed directly to the linker-Mfile Request generation of a MAP file, e.g. -Mtest.map-MOTOROLA Generate a Motorola HEX format output file-Ofile Specify output filename and type "file". The file type may also be specified. -OX.HEX generates a hex file, -OX.BIN generates binary and -OX.UBR generates UBROF.-O Enable post-pass optimizer, reduces code size substantially-P Tells C51 to pass assembler source files to the C pre-processor-PROTO Generate function prototype information ".PRO files"-PSECTMAP Display complete memory segment usage after linking-S Compile to assembler source files only-STRICT Enable strict ANSI keyword conformance-TEK Generate a Tektronix HEX format output file-Umacro Undefine a predefined preprocessor macro, e.g. -Ui8051-UBROF Generate an UBROF format output file-UNSIGNED Make default character type unsigned char-V Display compiler pass command lines-Wlevel Set compiler warning level (-3 to 9, default 0), e.g. -W-2-X Eliminate local symbols from symbol table-Zg Enable global optimization in the code generator_Usage: PICC [options] [files] where [options] consists of 0 or more of the options above and [files] consists of any mix of C, AS, H and LIB files. If no options or files are specified, the user will be prompted.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -