Sahar Seidi ha scritto: > Dear all > > I am a student at Amirkabir University of Technology and I am working on > my project about wireless sensor networks. > For this, I need to simulate a network in TinyOS environment but I do > not know how to start with it. > I have already installed TinyOS 2.1.0 on ubuntu 9.10 ,but when I try to > make a telosb or micaz according to TinyOs toturial in > http://http://docs.tinyos.net/index.php/TinyOS_Tutorials ,I get some > error [Error 2 I think] and finally It can not work. > It seemed to me that the problem is because of my nesC compiler version > [1.0](according the toturial),but when I installed a newer version of > nesC and typed flag: ncc --version in a shell,I get the same result [1.0]!!! > I am too confused.So I would appreciate your help if you have any idea > about the problem
Did you correctly set the permissions to the tinyos directory? If you use Ubuntu and if you installed TinyOs by repository, then the dir is placed in /opt/tinyos-2.1.0. To set the permissions: sudo chown -R YOUR_USER:YOUR_USER /opt/tinyos-2.1.0 For example, if your ubuntu user is "seidi", then the command is: sudo chown -R seidi:seidi /opt/tinyos-2.1.0 -- Francesco Ficarola <francesco.ficarola_at_gmail_dot_com> Presidente LUG-PV (http://lugpv.netsons.org) Mailing List: lugpv_at_lists.linux_dot_it [GPG KeyID: 0xDBA99D92] http://lugpv.netsons.org/gpgkeys/francesco_ficarola.asc Il nuovo modo di fare ricerca: www.tradoogle.it
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
