Toolchain new
From t-hack.com - Hack X300T / X301T
Line 1: | Line 1: | ||
− | *Grab [[Media:Smp86xx_toolchain_2.8.0.1.tar.gz]], unpack, then:<br> | + | *Make sure you have gcc3.4 installed (it doesn't matter if you also have gcc4.x, as long as you have 3.4), then run:<br> |
+ | <pre>export CC=gcc-3.4</pre> | ||
+ | |||
+ | *Grab [[Media:Smp86xx_toolchain_2.8.0.1.tar.gz]], unpack, then run:<br> | ||
<pre>make menuconfig && make</pre> | <pre>make menuconfig && make</pre> | ||
− | You'll get the Buildroot configuration page, don't change anything, just exit, then wait... | + | You'll get the Buildroot configuration page, don't change anything, just exit. When it asks if you want to save choose yes, then wait... |
− | + | Once it's done (the last line should be 'creating toolchain-path.env...') run: | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<pre>source /path/to/smp86xx_toolchain_2.8.0.1/toolchain-path.env</pre> | <pre>source /path/to/smp86xx_toolchain_2.8.0.1/toolchain-path.env</pre> | ||
*Grab [[Media:Rootfs-2.7.127.0.tar.bz2]], unpack, make, wait...<br> | *Grab [[Media:Rootfs-2.7.127.0.tar.bz2]], unpack, make, wait...<br> |