beautypg.com

Zilog ZUSBOPTS User Manual

Page 383

background image

UM017105-0511

Compiler Command Line Options

Zilog Developer Studio II – ZNEO™

User Manual

355

-listinc

Displays included files in the compiler listing file.

-model:

model

Selects the memory model. Select S for a small memory model or L for a large
memory model. The default is S.

-modsect

Generate distinct code segment name for each module.

-noasm

Does not assemble the compiler-generated assembly file.

-nodebug

Does not generate symbol debug information. This is the default.

-nogenprint

A call to printf() or sprintf() parses the format string at run time to gener-
ate the required output.

-nokeepasm

Deletes the compiler-generated assembly file. This is the default.

-nokeeplst

Does not keep the assembly listing file (.lst). This is the default.

-nolist

Does not produce a source listing. All errors are identified on the console. This is
the default.

-nolistinc

Does not show include files in the compiler listing file. This is the default.

-nomodsect

Does not generate a distinct code segment name for each module. The code seg-
ment is named as “code” for every module; this is the default.

-noquiet

Displays the title information. This is the default.

-noregvar

Turns off the use of register variables.

-quiet

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

-regvar

Turns on the use of register variables. This is the default.

-stdinc:"

path"

Sets the path for the standard include files. This defines the location of include
files using the #include file.h syntax. Multiple paths are separated by semico-
lons. For example:
-stdinc:"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 and default direc-
tory.

Table 24. Compiler Command Line Options (Continued)

Option Name

Description

This manual is related to the following products: