Hi,
I am trying to run the Blink application with the sim option for TOSSIM. I get 
the following error: make: *** No rule to make target `mica2'.  Stop.
I source the environment variables file (tinyos.sh) and it contains  the 
following:
----------
#! /usr/bin/env bash
# Here we setup the environment
# variables needed by the tinyos 
# make system

echo "Setting up for TinyOS 2.1.0"
export TOSROOT=
export TOSDIR=
export MAKERULES=

TOSROOT="/opt/tinyos-2.1.0"
TOSDIR="$TOSROOT/tos"
#CLASSPATH=$CLASSPATH:$TOSROOT/support/sdk/java
#CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar
CLASSPATH=$CLASSPATH:.:$TOSROOT/support/sdk/java/:$TOSROOT/support/sdk/java/tiny
os.jar
MAKERULES="$TOSROOT/support/make/Makerules"

export TOSROOT
export TOSDIR
export CLASSPATH
export MAKERULES
--------------
Please help. Thanks.

^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^^*^*^

Felix N. Njeh         

Department of Computer Science

Bowie State University (www.bowiestate.edu)

[Office]  301-860-3960  [Fax]  301-860-3979

Blog: http://bsugeek.blogspot.com/

"Chance favors the prepared mind". Louis Pasteur


      
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to