VAR-SOM-AM33 Linux Eclipse: Difference between revisions

From Variscite Wiki
Line 24: Line 24:
use root as password type 3 times.
use root as password type 3 times.
</pre>
</pre>
= Create a simple project and debug on VAR-SOM_AM33 taregt  =

Revision as of 06:44, 18 June 2014

Eclipse

Introduction

This wiki will explain how to use eclipse to develop simple application for Variscite VAR-SOM-AM33.

Download and install

Download from:

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/kepler/SR1/eclipse-cpp-kepler-SR1-linux-gtk-x86_64.tar.gz

$ cd ~/
$ tar xvf ../Downloads/eclipse-cpp-kepler-SR1-linux-gtk-x86_64.tar.gz

Run Eclipse:

$ eclipse/eclipse &

Set your workspace:
Eclipse ws.jpg
You can select any folder you like.
Close the "welcome window".
You should be at:
Eclipse main.jpg

Change target password

$ passwd
use root as password type 3 times.

Create a simple project and debug on VAR-SOM_AM33 taregt