[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle
INSTALL, 1.2, 1.3
David Gay
idgay at users.sourceforge.net
Sun Oct 30 10:23:51 PST 2005
Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20471/languages/motlle
Modified Files:
INSTALL
Log Message:
-I option for finding tinysql attributes, aggregates
reorganise tinysql directory
misc doc updates
Index: INSTALL
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/INSTALL,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** INSTALL 11 Dec 2004 02:07:19 -0000 1.2
--- INSTALL 30 Oct 2005 18:23:49 -0000 1.3
***************
*** 3,7 ****
To build a VM, for instance the example VM in the examples directory:
cd examples # you must be in the examples directory to build the VM
! ../tools/motllevm-build base.vmsf # builds the VM
This will create $TOSDIR/apps/MotlleVM.
--- 3,7 ----
To build a VM, for instance the example VM in the examples directory:
cd examples # you must be in the examples directory to build the VM
! motlle-vmbuild base.vmsf # builds the VM
This will create $TOSDIR/apps/MotlleVM.
***************
*** 16,20 ****
Using the previously built VM:
cd /opt/tinyos-1.x/apps/MotlleVM
! /opt/tinyos-1.x/tos/lib/VM/languages/motlle/tools/mload /opt/tinyos-1.x/tos/lib/VM/languages/motlle/examples/cnttoleds.mt
Your leds should start blinking.
--- 16,20 ----
Using the previously built VM:
cd /opt/tinyos-1.x/apps/MotlleVM
! motlle-load /opt/tinyos-1.x/tos/lib/VM/languages/motlle/examples/cnttoleds.mt
Your leds should start blinking.
More information about the Tinyos-commits
mailing list