tgtakaoka / homebrew-mspgcc

GCC toolchain for MSP430

Home Page:https://sourceforge.net/projects/mspgcc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homebrew-mspgcc

The Homebrew formulae of GCC toolchain for MSP430, also known as MSPGCC which is based on GNU GCC 4.7. This repository includes binutils-msp430, headers-msp430, gcc-msp430, libc-msp430, gdb-msp430.

To get everything, execute the following commands.

$ brew tap tgtakaoka/mspgcc
$ brew install libc-msp430 gdb-msp430

You may want to install mspdebug-head by the following commands.

$ brew tap tgtakaoka/tinyos-msp430
$ brew install --HEAD mspdebug-head

Version:

binutils-msp430-2.22-20120911_4
headers-msp430-20130321_3
gcc-msp430-4.7.0-20120911_2
libc-msp430-20120716_2
gdb-msp430-7.2a-20111205_1

About

GCC toolchain for MSP430

https://sourceforge.net/projects/mspgcc/

License:BSD 2-Clause "Simplified" License


Languages

Language:Ruby 100.0%