Adding files to project – Freescale Semiconductor Microcontrollers User Manual

Page 224

Advertising
background image

Synchronized Debugging Through DA-C IDE

Configuring DA-C IDE for Freescale Tool Kit

224

Microcontrollers Debugger Manual

Adding Files to Project

In the Project Window the Explorer View Tab replaces the Window's Explorer and
supplies you with additional information on directories containing project files. It also
gives you the option to add files into the project. For example, we will now set all files
needed to run the fibo example:

1. In the Explorer View, browse to the \Freescale\WORK\<processor>c

directory of your Freescale installation

2. Select the fibo.c file.

3. Right-click mouse button and choose Add to Project.

The file is now added in the current project and a green mark appears in front of it
(

Figure 9.4

).

Figure 9.4 Adding Files to Project Using Explorer Tab

In the same way, select fibo.prm file and add it to this project.

You can also add a directory to the project in the following way:

• Select Explorer View Tab in Project Window.

• In the left section, select the directory with files to be added to the project (files from

subdirectories may also be added to the project).

• From context menu choose Add to project.

This operation may also be performed from Folder view, if the directory is in the left
section.

NOTE

When adding an entire directory to the project, only files with extensions
defined in Options > Project > File types (as described in the section

Configure File Types

) are added.

Advertising