beautypg.com

Linker command line options, Table 25, Librarian command line options – Zilog Z8F0130 User Manual

Page 512

background image

Appendix C. Running ZDS II from the Command Line

UM013037-1212

488

Zilog Developer Studio II – Z8 Encore!
User Manual

Linker Command Line Options

See the

Using the Linker/Locator

section on page 345 for the structure of the command

file.

Table 59. Librarian Command Line Options

Option Name

Description

@file

Takes options from a file. (This option can be used only on the command line, not inside
a file.)

-help

Displays the librarian help screen.

Libfile=

Specifies the library to create, modify, or extract from. This must precede any commands
to modify or read from a library.

List

Instructs the librarian to list the contents of the library. Note: The command is list, or
LIST

, not -list.

-noquiet

Displays the title information.

-nowarn

Suppresses warning messages.

+objectfile

Instructs the librarian to add objectfile to the library. (If object file is already there,
generates a message and ignores the command.)

-+objectfile

Instructs the librarian to remove objectfile from the library if necessary, then to add the
new version.

-objectfile

Instructs the librarian to mark objectfile for removal from the library. (Removal does not
actually occur until a rebuild command.)

*objectfile

Instructs the librarian to extract objectfile from the library.

-quiet

Suppresses title information that is normally displayed to the screen. Errors and warnings
are still displayed. The default setting is to display title information.

Rebuild

Instructs the librarian to rebuild the library, removing any object files marked for removal
and otherwise compacting the library.

-version

Displays the version number of the librarian.

-warn

Displays warnings.