[Tinyos-help] Deluge T2 component DisseminatorC not found
Ariel Mauricio Nunez Gomez
ingenieroariel at gmail.com
Mon Dec 3 08:28:31 PST 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20071203/5bab9dab/attachment.htm
More information about the Tinyos-help
mailing list