Skip to content

Installing the tools

pramode edited this page Jun 16, 2011 · 4 revisions

Getting and building the toolchain (on Debian)

Site: http://mspgcc4.sourceforge.net/

Build by running:

  git clone git://mspgcc4.git.sourceforge.net/gitroot/mspgcc4/mspgcc4
  cd mspgcc4 && perl buildgcc.pl 

This will download necessary source packages, apply some patches and build the toolchain.

You can choose not to build the "insight" debugger.

Make sure that you "apt-get install" the following: build-essential, libncurses5-dev, zlib1g-dev

Clone this wiki locally