if you got following errors:
jack@ubuntu: /opt/tinyos-2.1.1/apps/Blink$ make micazmkdir -p build/micazmkdir: cannot create directory `build': Permission deniedmake: *** [builddir] Error 1
then just type:
sudo chown yourname:yourname -R /opt/tinyos-2.1.1/
note: replace yourname by your login account name, such as use jack:jack if your see jack@ubuntu
1 comment:
thank you , that solve my problem
Post a Comment