Msp430

From Attie's Wiki
Revision as of 22:45, 4 October 2010 by 192.168.0.1 (Talk)

Jump to: navigation, search

Cool little processor

Contents

Tools

msp430-binutils
msp430-gcc
msp430-libc

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

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

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
$ find /usr/local/lib/ncc \( -type d -exec chmod 755 {} \; \) \( -type f -exec chmod 644 {} \; \)
$ find /usr/local/lib/tinyos \( -type d -exec chmod 755 {} \; \) \( -type f -exec chmod 644 {} \; \)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox