[Tinyos-help] Tiny os 2.0 set-mote-id
KURT PETERS
peterskurt at msn.com
Fri Dec 1 16:04:06 PST 2006
I get the same for TOS_NODE_ID. See below. who's cory? Developer?
K
----Original Message Follows----
From: "KURT PETERS" <peterskurt at msn.com>
To: dgay42 at gmail.com
CC: tinyos-help at Millennium.Berkeley.EDU
Subject: Re: [Tinyos-help] Tiny os 2.0 set-mote-id
Date: Fri, 01 Dec 2006 18:12:31 -0500
Thanks, that helps me get through a little, but doesn't explain how to get
it to use srec instead of exe:
---------------------------
kurt at loki:/opt/tinyos-2.x/apps/Blink> tos-set-symbols build/micaz/main.srec
build/micaz/main.srec.out-1 TOS_NODE_ID=1 ActiveMessageAddressC\$addr=1
Could not find symbol ActiveMessageAddressC$addr in build/micaz/main.exe,
ignoring symbol.
Could not find symbol TOS_NODE_ID in build/micaz/main.exe, ignoring symbol.
----------------------------
kurt at loki:/opt/tinyos-2.x/apps/Blink> tos-set-symbols --srec
build/micaz/main.srec build/micaz/main.srec.out-1 TOS_NODE_ID=1
ActiveMessageAddressC\$addr=1
Could not find symbol ActiveMessageAddressC$addr in build/micaz/main.exe,
ignoring symbol.
Could not find symbol TOS_NODE_ID in build/micaz/main.exe, ignoring symbol.
----Original Message Follows----
From: "David Gay" <dgay42 at gmail.com>
To: "KURT PETERS" <peterskurt at msn.com>
CC: tinyos-help at millennium.berkeley.edu
Subject: Re: [Tinyos-help] Tiny os 2.0 set-mote-id
Date: Fri, 1 Dec 2006 15:44:54 -0800
On 12/1/06, KURT PETERS <peterskurt at msn.com> wrote:
>Despite all that, I've tried:
>kurt at loki:/opt/tinyos-2.x/apps/Blink> tos-set-symbols build/micaz/main.srec
>build/micaz/main.srec.out 1
>Could not find symbol TOS_LOCAL_ADDRESS in build/micaz/main.exe, ignoring
>symbol.
>AND
>kurt at loki:/opt/tinyos-2.x/apps/Blink> tos-set-symbols --srec
>build/micaz/main.srec build/micaz/main.srec.out 1
>Could not find symbol TOS_LOCAL_ADDRESS in build/micaz/main.exe, ignoring
>symbol.
>
>after making the basic Blink program.
>Why isn't it looking for srec instead of exe?
It is looking at the srec, it just prints the "wrong" name in the
error message (I'm not sure why, mind you, but it doesn't matter
much). Cory?
Btw, the error is because there isn't a TOS_LOCAL_ADDRESS (see other
message re 2.x).
David
More information about the Tinyos-help
mailing list