On Jul 1, 2011, at 9:31 PM, vinod kumar wrote:
> What are the sample values present in meyer-heavy.txt present in
> tos/lib/noise ?? Are they some sample gain values? In the topology.txt, the
> pattern is something like
> "1 2 -87" which mean signal sent by 1 , received by 2 with gain -87.
What are the sample values present in meyer-heavy.txt present in
tos/lib/noise ?? Are they some sample gain values? In the topology.txt, the
pattern is something like
"1 2 -87" which mean signal sent by 1 , received by 2 with gain -87. Are
these values present inside topology.txt randomly gener
export TOSROOT=/opt/tinyos-2.x
export TOSDIR=$TOSROOT/tos
export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java`
export CLASSPATH="$CLASSPATH;."
export MAKERULES=$TOSROOT/support/make/Makerules
export PATH=/opt/msp430/bin:/opt/jflashmm:$TOSROOT/tools_bin/bin:$PATH
--
This may help:
http://docs.tinyos.net/index.php/Java_cygwin
Also search this list for reference to the errors.
MS
Alexandre Buist wrote:
Hi,
**Can someone tell me how and where to correctly set the env vars using
cygwin. The path is the default:**/opt/tinyos-2.x..
** **
Hi,
Can someone tell me how and where to correctly set the env vars using
cygwin. The path is the default:/opt/tinyos-2.x..
<><>___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/
The Widows EnvVar panel does support a PATH variable (or any other
arbitrary name you like). Our old favorite MSDOGS command.com uses
PATH just like bash. And the separator is semi-colon ';'...
When cygwin bash starts-up it converts the 'global' PATH to it's own
liking by replacing C: with /cygdr
Hi,
I think that the Windows Environment Variables dialog does not know
about $PATH. It seems that you have overwritten the old path settings.
You probably have to locate your java installation and add the path to
your java executables manually to the path again. In the Windows
Environment Variabl
I think you could set it in windows, such as
Right-click my computer to find Properities, then click environment
Variables in Advanced, then change your Path here.
Ittipong Khemapech wrote:
Hi,
I tried and got:
export PATH=$PATH:/cygdirve/c/Program Files/java/jre1.6.0_03/bin:
bash: expo
Hi,
Try replacing the colon (:) by a semi-colon (;). The colon is the Unix
style separator, the semi-colon is the Windows style.
If this doesn't help, where and how did you set the PATH variable? What
do you get if you type "echo $PATH"?
Cheers,
Urs
Ittipong Khemapech schrieb:
> Dear all,
>
>
Hi,
Could you use command in cygwin of export or tos-check-env to check
your PATH setting?
Weiping
Ittipong Khemapech wrote:
Dear all,
This may be a stupid question to most of you. I have some problems
with the PATH setting.
Now my PATH is set to '/opt/msp430/bin:$PATH' in order to enab
Dear all,
This may be a stupid question to most of you. I have some problems with the
PATH setting.
Now my PATH is set to '/opt/msp430/bin:$PATH' in order to enable the msp430
related commands.
However, I can't compile the TestSerial application (javac not found). I
have found from the archives
First check that this directory exists and
that the sub-dirs contain compiled class files:
C:/cygwin/opt/tinyos-2.x/support/sdk/java"
Then set your CP like this (which adds the current dir and
the tos tools dir to whatever else is already set):
export CLASSPATH=".;C:/cygwin/opt/tinyos-2.x/sup
Hello, I am an undergrad student who just started research under a professor
about sensor networks. When following Lesson 11 of the TinyOS tutorial, I keep
on getting the following errors:
Nicole [EMAIL PROTECTED] /opt/tinyos-2.x/apps/RadioCountToLeds
$ make micaz sim
mkdir -p build/micaz
javac
> Hello, I am an undergrad student who just started research under a professor
> about sensor networks. When following Lesson 11 of the TinyOS tutorial, I
> keep on getting the following errors:
>
> Nicole [EMAIL PROTECTED] /opt/tinyos-2.x/apps/RadioCountToLeds
> $ make micaz sim
> mkdir -p buil
On Thursday 28 September 2006 12:35 pm, Sumit Gupta wrote:
> I am trying to have different versions of a same program with minor
> details. Now when I do that I am trying to keep files in different folders
> for that but it causing me a problem. While compiling *SurgeTelos*, the
> application code
Hi,
I am trying to have different versions of a same program with minor details. Now when I do that I am trying to keep files in different folders for that but it causing me a problem. While compiling SurgeTelos
, the application code looks for files in same folder MultiHopLQI. Details are as fo
16 matches
Mail list logo