ia m new to tinyos.using tinyos1.i get a problem when i give make
pc.the error is as follows:
[EMAIL PROTECTED] Oscilloscope]# make
../Makerules:26: /opt/tinyos-1.x/support/make/Makerules: No such file
or directory
make: *** No rule to make target
`/opt/tinyos-1.x/support/make/Makerules'.  Stop.


my ~/.bashrc is as follows:
# .bashrc

# User specific aliases and functions

alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi
export PATH="/usr/bin:.:/sbin:/usr/sbin:$PATH"
# Java environment variables
#echo "Setting up Java 1.50"
export JAVA_HOME=/opt/IBMJava2-142
export JDKROOT=$JAVA_HOME
export PATH="$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH"
export CLASSPATH=.:$JAVA_HOME
export TOSROOT=/opt/tinyos-1.x
export TOSDIR=$TOSROOT/tos
export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar:.
export MAKERULES=$TOSROOT/support/make/Makerules


when i initially installed, i could compile properly and see the
simulation.but when i restarted i am coming across this problem.please
help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to