Changes

User:Pau pajuelo

8 bytes added, 10:04, 4 July 2012
Hello world compiled with ECLIPSE
*Build programs using ECLIPSE IDE
== Hello world compiled with ECLIPSE<br> ==
If you follow "Getting started chapter" you have compiled some source example programs for ECLIPSE, these programs use Autotools to generate binary code for IGEP. Now is time to compile your Helloworld using ECLIPSE IDE without using autotools.
CC is an environment variable that links with arm-poky-linux-gnueabi-gcc binary (IGEP SDK GCC). Environment variables are a set of dynamic named values that can affect the way running processes will behave on a computer, it is very useful to call a command that you don't know its location.
IGEP SDK Environtment variables are located at /opt/poky/1.2/environment-setup-armv7a-vfp-neon-poky-linux-gnueabi. You can add this variables using source command and see your current environtment variables using env command
=== Compile your program: ===
Now you can Run and Debug your program.
<br>
'''Under construction'''
4,199
edits