Chapter 6 Using Linker

6.3.4Library File Options

l library_filename

Specify a library file

Functional description

This option specifies a library file.

Rules of use

This option is specified with the hyphen (-) option specification character, followed by the lower-case letter 'l', then either immediately followed by the path name and file name or a space and the path name and file name. The l option must be coded end of the command line.

ld103 -l /usr/lib/sample.lib main.rf sub.rf

Default specification

No library files will be read.

NOTE:

The linker will search for a library file one time only in order to solve the problem

 

 

of the undefined symbols. For instance, if an undefined symbol has defined in

 

 

the former library file, the linker could never solve the problem, and a error

 

 

message will be appeared.

 

 

Be sure to specify the library file at the end of the command line of the undefined

 

 

symbol.

 

 

Object files would not limit any restriction.

 

 

 

Command Options 103

Page 115
Image 115
Panasonic MN1030 Library File Options, Libraryfilename Specify a library file, Ld103 -l /usr/lib/sample.lib main.rf sub.rf