Looks like your user name includes an & character. Probably that's why things went wrong. Try to compile blink (and use TinyOs thereafter) as a different user. Please note that the build environment is also picky about paths that include special characters. Notably, the parentheses in "Program Files (x86)" on 64-bit windows cause TinyOS not to work correctly when installed under that particular directory.
Janos On Mon, Nov 30, 2009 at 1:37 PM, Ling Zhu <[email protected]> wrote: > Manually installing the Tinyos 2.1, however, when I compiled example program > Blink, it shows following error. > Anyone could tell me about the reason? Thank you. > > $ make micaz > mkdir -p build/micaz > compiling BlinkAppC to a micaz binary > ncc -o build/micaz/main.exe -Os -Wall -Wshadow -Wnesc-all -target=micaz > -fnesc- > cfile=build/micaz/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22 --param > max-in > line-insns-single=100000 -DIDENT_APPNAME=\"BlinkAppC\" > -DIDENT_USERNAME=\"Lin&Ri > ng\" -DIDENT_HOSTNAME=\"LinLing\" -DIDENT_USERHASH=0xede2621fL > -DIDENT_TIMESTAMP > =0x4b141e61L -DIDENT_UIDHASH=0x963165b3L -fnesc-dump=wiring > -fnesc-dump='interfa > ces(!abstract())' -fnesc-dump='referenced(interfacedefs, components)' > -fnesc-dum > pfile=build/micaz/wiring-check.xml BlinkAppC.nc -lm > /bin/sh: Ring": command not found > make: *** [exe0] Error 127 > > $ avr-gcc: no input files > > _______________________________________________ > 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
