SW500010 Microchip Technology, SW500010 Datasheet - Page 45

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
the -G option. The option is also required at the link stage, if this is performed separately. For
example:
The --IDE option, see Section
2.6.5 -Ipath: Include Search Path
Use -I to specify an additional directory to use when searching for header files which have been
included using the #include directive. The -I option can be used more than once if multiple
directories are to be searched.
-I option is present. The default search path is searched after any user-specified directories have
been searched. For example:
will search the directories c:\include and d:\myapp\include for any header files included
into the source code, then search the default include directory (the include directory where the com-
piler was installed).
directive. See Section 4.3.9.3.
2.6.6 -Llibrary: Scan Library
The -L option is used to specify additional libraries which are to be scanned by the linker. Libraries
specified using the -L option are scanned before the standard C library, allowing additional versions
of standard library functions to be accessed.
processor range, number of ROM pages and the number of RAM banks; and the suffix .lib
are added. Thus the option -LL when compiling for a 16F877 will, for example, scan the library
pic42c-l.lib and the option -Lxx will scan a library called pic42c-xx.lib. All libraries
must be located in the LIB subdirectory of the compiler installation directory. As indicated, the
argument to the -L option is not a complete library filename.
Note that all source files for which source-level debugging is required should be compiled with
The default include directory containing all standard header files are always searched even if no
This option has no effect for files that are included into assembly source using the INCLUDE
The argument to -L is a library keyword to which the prefix pic; numbers representing the
PICC --CHIP=16F877A -G --PASS1 test.c modules1.c
PICC --CHIP=16F877A -Gtest.sym test.p1 module1.p1
PICC --CHIP=16F877A -C -Ic:\include -Id:\myapp\include test.c
2.6.34
will typically enable the -G option.
PICC Driver Option Descriptions
45

Related parts for SW500010