Create new project, Configure working directories – Freescale Semiconductor Microcontrollers User Manual

Page 220

Advertising
background image

Synchronized Debugging Through DA-C IDE

Configuring DA-C IDE for Freescale Tool Kit

220

Microcontrollers Debugger Manual

current installation. An example configuration for the M68k CPU is provided, which can
be adapted to each CPU supported by Freescale.

Create New Project

Start DA-C.exe and choose Project > New Project from the main menu. Browse to the
directory and enter a project file name, for example:

C:\Program Files\Freescale\work\<processor>c\myproject

Change the <processor> field to your CPU). A specific project file is created with
.dcp

extension (for example myproject.dcp).

Configure Working Directories

Choose Options > Project from the main menu of DA-C. The window shown in

Figure

9.1

contains options which establish directories for the project.

Figure 9.1 DA-C Project Options Window - Directories Tab

Project Root Directory

This text box determines the project root directory. The full path is expected, or a single
dot can be entered, which stands for the same directory where the project file resides. All
files that belong to the project are considered relative to the Project root directory, if the
full path of the file is not given. In our case, keep the single dot for the project root
directory.

Advertising