Date:2013-03-30 00:35:58 (10 years 11 months ago)
Author:Werner Almesberger
Commit:3bccc3960d5055e47b8ab20610bac0ed18f2d57c
Message:ben/TOOLCHAIN: toolchain installation cheat sheet

Files: ben/TOOLCHAIN (1 diff)

Change Details

ben/TOOLCHAIN
1wget 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
2wget 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
3mkdir /opt
4cd /opt
5tar xfj ~/OpenWrt-Toolchain-xburst-for-mipsel-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2
6tar xfj ~/OpenWrt-SDK-xburst-for-linux-x86_64-gcc-4.6-linaro_uClibc-0.9.33.2.tar.bz2
7ln -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
8
9For .bash_profile:
10export 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/

Archive Download the corresponding diff file

Branches:
master



interactive