Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP GST FRAMEWORK 2.00.20

12 bytes removed, 22:32, 17 December 2010
no edit summary
source /usr/local/poky/eabi-glibc/environment-setup-arm-none-linux-gnueabi
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- omap3_defconfig
 
</pre><pre>Linaro Ubuntu Kernel (http://git.linaro.org/gitweb?p=ubuntu/linux-linaro.git;a=summary)
Create a new file with this content:
 
echo "Setting environment for armel cross-compile"
export DEB_BUILD_ARCH=armel
export DEB_HOST_ARCH=armel
 
Save it as file with the name enviroment
source enviroment
Enter in the linaro ubuntu directory and for build you should do:
 
&gt;&gt; cd ${linaro}
&gt;&gt; fakeroot/rules binary-linaro-omap
 </pre> <br>
= How to Build<br> =