You are installing support for msp430 only, micaz is based on avr.  Search for 
more complete installation instructions.

--Antonio

Eric Decker <cire...@gmail.com> wrote:

>doesn't look like your environment is set up correctly.
>
>follow the instructions at:
>https://github.com/tp-freeforall/prod/blob/msp430-int/00b_Development_Environment,
>in particular section 4.
>
>You will have to modify the paths for your own situation.
>
>what instructions were you following?
>
>On Fri, Mar 2, 2012 at 11:48 PM, vinit desai <desaivin...@gmail.com> wrote:
>
>> I am still stuck at last step, otherwise its almost done. please help me
>> out
>> Steps followed for TinyOS-2.x installation in Ubuntu 11.04 till now :
>> 1 Open Terminal to edit sources.list file==>   sudo gedit
>> /etc/apt/sources.list
>>    add the below line at the end of the file opened
>>    deb http://tinyos.stanford.edu/tinyos/dists/ubuntu natty main
>>    sudo apt-get update
>> 2 Install the required TinyOS toolchain:
>>     sudo apt-get install tinyos-required-msp430
>> 3 Download the TinyOS source into ~/tinyos using SVN: mkdir ~/tinyos
>>     cd ~/tinyos
>>     svn checkout http://tinyos-main.googlecode.com/svn/trunk/ tinyos-2.x
>> 4 Compile and install the tools:
>>     cd tinyos-2.x/tools
>>     ./Bootstrap
>>     sudo apt-get install nesc
>>     ./configure --prefix=$HOME/tinyos/install
>>     make install
>>
>> 5  Set the environment variables by adding the following to your
>> ~/.bashrc ==> gedit .bashrc
>>
>> export CLASSPATH=.:$TOSROOT/support/sdk/java/tinyos.jar
>>
>>  6 Compile the Blink app to test:
>>         cd ~/tinyos/tinyos-2.x/apps/Blink
>>         make micaz simmake micaz sim
>>
>> After 6th step:make: Compile the Blink app to test:
>>         cd ~/tinyos/tinyos-2.x/apps/Blink
>>         make micaz sim
>> After 6th step:make: *** No rule to make target `micaz'.  Stop.
>> I am new to Ubuntu and TinyOS, please, do reply
>>
>> Regards,
>> Vinit
>>
>
>
>
>-- 
>Eric B. Decker
>Senior (over 50 :-) Researcher
>
>_______________________________________________
>Tinyos-help mailing list
>Tinyos-help@millennium.berkeley.edu
>https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to