Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Debian distro

72 bytes added, 18:52, 21 October 2017
GCC, G++, libc Cross Compiler
Now is time to install some packages if you want to build your own distribution.
=== GCC, G++, libc Cross Compiler ===You can install the cross compiler if you want to build u-boot, linux kernel or applications using your host PC and compile for IGEP board as target. <pre>sudo apt-get install gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf g++-arm-linux-gnueabi g++-arm-linux-gnueabihf libc6-armel-cross libc6-armhf-cross libc6-dev-armhf-cross libc6-dev-armel-cross</pre>
You can install the cross compiler if you want to build u-boot, linux kernel or applications using your host PC and compile for IGEPv5 as target.
<pre>sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libc6-dev-armhf-armel-cross libc6-armel-armhf-cross
</pre>
=== Build Ubuntu packages ===