Hi,

 

I have just started using TinyOS 2.x, installed under cygwin using the
tutorial to be found on the TinyOS website.  Things seem pretty smooth, but
I am having trouble assigning node id's at compile time, as the error below
indicates.  I am just wondering what the problem could be with set-mote-id
not being found?  The issue occurs when compiling for both Mica2 and Micaz.

 

Regards, and thanks in advance for any assistance,

 

Alex.

 

[EMAIL PROTECTED] /opt/tinyos-2.x/contrib/alex/testPacket

$ make mica2 install.0

mkdir -p build/mica2

    compiling TestPacketAppC to a mica2 binary ncc -o build/mica2/main.exe
-Os -finline-limit=100000 -Wall -Wshadow -DDEF_TOS_A M_GROUP=0x7d -Wnesc-all
-target=mica2 -fnesc-cfile=build/mica2/app.c -board=mica sb
-DIDENT_PROGRAM_NAME="TestPacke"
-DIDENT_PROGRAM_NAME_BYTES="84,101,115,116,8

0,97,99,107,101,0" -DIDENT_USER_HASH=0x9343e616L
-DIDENT_UNIX_TIME=0x45dc22ceL T estPacketAppC.nc -lm

    compiled TestPacketAppC to build/mica2/main.exe

            9918 bytes in ROM

             216 bytes in RAM

avr-objcopy --output-target=srec build/mica2/main.exe build/mica2/main.srec
avr-objcopy --output-target=ihex build/mica2/main.exe build/mica2/main.ihex
set-mote-id build/mica2/main.srec build/mica2/main.srec.out-0 0

set-mote-id: not found

make: *** [setid] Error 127

 

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to