Solvline LemonIDE Ver 1.0e User Manual

Page 15

Advertising
background image

LemonIDE

TM

User’s Guide

As this manual’s instructions are based on Eddy DK Source, add application & firmware image space under DK

Source directory(Workspace) as projects.

LemonIDE project can be classified into one of the following four categories depending whether makefile is created

and whether C or C++ program is used.

Standard Make C Project

Standard Make C ++ Project

Project based on C or C++ where existing makefile is used

LemonIDE Make C Project

LemonIDE Make C++ Project

Project based on C or C++ where makefile is automatically

created

Note

Links to libraries are common in ordinary developing environment, and most Open Sources

provide makefile. Hence use of Standard type project is recommended. Provided DK Source
also includes makefile definitions. Explanation on this manual will be based on Standard
typed project.

To create a “Standard Make C++ Project” or “Standard C Project”, select “File” Æ “New” Æ “Project”

Æ “LemonIDE Application” Æ “Standard Make C++ Project” or “Standard C Project” or “File” Æ

“New” Æ “Standard C++Project”/“Standard C Project” from LemonIDE title menu.

Type in “src” for Project Name and click “Finish” to enlist an Eddy application project.

“src” is an application directory enlisted as a filesystem_2.1.x.x Workspace.

Type in “ramdisk” for Project Name and click “Finish” to enlist a project to be used as File System Image Works in

the same manner.

If all procedures were carried out correctly, Workspace “filesystem_2.1.x.x” should display two projects, “src” and

“ramdisk” as shown in the image below.

3-9

Advertising