Hello Sumit, Were you compiling Blink directly in /opt folder ? Be careful, because /opt is a system folder. When you compile a program, the compiler will generates binary codes, but you have no right to write into a system folder without "root" privileges.
copy Blink application into your home folder : cp -r /opt/tinyos-2.1.1/apps/Blink ~ and try again : cd ~/Blink make micaz install ..... Best regards. -- Yanbo SHOU Ph.D student Cartoon Team Computer Science Laboratory of Franche-Comté Office 420C 16 route de Gray 25 000 Besançon, France _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
