Thanks for the reply.
Unfortunately, that produces the same effect; I have the MIB510 board
configured in my makefile, however for completeness:
[EMAIL PROTECTED] /opt/tinyos-2.x/contrib/alex/testPacket
$ make micaz install,0 mib510,com1
mkdir -p build/micaz
compiling TestPacketAppC to a micaz binary
ncc -o build/micaz/main.exe -Os -finline-limit=100000 -Wall -Wshadow
-DDEF_TOS_A
M_GROUP=0x7d -Wnesc-all -target=micaz -fnesc-cfile=build/micaz/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=0x45dc3f5eL -
I/opt/tinyos-2.x/tos/lib/CC2420Radio TestPacketAppC.nc -lm
compiled TestPacketAppC to build/micaz/main.exe
9682 bytes in ROM
234 bytes in RAM
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec
avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex
set-mote-id build/micaz/main.srec build/micaz/main.srec.out-0 0
set-mote-id: not found
make: *** [setid] Error 127
Its a shame since I quite like TOS 2.x in comparison to 1.x; this being the
only hurdle I have come across so far. If all else fails, I may try a
reinstall of cygwin and TinyOS since my 1.x tree now appears broken anyhow.
Thanks again,
Alex.
________________________________________
From: sougata sen [mailto:[EMAIL PROTECTED]
Sent: 21 February 2007 12:32
To: Alex Mason
Cc: [email protected]
Subject: Re: [Tinyos-help] set-mote-id: not found (error 127)
hi alex
i have never worked with 2.x.
but in 1.x the build command is
make mica2 install,0 mib510,com1
**if u r using mib510 programming board and com 1
On 2/21/07, Alex Mason <[EMAIL PROTECTED]> wrote:
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
--
Sougata Sen
Bangalore
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help