Manual

LemonIDE
TM
Chapter 5. Using IDE
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 clickC/C++ Remote” and Method which execution environment variable can be configured will be
created.
5-6