Hi,
 
My tinyos version is 1.1.15. How to solve the following 2 problems?
Problems occured when compiling tinyos-1.x/tools/java/net/tinyos/deluge :
$ make
... /cygdrive/d/tinyos/cygwin/opt/tinyos-1.x/tools/java/net/tinyos/deluge
mig java -java-classname=net.tinyos.deluge.DelugeAdvMsg -target=telosb -I/opt/ti
nyos-1.x/tos/lib/Deluge -I/opt/tinyos-1.x/tos/lib/CC2420Radio /opt/tinyos- 1.x/to
s/lib/Deluge/DelugeMsgs.h DelugeAdvMsg -o DelugeAdvMsg.java
Couldn't execute msp430-gcc
failed to parse message file /opt/tinyos-1.x/tos/lib/Deluge/DelugeMsgs.h
make: *** [DelugeAdvMsg.java] Error 1
 
Problems occured when compiling tinyos-1.x/tools/java/net/tinyos/tools, still has 100 errors:
D:\tinyos\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\deluge\ImageInjector.java
325: cannot resolve symbol
symbol  : variable DelugeConsts
location: class net.tinyos.deluge.ImageInjector.PageInjector
                       + curPkt* DelugeConsts.DELUGE_PKT_PAYLOAD_SIZE,
                                ^
D:\tinyos\cygwin\opt\tinyos-1.x\tools\java\net\tinyos\deluge\ImageInjector.java
327: cannot resolve symbol
symbol  : variable DelugeConsts
location: class net.tinyos.deluge.ImageInjector.PageInjector
                       DelugeConsts.DELUGE_PKT_PAYLOAD_SIZE);
                       ^
100 errors
 
 
Thank you,
Ivan
 
On 1/16/06, Jonathan Hui <[EMAIL PROTECTED]> wrote:
It seems that you are out of date. tinyos-1.x/beta/Deluge has been
deprecated for quite some time. Upgrade to the latest version of
TinyOS and see the README in that directory.

The deluge tools can be found in the following directories:
tinyos-1.x/tools/java/net/tinyos/deluge
tinyos-1.x/tools/java/net/tinyos/tools

--
Jonathan W. Hui
[EMAIL PROTECTED]
http://www.cs.berkeley.edu/~jwhui/


On 1/16/06, Ivan Wing Mau Cheung < [EMAIL PROTECTED]> wrote:
> Hi,
>
> I think the manual of Deluge 2.0 in the following link is not up to date.
> http://www.cs.berkeley.edu/~jwhui/research/deluge/documentation.html
>
> When I tried the make command in the directory
> tinyos-1.x\beta\Deluge\delugetools, there were 100 errors.
> I don't know how to continue trying Deluge out. Can anyone who successfully
> tried it out tell me how to work on it? Is there any better reference?
> Really get mad now..........
>
> Thank you,
> Ivan
> _______________________________________________
> 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

Reply via email to