Project:MSP430 Mac Howto

From London Hackspace Wiki
Revision as of 19:03, 1 November 2011 by Flux (talk | contribs) (Created page with "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 == * Downloaded binary from http://...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Toolchain Prerequisites

  • Requires Xcode to be installed (for GCC et al)

Download the toolchain and bunutils:

$ git clone git://mspgcc4.git.sourceforge.net/gitroot/mspgcc4/mspgcc4
$ cd mspgcc4
$ curl -O http://ftp.uni-kl.de/pub/gnu/binutils/binutils-2.21.1.tar.bz2

Comment out line 65 (wget) in mspgcc4/do-binutils.sh (OS X doesn't include wget and we've already downloaded the file above).