Changes

User:Pau pajuelo

1 byte added, 10:08, 4 July 2012
no edit summary
= Write your first C Program using ECLIPSE Eclipse IDE =
== Overview ==
ECLIPSE Eclipse IDE is a software development environtment, this software package is very popular because you can extend its functionalities using pluggins. C applications can be compiled in ECLIPSE Eclipse using Autoconf tools or Makefile. Autoconf tools can be useful if you want to develop a huge application with a lot of software dependencies, but this method can be tedious if you want to develop a simple application.
At IGEP v3.0 VM, ECLIPSE Eclipse includes Linux tools and Yocto plugin to develop C applications for IGEP firmware as quickly and easily as possible.
== Pre-requisites ==
*VMware or VirtualBox virtualization software
*IGEP SDK v3.0 Virtual Machine RC2 with ECLIPSE Eclipse IDE<br>
*IGEP BOARD with Ethernet communication (for example IGEPv2)<br>
*MANUAL IGEP SDK v3.0 VM<br>
*Prepare your Rootfs in your Micro SD Card
*Connect to your IGEP Board using Ethernet Commnication
*Build programs using ECLIPSE Eclipse IDE
== Hello world compiled with ECLIPSEEclipse<br> ==
If you follow "Getting started " chapter" you have compiled some source example programs for ECLIPSEEclipse, these programs use Autotools to generate binary code for IGEP. Now is time to compile your Helloworld using ECLIPSE IDE example program without using autotools.
=== Create your new project: ===
Open ECLIPSEEclipse-&gt;File-&gt;New-&gt;C Project
At C Project Window:
4,199
edits