Renesas TM V.3.20A User Manual

Page 30

Advertising
background image

30

Choose [A default startup program is used.] for the startup program, and the startup program that comes standard with

the compiler is copied into the working directory.

Fig. 3-9 New Project Wizard (Step Finish)

Click [Finish] on the above dialog box, and the basic project information is created.

Registering files

When the TM has finished creating initial project information, the Project Editor window appears.

Fig. 3-10 Project Editor Immediately After Project Creation

The Project Editor works internally as an editor for the makefiles handled by the GNU make command. The project

view is a reflection of the concept of GNU make. To acquire a good command of the Project Editor, you need to
understand the basic concept of GNU make.

The basic structure of a makefile is as follows:

target : dependencies

command

This means that target depends on dependencies, and that to get target from dependencies, command must be

Advertising