Difference between revisions of "GNU Toolchain"

From Chumby Wiki
Jump to: navigation, search
(Wrong Link? Fix this if not true.)
Line 4: Line 4:
 
* Download the archive to /
 
* Download the archive to /
 
  cd /
 
  cd /
  sudo wget http://files.chumby.com/toolchain/arm-linux-v4.1.2b.tgz
+
  sudo wget http://files.chumby.com/source/ironforge/build312/gcc-4.1.2.tar.bz2
 
* Unpack:
 
* Unpack:
 
  sudo tar zxvf arm-linux-v4.1.2b.tgz
 
  sudo tar zxvf arm-linux-v4.1.2b.tgz
  
 
The source code for the toolchain and libraries can be found [http://files.chumby.com/source here].
 
The source code for the toolchain and libraries can be found [http://files.chumby.com/source here].

Revision as of 11:57, 10 August 2007

NOTE: This page is for the installation of the GNU toolchain for Ironforge production chumbys. For Foo/Katamri chumbys, see GCC Toolchain.

This installation assumes you're running a relatively recent version of Linux on an x86-based computer or virtual machine

  • Download the archive to /
cd /
sudo wget http://files.chumby.com/source/ironforge/build312/gcc-4.1.2.tar.bz2
  • Unpack:
sudo tar zxvf arm-linux-v4.1.2b.tgz

The source code for the toolchain and libraries can be found here.