Project:MSP430 Mac Howto: Difference between revisions

From London Hackspace Wiki
No edit summary
mNo edit summary
Line 16: Line 16:


Fix to binutils version:
Fix to binutils version:
Change line 136 in <code>mspgcc4/buildgcc.pl<code> to: <code>$BINUTILS_VERSION = "2.21.1";</code>
Change line 136 in <code>mspgcc4/buildgcc.pl</code> to: <code>$BINUTILS_VERSION = "2.21.1";</code>


Compile the build tools (select default options for everything apart from Insight - it won't compile by default on the Mac):
Compile the build tools (select default options for everything apart from Insight - it won't compile by default on the Mac):

Revision as of 20:39, 1 November 2011

This page documents Flux's attempt to get the TI LaunchPad working on a MacBook Air running Mac OS X Lion 10.7.2.

USB Driver

Building Toolchain

$ ./configure --without-ssl
$ sudo make install

Download the toolchain and bunutils:

$ git clone git://mspgcc4.git.sourceforge.net/gitroot/mspgcc4/mspgcc4

Fix to binutils version: Change line 136 in mspgcc4/buildgcc.pl to: $BINUTILS_VERSION = "2.21.1";

Compile the build tools (select default options for everything apart from Insight - it won't compile by default on the Mac):