Defaultdir: default current directory – Freescale Semiconductor Microcontrollers User Manual

Page 851

Advertising
background image

Debugger Engine Environment Variables

Environment Variables

851

Microcontrollers Debugger Manual

Arguments

<path>

: Paths separated by semicolons, without spaces.

Description

When this environment variable is defined, the SmartLinker stores the absolute files it
produces in the first directory specified. If ABSPATH is not set, the generated absolute
files are stored in the directory in which the parameter file was found.

Example:

ABSPATH=\sources\bin;..\..\headers;\usr\local\bin

DEFAULTDIR: Default Current Directory

Tools

Compiler, Assembler, Linker, Decoder, Librarian, Maker, Burner, Debugger.

Synonym

None.

Syntax

"DEFAULTDIR=" <directory>.

Arguments

<directory>

: Directory specified as default current directory.

Default

None.

Description

With this environment variable the default directory for all tools may be specified. All
tools indicated above take the specified directory as their current directory instead of the
one defined by the operating system or launching tool (for example, editor).

NOTE

This is an environment variable at the system level (global environment
variable). It CANNOT be specified in a default environment file
(DEFAULT.ENV/.hidefaults).

Advertising