SW500009 Microchip Technology, SW500009 Datasheet - Page 17

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
Chapter 2
PICC Command-line Driver
PICC is the driver invoked from the command line to compile and/or link C programs. PICC 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.6. Source files, object files and library files are distinguished by PICC 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)
PICC will check each file argument and perform appropriate actions. C files will be compiled;
PICC [options] files [libraries]
File Type
.c
.as
.obj
.lib
.hex
Table 2.1: PICC file types
C source file
Assembler source file
Relocatable object code file
Relocatable object library file
Intel HEX file
3
Meaning

Related parts for SW500009