I've been really happy with mspgcc4 ever since Peter pointed me in
that direction -- hopefully the next release of TinyOS will roll
forward to that as the recommended compiler for msp-based platforms...
 Glad things are working -- the Makefiles the branch sometimes get
checked in with weird options set.

Best,
Steve

On Tue, Feb 15, 2011 at 3:21 AM, emanuele l <ema8...@hotmail.it> wrote:
> 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: ema8...@hotmail.it
> To: m...@comnets.uni-bremen.de; tinyos-help@millennium.berkeley.edu
> 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: m...@comnets.uni-bremen.de
>> To: tinyos-help@millennium.berkeley.edu
>> Subject: Re: Re: [Tinyos-help] blip/rpl IPBaseStation
>> Date: Tue, 15 Feb 2011 11:43:27 +0100
>> CC: ema8...@hotmail.it; stev...@eecs.berkeley.edu
>>
>> > 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: stev...@eecs.berkeley.edu
>> > > Date: Mon, 14 Feb 2011 09:23:38 -0800
>> > > Subject: Re: [Tinyos-help] blip/rpl IPBaseStation
>> > > To: ema8...@hotmail.it
>> > > CC: tobias.rossb...@imms.de; tinyos-help@millennium.berkeley.edu
>> > >
>> > > Looks like you need the "blip" make extra -- "make telosb blip".
>> > >
>> > > Steve
>
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help@millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
stephen dawson-haggerty
http://cs.berkeley.edu/~stevedh
uc berkeley wireless and embedded systems lab
berkeley, ca 94720
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to