There seems to be a bug in "make mica install" when using the new make
system in $TOSROOT/tools/make. --wr_fuse_h is not set to anything, and
with the original default make system, this command line option is not
included. Please advise.
-------------------------------------------------------------------
mkdir -p build/mica
compiling SenseToLeds to a mica binary
ncc -o build/mica/main.exe -Os -I%T/lib/Counters -finline-limit=100000
-Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=mica
-fnesc-cfile=build/mica/app.c -board=micasb
-DIDENT_PROGRAM_NAME="SenseToLe"
-DIDENT_PROGRAM_NAME_BYTES="83,101,110,115,101,84,111,76,101,0"
-DIDENT_USER_HASH=0x05b578bbL -DIDENT_UNIX_TIME=0x41afdc87L SenseToLeds.nc
-lm
compiled SenseToLeds to build/mica/main.exe
3678 bytes in ROM
83 bytes in RAM
avr-objcopy --output-target=srec build/mica/main.exe build/mica/main.srec
avr-objcopy --output-target=ihex build/mica/main.exe build/mica/main.ihex
cp build/mica/main.srec build/mica/main.srec.out
installing mica binary with dapa
uisp -dprog=dapa --wr_fuse_h= -dpart=ATmega103 --wr_fuse_e=fd --erase
pulse
Atmel AVR ATmega103 is found.
Erasing device ...
pulse
Reinitializing device
Atmel AVR ATmega103 is found.
Invalid argument for --wr_fuse_h.
make: *** [program] Error 2
-------------------------------------------------------------------
Elaine
_______________________________________________
Tinyos-users mailing list
[EMAIL PROTECTED]
http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users