SW500010 Microchip Technology, SW500010 Datasheet - Page 170

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
Librarian
not all the modules, on the first pass. On the second pass it need read only those modules which are
required, seeking over the others. This all minimises disk I/O when linking.
a general purpose archiving mechanism as is used by some other compiler systems. This has the
advantage that the format may be optimized toward speeding up the linkage process.
5.11.2 Using the Librarian
The librarian program is called LIBR, and the format of commands to it is as follows:
Interpreting this, LIBR is the name of the program, options is zero or more librarian options
which affect the output of the program. k is a key letter denoting the function requested of the
librarian (replacing, extracting or deleting modules, listing modules or symbols), file.lib is the
name of the library file to be operated on, and file.obj is zero or more object file names.
to be replaced or extracted. If no such arguments are supplied, all the modules in the library will be
replaced or extracted respectively. Adding a file to a library is performed by requesting the librarian
to replace it in the library. Since it is not present, the module will be appended to the library. If the
r key is used and the library does not exist, it will be created.
170
It should be noted that the library format is geared exclusively toward object modules, and is not
The librarian options are listed in Table 5.2.
The key letters are listed in Table 5.3.
When replacing or extracting modules, the file.obj arguments are the names of the modules
LIBR options k file.lib file.obj ...
Table 5.2: Librarian command-line options
Table 5.3: Librarian key letter commands
-Pwidth
-W
Option
Key
r
d
x
m
s
o
Replace modules
Delete modules
Extract modules
List modules
List modules with symbols
Re-order modules
specify page width
Suppress non-fatal errors
Meaning
Effect
Linker and Utilities

Related parts for SW500010