beautypg.com

Zilog Z8F0130 User Manual

Page 106

background image

Using the Integrated Development Environment

UM013037-1212

82

Zilog Developer Studio II – Z8 Encore!
User Manual

In this example, the compiler looks for the include file in

1. the project directory

2. the

c:\rtl

directory

3. the

c:\myinc

directory

4. the default directory

The default standard includes are located in the following directories:

<ZDS Installation Directory>\include\std

<ZDS Installation Directory>\include\zilog

In the above filepaths, <ZDS Installation Directory> is the directory in which Zilog Devel-
oper Studio was installed. By default, this path is:

C:\Program Files\Zilog\ZDSII_Z8Encore!_

In the above filepath, <version> can be

4.11.0

or

5.0.0.

User Include Path

The

User Include Path

field allows you to specify the series of paths for the compiler to

use when searching for user include files. User include files are those included with the

#include "file.h"

in the compiler. If more than one path is used, the paths are sepa-

rated by semicolons (;).

For example:

c:\rtl;c:\myinc"

In this example, the compiler looks for the include file in

1. the project directory

2. the

c:\rtl

directory

3. the

c:\myinc

directory

4. the directory of the file in which the file is included

5. the directories listed under the

-stdinc

command

6. the default directory

C: Advanced Page

The

Advanced

page is used for options that most users will rarely need to change from

their default settings.