Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Linux Kernel 2.6.37.y

295 bytes added, 15:28, 13 December 2016
m
Setup gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi
= Setup gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi =
 
Download - [http://www.isee.biz/support/downloads/item/igep-sdk-yocto-toolchain-1-2-2-3 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-*.tar.bz2 -C /</pre>
*Make sure that binaries are installed correctly.
<pre>jdoe@ubuntu ~/Downloads $ ls /opt/poky/
1.2 1.2.1 </pre>
 
Open a terminal and type:
<pre>cd Downloads
wget https://releases.linaro.org/archive/15.05/components/toolchain/binaries/arm-linux-gnueabi/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi.tar.xz
sudo tar -xvf gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi.tar.xz -C /opt
export PATH=/opt/gcc-linaro-4.9-2015.05-x86_64_arm-linux-gnueabi/bin:$PATH </pre>
4,199
edits