[Tinyos-help] Deluge T2 component DisseminatorC not found

Chieh-Jan (Mike) Liang cliang4 at cs.jhu.edu
Mon Dec 3 17:26:47 PST 2007


Hi Ariel,

Thank you for reporting this. Dissemination folder structure was 
recently changed, and the Makefile needs to be updated.

Mike


Ariel Mauricio Nunez Gomez wrote:
> 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
> Tinyos-help at Millennium.Berkeley.EDU
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



More information about the Tinyos-help mailing list