beautypg.com

Zilog EZ80F916 User Manual

Page 404

background image

UM014423-0607

Running ZDS II from the Command Line

ZiLOG Developer Studio II

eZ80Acclaim!

®

User Manual

384

-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.

-nomodsect

Does not generate distinct code segment name for each module. The code segment is
named as “code” for every module. This is the default.

-nopromote

Turns off ANSI promotions (deprecated).

-noquiet

Displays the title information.

-noregvar

This option has no effect on eZ80Acclaim!.

-promote

Turns on ANSI promotions.

-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.

-regvar

This option has no effect on eZ80Acclaim!.

-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 semicolons. For example:

-stdinc:"c:\rtl;c:\myinc"

In this example, the compiler looks for the include file in
1. the default 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.

-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 default 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 14. Compiler Command Line Options (Continued)

Option Name

Description

This manual is related to the following products: