Now it works, setting PFLAGS += - DIN6_PREFIX=\"fec0::\" in the Makefile. I will try the second option too (mspgcc4). Thanks a lot. Regards Emanuele
From: [email protected] To: [email protected]; [email protected] Subject: RE: [Tinyos-help] blip/rpl IPBaseStation Date: Tue, 15 Feb 2011 12:09:21 +0100 Now it works, setting PFLAGS += - DIN6_PREFIX=\"fec0::\" in the Makefile. I will try the second option too (mspgcc4). Thanks a lot. Regards Emanuele > From: [email protected] > To: [email protected] > Subject: Re: Re: [Tinyos-help] blip/rpl IPBaseStation > Date: Tue, 15 Feb 2011 11:43:27 +0100 > CC: [email protected]; [email protected] > > > Hi, > > if I type "make telosb blip" in Ppprouter I obtain these errors: > > The created application is too big for the telosb. Try setting PFLAGS += - > DIN6_PREFIX=\"fec0::\" in the Makefile, so that the DHCP components are not > wired in. > > Another option is to go for mspgcc4, as described in README.blip. > > Markus > > > nesc1: warning: calls to Ppp.getOutputFrame in PppPrintfP fan out, but > > there is no combine function specified for the return type > > /home/ema/local/src/blip-rpl-devel//tos/chips/msp430/usart/HplMsp430UsartI > > nterrupts.nc: In function > > `PlatformSerialHdlcUartP__streamFeeder_task__runTask': > > /home/ema/local/src/blip-rpl-devel//tos//lib/ppp/PlatformSerialHdlcUartP.n > > c:120: warning: `loadable_endp' might be used uninitialized in this > > function msp430-ld: region text is full (build/telosb/main.exe section > > .text) msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section > > .text [00004000 -> 000102c7] msp430-ld: build/telosb/main.exe: section > > .vectors lma 0xffe0 overlaps previous sections make: *** [exe0] Errore 1 > > > > > > this is my blip extra makefile: > > > > > > # -*- makefile -*- > > > > PFLAGS += -DCC2420_HW_ACKNOWLEDGEMENTS > > PFLAGS += -DCC2420_HW_ADDRESS_RECOGNITION > > PFLAGS += -DPACKET_LINK -DBLIP_L2_RETRIES=3 > > > > ifdef BLIP_L2_MTU > > PFLAGS += -DTOSH_DATA_LENGTH=$(BLIP_L2_MTU) > > else > > PFLAGS += -DTOSH_DATA_LENGTH=90 > > endif > > > > ifndef LOWPAN_ROOT > > LOWPAN_ROOT=$(TOSROOT) > > endif > > > > PFLAGS+=-I$(TOSROOT)/tos/lib/net/ > > PFLAGS+=-I$(LOWPAN_ROOT)/support/sdk/c/blip/ > > PFLAGS+=-I$(LOWPAN_ROOT)/tos/lib/net/blip/ > > PFLAGS+=-I$(LOWPAN_ROOT)/tos/lib/net/blip/interfaces/ > > PFLAGS+=-I$(LOWPAN_ROOT)/tos/lib/net/blip/nwprog/ > > PFLAGS+=-I$(LOWPAN_ROOT)/tos/lib/net/blip/shell/ > > PFLAGS+=-I$(LOWPAN_ROOT)/tos/lib/net/blip/serial/ > > PFLAGS+=-I$(LOWPAN_ROOT)/tos/lib/net/blip/platform/ > > PFLAGS+=-I$(LOWPAN_ROOT)/tos/lib/net/blip/icmp/ > > PFLAGS+=-I$(LOWPAN_ROOT)/tos/lib/net/blip/dhcp/ > > > > PFLAGS+=$(LOWPAN_ROOT)/support/sdk/c/blip/lib6lowpan/iovec.c > > PFLAGS+=$(LOWPAN_ROOT)/support/sdk/c/blip/lib6lowpan/in_cksum.c > > PFLAGS+=$(LOWPAN_ROOT)/support/sdk/c/blip/lib6lowpan/ip_malloc.c > > PFLAGS+=$(LOWPAN_ROOT)/support/sdk/c/blip/lib6lowpan/utility.c > > PFLAGS+=$(LOWPAN_ROOT)/tos/lib/net/blip/table.c > > > > > > > > Regards > > Emanuele > > > > > From: [email protected] > > > Date: Mon, 14 Feb 2011 09:23:38 -0800 > > > Subject: Re: [Tinyos-help] blip/rpl IPBaseStation > > > To: [email protected] > > > CC: [email protected]; [email protected] > > > > > > Looks like you need the "blip" make extra -- "make telosb blip". > > > > > > Steve
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
