Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup a cross compiler

21 bytes removed, 16:45, 14 August 2012
m
no edit summary
IGEP SDK is included in IGEP SDK Virtual Machine but you can install in other Linux operating system.
= Install IGEP SDK = == Download&amp;Install IGEP SDK<br> ==
Download IGEP SDK&nbsp;from [http://www.isee.biz/component/zoo/item/igep-yocto-toolcahin-sdk isee.biz] website and follow the next steps:
<pre>jdoe@ubuntu ~/Downloads $ ls /opt/poky/
1.2 1.2.1 </pre>
== Use IGEP SDK ==
IGEP SDK can be integrated with multiple IDEs, but the simplest method to prove it is using terminal:
<pre>jdoe@ubuntu ~/Desktop $ file hello-world
hello-world: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped</pre>
*Transfer arm executable file from virtual machine to IGEPv2 board
*Execute arm executable file inside IGEP Board (remote shell)<br>
<pre>root@igep00x0:~# ./hello-world
Hello world &nbsp;!</pre>
[[Category:Work_in_progress]] [[Category:Development_tools]] [[Category:How_to_forge]]
4,199
edits