Hello,
 
I've installed tinyos and all the extensions.  When I compile make pc or make telosb it creates the correct files.
 
When I try to install I get the following error.  i'm using Windows xp / cygwin
 
$ make telosb install
mkdir -p build/telosb
    compiling Blink to a telosb binary
ncc -o build/telosb/main.exe -O -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-al
l -target=telosb -fnesc-cfile=build/telosb/app.c -board= -I%T/lib/Deluge -Wl,--s
ection-start=.text=0x4800,--defsym=_reset_vector__=0x4000 -DIDENT_PROGRAM_NAME=\
"Blink\" -DIDENT_USER_ID=\"user\" -DIDENT_HOSTNAME=\"COMPUTER\" -DIDENT_USER_HAS
H=0x0e7f6315L -DIDENT_UNIX_TIME=0x4484899bL -DIDENT_UID_HASH=0xca8cf0e0L -mdisab
le-hwmul -I/opt/tinyos-1.x/tos/lib/CC2420Radio Blink.nc -lm
    compiled Blink to build/telosb/main.exe
            2634 bytes in ROM
              40 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe build/telosb/main.ihex
    writing TOS image
cp build/telosb/main.ihex build/telosb/main.ihex.out
    found mote on COM8 (using bsl,auto)
    installing telosb bootloader using bsl
msp430-bsl --telosb -c 7 -r -e -I -p C:/Progra~1/cygwin/opt/tinyos- 1.x/tos/lib/D
eluge/TOSBoot/build/telosb/main.ihex
make: execvp: msp430-bsl: Permission denied
make: *** [program_bl] Error 127
 
I'm compiling for tmote sky. My output from toscheck is as follows:
 

toscheck completed with errors:

--> WARNING: No avr-gcc in current path.
--> WARNING: avr-gcc not found.
--> WARNING: The JAVA version found first by toscheck may not be version 1.4 whi
ch is required by TOS. Please ensure that the located Java version is 1.4
Depending on your PATH environment variable, there is often a 1.2  version of ja
va.exe in c:\windows\system32 that is "seen" first. Check that this is version 1
.4 or reconfigure your PATH environment variable if this is the case.
--> WARNING: No uisp in current path.
--> WARNING: toscheck couldn't find the uisp program. Uisp is used to program th
e motes. Please install uisp version 20030820tinyos which can be found  in the T
inyOS 1.1.0 distribution.
--> WARNING: No avr-as in current path.
--> WARNING: Couldn't find avr-as. Please install avr-binutils version 2.13.2.1

I'm really stuck on this one..

Many thanks

Andrew

_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to