3 source compile, 4 registering run method, 3 source compile -6 – Solvline LemonIDE Ver 1.0e User Manual

Page 30: 4 registering run method -6

Advertising
background image

LemonIDE

TM

User’s Guide

5.3.3 Source Compile

Source file is compiled to Eddy executable binary file.

Compile is carried out by clicking Make Target created in “5.3.2 Adding to Make Target”.

(Double click “Hello” on “MakeView”)

Compiling process can be observed in “Console” of “Message View”.

Make Targets provided in DK Source are “All” and “Clean”.

“All” Make Target compiles all application sources

associated to makefile, and “Clean” Make Target initializes all compiled applications. (Refer to “Makefile”)

5.4 Registering Run Method

Steps on creating Run/Debug Method will be discussed in this section.

Run/Debug Method is necessary to upload and execute or debug executable binary file on Eddy.

Select “Run” Æ “Run … “ from the main menu, and Method creation window will appear.

Double click“C/C++ Remote” and Method which execution environment variable can be configured will be

created.

5-6

Advertising