Gus, > What is the simplest way to get the symbol ActiveMessageAddressC$addr > into the executable image? Wire in ActiveMessageC.
> Right now when I make a project I get the > following warning: > > ubu...@ubuntu-desktop:/opt/tinyos-2.1.0/apps/AMA$ make telosb > reinstall.2 bsl,/dev/ttyUSB0 > tos-set-symbols --objcopy msp430-objcopy --objdump msp430-objdump > --target ihex build/telosb/main.ihex build/telosb/main.ihex.out-2 > TOS_NODE_ID=2 ActiveMessageAddressC$addr=2 > Could not find symbol ActiveMessageAddressC$addr in > build/telosb/main.exe, ignoring symbol. > installing telosb binary using bsl > tos-bsl --telosb -c /dev/ttyUSB0 -r -e -I -p build/telosb/main.ihex.out-2 This is normal if the application doesn't use the radio stack. > I know it doesn't hurt anything now, but eventually I'll want to use the > ability to tag the motes at compile time and use that information. You're doing that already. TOS_NODE_ID is being set to the node id you specify for make install. Janos _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
