Check that you have the automake package installed.

Ugo

On 02/26/2012 09:59 AM, vinit desai 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

   1. 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*

   2. Add the TinyOS repository to your sources.list (we will use the
      /lucid/ packages since packages for /maverick/ aren't available):

          echo "debhttp://tinyos.stanford.edu/tinyos/dists/ubuntu  lucid main" 
| sudo tee -a /etc/apt/sources.list
          sudo apt-get update

   3. Install the required TinyOS toolchain:

          sudo apt-get install tinyos-required-msp430

   4. Download the TinyOS source into ~/tinyos using SVN:

          mkdir ~/tinyos
          cd ~/tinyos
          svn checkouthttp://tinyos-main.googlecode.com/svn/trunk/  tinyos-2.x

   5. Compile and install the tools:
      cd tinyos-2.x/tools
      ./Bootstrap
   6. 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


--
Ugo Maria Colesanti
Dipartimento di Informatica e Sistemistica
Sapienza Universita' di Roma
Via Ariosto 25, II floor, room B221
00185, Rome
http://wiserver.dis.uniroma1.it/cms/index.php?id=8
Phone:  +39 06 77274003
Fax:    +39 06 77274002

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to