Quick-start Tutorial
4-10 Copyright ©2002 ARM Limited. All rights reserved. ARM DUI 0181B
4.2.8 Project filesThe 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 Table4-1.
Table4-1 Tutorial project files
Project
contains Directory/filename Description
Debug
directory
Debug
This area contains the object files and the
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
page4-7 .
DebugRel
directory
DebugRel
This area is empty.
Release
directory
Release
This area is empty.
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 page4-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
page4-1 1).
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 page4-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.