Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

12 bytes removed, 10:10, 4 July 2012
Create your source files:
clean:
rm -f main main.o</pre>
Save file
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: ===
4,199
edits