Librarian command line options, Table 25 – Zilog ZUSBOPTS User Manual
Page 384

Librarian Command Line Options
UM017105-0511
356
Zilog Developer Studio II – ZNEO™
User Manual
Librarian Command Line Options
Table 25 describes the librarian command line options.
If you use DOS, use double quotation marks for the
-stdinc
and
-usrinc
commands for
the C compiler.
For example,
-stdinc:"C:\ez8\include"
If you use cygwin, use single quotation marks on both sides of a pair of braces for the
-
stdinc
and
-usrinc
commands for the C compiler.
For example,
-stdinc:'{C:\ez8\include}'
-usrinc:"
path"
Sets the search path for user include files. This defines the location of include files
using the #include "file.h" syntax. Multiple paths are separated by semicolons.
For example:
-usrinc:"c:\rtl;c:\myinc"
In this example, the compiler looks for the include file in
1. the current directory
2. the c:\rtl directory
3. the c:\myinc directory
If the file is not found after searching the entire path, the compiler flags an error.
Omitting this switch tells the compiler to search only the current directory.
-version
Prints the version number of the compiler.
Table 25. Librarian Command Line Options
Option Name
Description
-help
Displays the librarian help screen.
-list
Generates an output listing with the .lst extension. This is the default setting.
-noquiet
Displays the title information.
-nowarn
Suppresses warning messages.
Table 24. Compiler Command Line Options (Continued)
Option Name
Description
Notes: