Can you explain exactly what you are typing at the command line to run the Listen application. Further, please stipulate what errors you are receiving when you try to run the Listen application. Thanks.
> Thanks.. It did not work. I am wondering what I should do after changing > the > tinyos.sh file? Do I need to execute any command? Also please find below > my > "bashrc" file. > ****************** > # ~/.bashrc > > # > # Initial .bashrc customized for TinyOS > # $Id: bashrc,v 1.2 2003/10/07 21:46:11 idgay Exp $ > # > > # Workaround for the fact that tinyos is installed by InstallShield and > # InstallShield uses DOS directory format yet nesc wants to see Unix-style > # directory names for TOSDIR. For example, an InstallShield wizard can set > # a system-wide environment variable TOSDIR to > # <appropriate-drive-letter>:\tinyos-1.x\tos\. In cygwin, you could then > cd > to > # $TOSDIR, but nesc can't parse it. Nesc expects something like > # /cygdrive/<appropriate-drive-letter>/tinyos-1.x/tos/. > > cd $TOSROOT > export TOSDIR=`pwd`/tos > cd $HOME > > # Historically, users have had difficulty keeping up with the CLASSPATH > # requirements for TinyOS which, especially since 1.0.0, have increased > # rapidly. `javapath` is a script that will determine what the CLASSPATH > # should be. > > cd $TOSROOT; cd tools/java > export CLASSPATH=`./javapath` > > cd $HOME > > PATH=/opt/tinyos-1.x/tools/java/net/tinyos/sim:$PATH > > export $PATH > > ****************** > > Abdullah Kadri, P.Eng., Ph.D. Candidate > The University of Western Ontario > Department of Electrical and Computer Engineering > Phone: (519) 661-2111 ext. 81271 _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
