Re: [Tinyos-help] CVS update and Collection problems

2007-09-25 Thread Philip Levis
On Sep 25, 2007, at 11:11 AM, Todd Roper wrote: Might want to check the CC1000 also, I had pulled all the latest updates and it promptly broke my code. I had to revert back to the 2.02 release then add back in the 255 node id fix in /net/le Yeah -- Kyle is in the midst of testing and f

RE: [Tinyos-help] CVS update and Collection problems

2007-09-25 Thread Todd Roper
t; [EMAIL PROTECTED] On Behalf Of Philip Levis > Sent: Tuesday, September 25, 2007 9:39 AM > To: Iñigo Urteaga > Cc: tinyos-help@Millennium.Berkeley.EDU > Subject: Re: [Tinyos-help] CVS update and Collection problems > > On Sep 24, 2007, at 9:34 PM, Iñigo Urteaga wrote: >

Re: [Tinyos-help] CVS update and Collection problems

2007-09-25 Thread Iñigo Urteaga
Thanks for such a detailed explanation. I will try to keep track of the evolution. Regards, Iñigo On 9/25/07, Philip Levis <[EMAIL PROTECTED]> wrote: > On Sep 24, 2007, at 9:34 PM, Iñigo Urteaga wrote: > > > Hi, > > > > Thanks for the appreciation. However, I still have the compiling > > errors

Re: [Tinyos-help] CVS update and Collection problems

2007-09-25 Thread Philip Levis
On Sep 24, 2007, at 9:34 PM, Iñigo Urteaga wrote: Hi, Thanks for the appreciation. However, I still have the compiling errors related to Collection. I thought it might be useful to make a few notes about the current state of collection, because it's really the first time there's been some

Re: [Tinyos-help] CVS update and Collection problems

2007-09-25 Thread Philip Levis
On Sep 24, 2007, at 9:34 PM, Iñigo Urteaga wrote: Hi, Thanks for the appreciation. However, I still have the compiling errors related to Collection. Om has checked in a fix. It looks like micaz sim was pulling in the CC2420 stack, which doesn't exist in simulation. We're still trying to w

Re: [Tinyos-help] CVS update and Collection problems

2007-09-24 Thread Iñigo Urteaga
Hi, Thanks for the appreciation. However, I still have the compiling errors related to Collection. Regards, Iñigo /*/ mkdir -p build/micaz placing object files in build/micaz writing XML schema to app.xml compiling FaultDetectionAppC to object file

Re: [Tinyos-help] CVS update and Collection problems

2007-09-24 Thread Chad Metcalf
Opps cut and paste error. What you need is something like this: BlinkToRadioMsg* btrpkt = (BlinkToRadioMsg*)(callPacket.getPayload(&pkt, sizeof(BlinkToRadioMsg))); if (btrpkt == NULL) { return; } -- Chad @ Home ___ Tinyos-help mailing list Tinyos-h

Re: [Tinyos-help] CVS update and Collection problems

2007-09-24 Thread Chad Metcalf
I think people will see a lot of this. The error: > FaultDetectionC.nc:217: warning: passing argument 2 of > `Send.getPayload' makes integer from pointer without a cast Results from a recent interface change. What you've got is something like: BlinkToRadioMsg* btrpkt = (BlinkToRadioMsg*)(call Pa

[Tinyos-help] CVS update and Collection problems

2007-09-24 Thread Iñigo Urteaga
Hi all, I have been using Collection Tree Protocol this past weeks without any problem in TOSSIM. However, I have updated today my tinyos-2.x directory with cvs and now I get errors when compiling my programs (that worked last week). I append the error output. I can't figure out why this happens,