Chapter 15 Using Library Manager
284 Command Options
15.3.3 Functional Options
Functional description
This option is used to add relocatable object files to the library file.
Rules of use
To specify the option, enter the hyphen (-) followed by the lower case letter “a”.
slib103 test.lib -a test.1.rf
Operation example
slib103 test.lib -a test.1.rf
The example adds the relocatable file test1.rf to the library file test.lib.
Multiple files can be added with one -a option. To add test.rf, test2.rf and test3.rf to test.lib, specify the
following.
slib103 test.lib -a test1.rf test2.rf test3.rf
NOTE: If any of the relocatable object files to add already exists in this library file, the
library manage will output an error messages and terminates without performing
any processing. If specifying a file name with path name, its file name without
path name will be added in the library file.
a Add the specified relocatable object file to the library file