When trying to use Deluge T2 in a recent cvs checkout (post 2.0.2)
I am getting the error:

*component DisseminatorC not found*

When trying to run *./burn /dev/ttyUSB0 telosb *on *apps/deluge/Blink*
>From this 
>thread<http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-June/025984.html>:
the problem seems to be path related.
I checked on my filesystem and DisseminatorC.nc was located on:
*/opt/tinyos-2.x/tos/lib/net/DisseminatorC.nc
/home/ariel/tinyos-2.x/tos/lib/net/drip/DisseminatorC.nc*

After a diff, only the dates were different so I guessed it just changed
place.
After that I added /lib/net/drip to the  cflags in bnp.extra.
*bnp.extra: line 11*
*-  CFLAGS += -I$(TOSDIR)/lib/net -I$(DELUGE_DIR)
-I$(DELUGE_DIR)/FlashVolumeManager*
+*  CFLAGS += -I$(TOSDIR)/lib/net -I$(TOSDIR)/lib/net/drip -I$(DELUGE_DIR)
-I$(DELUGE_DIR)/FlashVolumeManager*

and got rid of the error.

I guess that change is documented somewhere, but I think this is a possible
bug.

Regards,
Ariel
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to