Difference between revisions of "MSPSim"

From TinyOS Wiki
Jump to: navigation, search
m (Installation)
(Installation)
Line 7: Line 7:
 
in the MSPSim folder. A Jar package of MSPSim can be created with the command:
 
in the MSPSim folder. A Jar package of MSPSim can be created with the command:
 
  make jar
 
  make jar
Then a mspsim.jar is created in the directory.
+
Then a mspsim.jar is created in the directory. For simplicity, you may want to create an alias to MSPSim:
 +
alias mspsim="java -jar PATH_TO_MSPSIM/mspsim.jar"
 +
After that, MSPSim can be lauched with the command '''mspsim'''
  
 
== Usage ==
 
== Usage ==

Revision as of 23:25, 9 December 2009

Error creating thumbnail: File missing
MSPSim on Ubuntu

MSPSim is a Java-based simulator of the MSP430 microcontroller.

Installation

MSPSim can be install by entering the command:

make

in the MSPSim folder. A Jar package of MSPSim can be created with the command:

make jar

Then a mspsim.jar is created in the directory. For simplicity, you may want to create an alias to MSPSim:

alias mspsim="java -jar PATH_TO_MSPSIM/mspsim.jar"

After that, MSPSim can be lauched with the command mspsim

Usage

See also

External links