Msp430

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Cool little processor
+
How to setup a toolchain and tools for development with an MSP430 under Fedora 12
  
 
==Tools==
 
==Tools==

Revision as of 22:54, 4 October 2010

How to setup a toolchain and tools 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

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