SW500008 Microchip Technology, SW500008 Datasheet - Page 17

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
Chapter 2
PICC-18 Command-line Driver
PICC18 is the driver invoked from the command line to compile and/or link C programs. PICC18
has the following basic command format:
It is conventional to supply the options (identified by a leading dash “-” or double dash “–”) before
the filenames.
and object files. The order of the files is not important, except that it will affect the order in which
code or data appears in memory. Libraries are a list of library names, or -L options, see Section
2.4.7. Source files, object files and library files are distinguished by PICC18 solely by the file type or
extension. Recognized file types are listed in Table 2.1. This means, for example, that an assembler
file must always have a .as extension (alphabetic case is not important).
assembler files will be assembled. At the end, unless suppressed by one of the options discussed later,
The options are discussed below. The files may be a mixture of source files (C or assembler)
PICC18 will check each file argument and perform appropriate actions. C files will be compiled;
PICC18 [options] files [libraries]
File Type
.c
.as
.obj
.lib
.hex
Table 2.1: PICC18 file types
C source file
Assembler source file
Relocatable object code file
Relocatable object library file
Intel HEX file
3
Meaning

Related parts for SW500008