4,199
edits
Changes
From IGEP - ISEE Wiki
Undo revision 6823 by Pau pajuelo (Talk)
= Download/Install IGEP SDK =
Download IGEP SDK from [http://www.isee.biz/component/zoo/item/igep-yocto-toolcahin-sdk isee.biz] website and follow the next steps:
*Make sure that binaries are installed correctly.
<pre>jdoe@ubuntu ~/Downloads $ ls /opt/poky/
1.2 1.2.1 </pre><section end=install_sdk>
= Use IGEP SDK =
<pre>root@igep00x0:~# ./hello-world
Hello world !</pre>
= Other Cross compilers for IGEP Boards =
== Linaro Toolchain ==
{{Message/Information Message|message=Tested in Ubuntu 12.04.}}
=== Install Toolchain ===
<pre>sudo add-apt-repository ppa:linaro-maintainers/toolchain
sudo apt-get install cpp-4.5-arm-linux-gnueabi g++-4.5-arm-linux-gnueabi </pre>
Link Linaro Toolchain 4.5:
<pre>sudo ln -f -s /usr/bin/arm-linux-gnueabi-cpp-4.5 /usr/bin/arm-linux-gnueabi-cpp
sudo ln -f -s /usr/bin/arm-linux-gnueabi-gcov-4.5 /usr/bin/arm-linux-gnueabi-gcov
sudo ln -f -s /usr/bin/arm-linux-gnueabi-gcc-4.5 /usr/bin/arm-linux-gnueabi-gcc </pre>
[[Category:Work_in_progress]] [[Category:Development_tools]] [[Category:How_to_forge]]