Hi Vinit, You should install automake and autoconf. Or probably the best solution is to install build-essential, becouse you probably don't have some other important tools eighter.
Andris On Sun, Feb 26, 2012 at 9:59 AM, vinit desai <[email protected]> wrote: > Hello, I am installing TinyOS-2.x in Ubuntu 11.04 . I have carried out the > following steps and I am stuck at step 5 > > Ensure that you have uninstalled all the TinyOS related packages that you > had previously installed. The following command should help: > > sudo apt-get --purge remove tinyos* > > Add the TinyOS repository to your sources.list (we will use the lucid > packages since packages for maverick aren't available): > > echo "deb http://tinyos.stanford.edu/tinyos/dists/ubuntu lucid main" | sudo > tee -a /etc/apt/sources.list > sudo apt-get update > > Install the required TinyOS toolchain: > > sudo apt-get install tinyos-required-msp430 > > Download the TinyOS source into ~/tinyos using SVN: > > mkdir ~/tinyos > cd ~/tinyos > svn checkout http://tinyos-main.googlecode.com/svn/trunk/ tinyos-2.x > > > > Compile and install the tools: > > cd tinyos-2.x/tools > ./Bootstrap > > After typing above ./Bootstrap command I get following output > > ./Bootstrap: 1: aclocal: not found > > CAN SOMEONE TELL ME WHY IS IT SO? AND HOW TO OVERCOME THIS PROBLEM. Pls its > urgent > > Regards, > Vinit > _______________________________________________ > 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
