In my TOS1.1.7 there is a Makefile in xbow/tools/java/net/tinyos/surge
maybe "make" would do something there...
Otherwise you can use "find" from xbow/tools/java to get a list of all
the *.java files and pipe it to javac, or load the tree as a project in
Eclipse or some other IDE.
MS
Urs Hunkeler wrote:
Hi Paul,
I suppose you could change into the directory
xbow/tools/java/net/tinyos/surge and type make. At least there is a
Makefile. If this doesn't work, I'm sure somebody on the mailing list
who is more familiar with TinyOS 1.x could help.
Cheers,
Urs
Paul wrote:
Hi Urs
thanks a lot! It does solve my problem.
Also, can you tell me how to use any of the apps or tools inside the
contrib folders? For example, I want to use to the
xbow/tools/java/net/tinyos/surge tool as it display statistics. How
can I compile it?
Thanks again!
Paul
On 2/27/07, Urs Hunkeler <[EMAIL PROTECTED]> wrote:
Hi Paul,
I don't use Tinyviz. Here's a bet anyways:
The number is too large for an int. This would then be a bug and you'de
probably have to fix it yourself. Rewrite the code to use long instead.
"current_time" is a class variable, so multiple changes might be
necessary (last_time, duration, etc.). If you're at it, I would suggest
that you also use a line like "current_time =
Long.parseLong(strParsed[2]);" rather than the ugly statement currently
in Line 309.
Hope this helps,
Urs
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help