"make reinstall" assumes you've already compiled the program and want to flash it onto another node again - so it complains it can't find the compiled binary (build/telosb/main.ihex). Use "make telosb install" to actually compile the program and then flash it. Good luck! HTH, Michiel
> -----Original Message----- > From: [email protected] [mailto:tinyos-help- > [email protected]] On Behalf Of CJ Davies > Sent: dinsdag 9 november 2010 18:31 > To: [email protected] > Subject: [Tinyos-help] Blink app, main.ihex No such file > > I'm using the Xubuntos VMWare image with a telosb mote attached via USB > & connected through into the VM, with the correct > ownership/permissions/etc. yet when I try to compile even the simplest > program I get the following error; > > xubun...@xubuntos-tinyos:~/Blink$ make telosb reinstall > bsl,/dev/ttyUSB0 > cp build/telosb/main.ihex build/telosb/main.ihex.out > cp: cannot stat `build/telosb/main.ihex': No such file or directory > make: *** [setid] Error 1 > > Can anybody shed any light on this? Google gives me nothing except that > it might be a Cygwin problem, but my setup has nothing to do with > Cygwin! > > Regards, > CJ Davies > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos- > help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
