Quick-start Tutorial

4.2.8Project files

The project you have just created is a single-user, self-contained project. This means that the project base directory now contains all the files associated with the tutorial project, as described in Table 4-1.

 

 

Table 4-1 Tutorial project files

 

 

 

Project

Directory/filename

Description

contains

 

 

 

 

 

Debug

Debug

This area contains the object files and the

directory

 

executable ready for debugging or execution.

 

 

By default, Debug is specified as the active

 

 

configuration for this project. This means that

 

 

this is the build target configuration that is built

 

 

and loaded. Change this using the Project

 

 

Properties window to view, and amend, the

 

 

CONFIGURATION group, shown in Figure 4-4 on

 

 

page 4-7.

 

 

 

DebugRel

DebugRel

This area is empty.

directory

 

 

 

 

 

Release

Release

This area is empty.

directory

 

 

Source files

dhry_1.c

 

dhry_2.c

 

dhry.h

The original source files and headers for the project. If any files have been edited, this area also includes the backup files (see Backup files on page 4-11).

Project file

tutorial.prj

The project settings file, using the project name

 

 

specified when the project was created. This is

 

 

identified as the first entry in the project settings,

 

 

shown in Figure 4-4 on page 4-7.

 

 

If the project settings have been edited, this area

 

 

also includes the backup file (see Backup files on

 

 

page 4-11).

makefiles tutorial_Debug.mk tutorial_DebugRel.mk tutorial_Release.mk

The makefiles generated by RealView Debugger for each build target configuration (see Generated makefiles on page 4-32).

The filenames and the rules can be changed in the project settings using the Project Properties window to view, and amend, the BUILD group, shown in Figure 4-4 on page 4-7.

4-10

Copyright © 2002 ARM Limited. All rights reserved.

ARM DUI 0181B

Page 52
Image 52
ARM Version 1.6 manual Project files, Project Directory/filename Description Contains