Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to setup a cross compiler

670 bytes added, 12:48, 16 November 2016
m
no edit summary
Cross-development usually involves two different platforms, the host platform where actual development work takes place, and the target platform where the final application is tested and run.
'''IGEP SDK Yocto Toolchain''' provides all necessary tools like a cross compiler, embedded libraries, etc. to compile program sources for IGEP devices.
'''IGEP SDK Yocto Toolchain''' is included in '''IGEP SDK Virtual Machine ''' but you can install in other Linux operating system.
= Download/Install IGEP SDK Yocto Toolchain = ==='''IGEP OMAP3'''=== Download - [http://www.isee.biz/support/downloads/item/igep-sdk-yocto-toolchain-1-2-2-3 isee.biz]
Download IGEP SDK&nbsp;from [httpfollow the next steps:*Open a terminal *Located your downloaded file, in my case is inside /home/www.isee.bizjdoe/componentDownloads:<pre>jdoe@ubuntu ~ $ cd Downloads/zoo</itempre> *Extract binaries in root directory with root privileges<br><pre>jdoe@ubuntu ~/Downloads $ sudo tar jxf igep-sdk-yocto-toolcahintoolchain-sdk isee*.tar.bz2 -C /</pre>*Make sure that binaries are installed correctly.<pre>jdoe@ubuntu ~/Downloads $ ls /opt/poky/1.2 1.2.biz] website and follow the next steps: 1 </pre>
==='''IGEP iMX6'''===
Download - [http://downloads.isee.biz/pub/releases/sdk/poky-glibc-x86_64-isee-fsl-image-dev-cortexa9hf-vfp-neon-toolchain-1.8.sh isee.biz]
 
follow the next steps:
*Open a terminal
*Located your downloaded file, in my case is inside /home/jdoe/Downloads:
<pre>jdoe@ubuntu ~ $ cd Downloads/</pre>
*Extract binaries in root directory with root privileges<br>
<pre>jdoe@ubuntu ~/Downloads $ sudo tar jxf igep-sdk-yocto-toolchain-sh *.tar.bz2 -C sh /</pre>
*Make sure that binaries are installed correctly.
<pre>jdoe@ubuntu ~/Downloads $ ls /opt/poky/
1.2 1.2.1 8 </pre> = Use IGEP SDK =
 = Use IGEP SDK Yocto Toolchain = IGEP SDK Yocto Toolchain can be integrated with multiple IDEs, but the simplest method to prove it is using terminal:
*Create source code text file:
*Execute arm executable file inside IGEP Board (remote shell):<br>
<pre>root@igep00x0:~# ./hello-world
Hello world&nbsp;!</pre>  
= Other Cross compilers for IGEP Boards =
{{#lst:Install and configure Codeblocks for IGEP devices|overview}}
 
 
{{Message/Forum}}
[[Category:Development_tools]] [[Category:How_to_forge]]
4,199
edits