Hi Ada, >> In fact, I hadn't put also the classpath for tinyos 1.x, like: >> export TOSROOT = /opt/tinyos-1.x >> export TOSDIR=$TOSROOT/tos >> export MAKERULES=$TOSROOT/tools/make/Makerules * * >> Which are all the exports that I have to set up and where (in which file) I will save them?
When you set TINYOS_VER=1 (as i mentioned in the previous e-mail), after reboot, it will set the environment variables. In the .bash_tinyos file, there is a conditional statement. If TINYOS_VER is equal to 1, it will set the necessary environment variables. Have a look at the file (.bash_tinyos) completely, you will see. Thus, setting TINYOS_VER=1 & rebooting are the two sufficient steps to set your environment for tinyos-1.x. Please try these steps... -- Mehmet Akif Antepli On Sat, Oct 10, 2009 at 1:17 PM, ada thomo <[email protected]> wrote: > Hi, A little bit late but thank you for the reply. > IIn fact, I hadn't put also the classpath for tinyos 1.x, like: > export TOSROOT = /opt/tinyos-1.x > export TOSDIR=$TOSROOT/tos > export MAKERULES=$TOSROOT/tools/make/Makerules > * > * > Which are all the exports that I have to set up and where (in which file) I > will save them? > *Thanks again > * > > On Sat, Oct 3, 2009 at 12:56 AM, Mehmet Akif Antepli < > [email protected]> wrote: > >> And then don't forget to restart xubuntos :) >> -- >> Mehmet Akif Antepli >> >> >> On Sat, Oct 3, 2009 at 1:55 AM, Mehmet Akif Antepli < >> [email protected]> wrote: >> >>> Hi, There is the hidden file .bash_tinyos under /home/xubuntos/ >>> directory. >>> >>> Default version of tinyos is 2.1.0, you should change it to 1: >>> >>> if [ "$TINYOS_VER == "" ]; then >>> export TINYOS_VER=2.1.0 // Change 2.1.0 to 1 >>> fi >>> >>> -- >>> Mehmet Akif Antepli >>> >>> On Fri, Oct 2, 2009 at 8:40 PM, ada thomo <[email protected]> wrote: >>> >>>> Hi, I have installed tinyos with Xubuntos, tinyos 2.1.0 works Ok, but >>>> tinyos-1.x doesn't work. Who knows the write paths that I have to export in >>>> tinyos-1.x, in order that it work, till now the toscheck gives the output: >>>> Command not found >>>> Thank you >>>> >>>> _______________________________________________ >>>> Tinyos-help mailing list >>>> [email protected] >>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >>>> >>> >>> >> >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
