Msp430

From Attie's Wiki
Jump to: navigation, search

How to setup a tool-chain for development with an MSP430 under Fedora 12

Contents

Tools

msp430-binutils
msp430-gcc
msp430-libc

jdk - http://www.oracle.com/technetwork/java/javase/downloads/index.html

nesc - http://sourceforge.net/projects/nescc/
tinyos - svn checkout http://tinyos-main.googlecode.com/svn/trunk/ tinyos

Install JDK

$ sudo sh jdk-*

Install nesC

$ cd nesc
$ ./configure
$ make
$ sudo make install

Install TinyOS Tools

$ cd tinyos/tools/
$ ./Bootstrap
$ ./configure
$ make
$ sudo make install
$ sudo find /usr/local/lib/ncc \( -type d -exec chmod 755 {} \; \) \( -type f -exec chmod 644 {} \; \)
$ sudo find /usr/local/lib/tinyos \( -type d -exec chmod 755 {} \; \) \( -type f -exec chmod 644 {} \; \)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox