SW500008 Microchip Technology, SW500008 Datasheet - Page 21

PICC-18 STD

SW500008

Manufacturer Part Number
SW500008
Description
PICC-18 STD
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC18r
Datasheets

Specifications of SW500008

Supported Families
PIC18
Core Architecture
PIC
Software Edition
Standard
Kit Contents
Software And Docs
Mcu Supported Families
PIC18
Tool Function
Compiler
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
PIC18 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
015
778-1001
778-1001
PICC-18 Command-line Driver
options specify an additional data field which follows the option name immediately and without any
whitespace, e.g. -Ddebug.
double dash, you can determine that the option --ASMLIST, for example, is not a -A option followed
by the argument SMLIST.) Some of these options define suboptions which typically appear 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 of 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.4.1 -Bmodel: Select Memory Model
The -Bmodel option tells PICC18 that this build is configured for memory model, model. The
memory models available for selection are s (small) and l (large). See Section
the differences between each of these memory models. If unspecified the default memory model
selection is large, which is the same as specifying -Bl.
2.4.2 -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 multiple source files using a “make” utility. If multiple source files
are specified to the compiler each will be compiled to a separate .obj file. The object files will be
placed in the directory in which PICC18 was invoked, to handle situations where source files are
Option
--STRICT
--SUMMARY=type
--VER
--WARN=level
--WARNFORMAT=format
All single letter options are identified by a leading dash character, “-”, e.g. -C. Some single letter
Multi-letter, or word, options have two leading dash characters, e.g. --ASMLIST. (Because of the
Some commonly used suboptions include default, which represents the default specification
PICC18 Command-line Options
Meaning
Enable strict ANSI keyword conformance
Selects the type of memory summary output
Display the compiler’s version number
Set the compiler’s warning level
Format warning message strings to given style
PICC18 Compiler Options
3.6.3
for details on
7

Related parts for SW500008