Maker configuration – Freescale Semiconductor Microcontrollers User Manual

Page 229

Advertising
background image

Synchronized Debugging Through DA-C IDE

Configuring DA-C IDE for Freescale Tool Kit

229

Microcontrollers Debugger Manual

Maker Configuration

In the same way, you can now configure the maker as illustrated in

Figure 9.9

. In the

Menu "Start" Actions, click on new and fill in the created New Action box with "
&Make", then press ENTER. After setting the corresponding bitmap, copy the lines from

Listing 9.3

in the Action Script field and change the directory to where the maker is

located.

Listing 9.3 Script for Maker Action Association

+c:\Freescale\prog\maker.exe fibo.mak
.%if(%Exist(edout),,%Message(No Messages found!)%Cancel)
.%ErrClr()
.%ErrGet(edout)

Figure 9.9 DA-C Maker Settings

Advertising