ben/TOOLCHAIN: toolchain installation cheat sheet

This commit is contained in:
Werner Almesberger 2013-03-29 20:35:58 -03:00
parent 9d784c2c66
commit 3bccc3960d
1 changed files with 10 additions and 0 deletions

10
ben/TOOLCHAIN Normal file
View File

@ -0,0 +1,10 @@
wget http://downloads.qi-hardware.com/software/images/NanoNote/Ben/latest/OpenWrt-Toolchain-xburst-for-mipsel-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2
wget http://downloads.qi-hardware.com/software/images/NanoNote/Ben/latest/OpenWrt-SDK-xburst-for-linux-x86_64-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2
mkdir /opt
cd /opt
tar xfj ~/OpenWrt-Toolchain-xburst-for-mipsel-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2
tar xfj ~/OpenWrt-SDK-xburst-for-linux-x86_64-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2
ln -sf /opt/OpenWrt-Toolchain-xburst-for-mipsel-gcc-4.6-linaro_uClibc-0.9.33.2/toolchain-mipsel_gcc-4.6-linaro_uClibc-0.9.33.2/bin/mipsel-openwrt-linux-* /usr/local/bin
For .bash_profile:
export STAGING_DIR=/opt/OpenWrt-SDK-xburst-for-linux-x86_64-gcc-4.6-linaro_uClibc-0.9.33.2/staging_dir/target-mipsel_uClibc-0.9.33.2/