Msp430

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
msp430-libc
 
msp430-libc
  
msp430-bsl - http://mspgcc.sourceforge.net/tools.html
+
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/
 +
</pre>
 +
 
 +
===Install JDK===
 +
<pre>
 +
$ sudo sh jdk-*
 +
</pre>
 +
 
 +
===Install nesC===
 +
<pre>
 +
$ cd nesc
 +
$ ./configure
 +
$ make
 +
$ sudo make install
 +
</pre>
 +
 
 +
===Install TinyOS Tools===
 +
<pre>
 +
$ 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 {} \; \)
 
</pre>
 
</pre>

Revision as of 22:45, 4 October 2010

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