SW500010 Microchip Technology, SW500010 Datasheet - Page 43

HI-TECH C PRO FOR PIC10/12/16

SW500010

Manufacturer Part Number
SW500010
Description
HI-TECH C PRO FOR PIC10/12/16
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC10/12/16r
Datasheets

Specifications of SW500010

Supported Families
PIC10, PIC12, PIC16
Core Architecture
PIC
Software Edition
Professional
Kit Contents
Software And Docs
Mcu Supported Families
PIC10/12/16
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC10, PIC12, PIC14, PIC16, PIC16E
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
019P
778-1006
778-1006
PICC Command-line Driver
as a comma-separated list following an equal character, =, e.g. --OUTPUT=hex,cof. The exact
format of the options varies and are described in detail in the following sections.
that would be used if this option was absent altogether; all, which indicates that all the available
suboptions should be enabled as if they had each been listed; and none, which indicates that all
suboptions should be disabled. Some suboptions may be prefixed with a plus character, +, to indicate
that they are in addition to the other suboptions present, or a minus character “-”, to indicate that
they should be excluded. In the following sections, angle brackets, < >, are used to indicate optional
parts of the command.
2.6.1 -C: Compile to Object File
The -C option is used to halt compilation after generating a relocatable object file. This option
is frequently used when compiling assembly source files using a “make” utility. Use of this option
when only a subset of all the C source files in a project are being compiled will result in an error from
the code generator. See Section
files.
2.6.2 -Dmacro: Define Macro
The -D option is used to define a preprocessor macro on the command line, exactly as if it had been
defined using a #define directive in the source code. This option may take one of two forms,
-Dmacro which is equivalent to:
placed at the top of each module compiled using this option, or -Dmacro=text which is equivalent
to:
where text is the textual substitution required. Thus, the command:
will compile test.c with macros defined exactly as if the C source code had included the direc-
tives:
Some commonly used suboptions include default, which represent the default specification
See the –HELP option, Section 2.6.33, for more information about options and suboptions.
#define
#define
PICC --CHIP=16F877A -Ddebug -Dbuffers=10 test.c
#define
#define
macro
macro
debug
buffers 10
1
text
1
2.2.2
for more information on generating and using intermediate
PICC Driver Option Descriptions
43

Related parts for SW500010