Hi,

Thanks for your help Cory. I have found 5 differents files called Makerules. I do not have the /opt/moteiv/tinyos-1.x/tools/make/ folder, so I have written:

@2109-26 /opt/moteiv/apps/Delta
$ export MAKERULES=/opt/moteiv/tools/make/Makerules

And then I have been changing Makerule file in this folder. One time, the message was:

@2109-26 /opt/moteiv/apps/Delta
$ make tmote
/opt/moteiv/tools/make/Makerules:330: *** mica mica2 mica2dot pc all tmote

Usage:   make <platform>
        make all
        make clean
        make install[.n] <platform>
        make reinstall[.n] <platform> # no rebuild of target
        make docs <platform>

        Valid platforms are: mica mica2 mica2dot pc

.  Stop.


3 time, it was:

@2109-26 /opt/moteiv/apps/Delta
$ make tmote
/opt/tinyos-1.x/tos/../apps/Makerules:330: *** mica mica2 mica2dot pc all tmote

Usage:   make <platform>
        make all
        make clean
        make install[.n] <platform>
        make reinstall[.n] <platform> # no rebuild of target
        make docs <platform>

        Valid platforms are: mica mica2 mica2dot pc

.  Stop.


The other time, it was:

$ make tmote
/opt/moteiv/tools/make/tmote.target:89: no file name for `include'
/opt/moteiv/tools/make/tmote.target:89: no file name for `include'
/opt/moteiv/tools/make/tmote.target:92: warning: overriding commands for target `t' /opt/moteiv/tools/make/tmote.target:92: warning: ignoring old commands for target `t' /opt/moteiv/tools/make/tmote.target:95: warning: overriding commands for target `tmote' /opt/moteiv/tools/make/tmote.target:95: warning: ignoring old commands for target `tmote'


I do not understand what the problem is, sorry. Do you have any idea?

Thanks a lot for your help,

Andres



From: "Cory Sharp" <[EMAIL PROTECTED]>
To: "Andres Aberasturi" <[EMAIL PROTECTED]>
CC: [email protected]
Subject: Re: [Tinyos-help] make Tmote
Date: Wed, 5 Apr 2006 11:00:05 -0700

Make sure your MAKERULES environment variable is set to something
reasonable like

    export MAKERULES=$TOSDIR/../tools/make/Makerules

or

    export MAKERULES=/opt/moteiv/tinyos-1.x/tools/make/Makerules

though, it's strange that is set to something invalid.  The Boomerang
install does not touch the MAKERULES variable.

Cory

On 4/5/06, Andres Aberasturi <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I bought a micaz. I installed TinyOS and it works correctly. But now, I have
> downloaded Boomerang for Tmote, so I have installed it, without
> desinstalling the previous version of TinyOS. I have two new folders:
> opt/moteiv and opt/mps430. I do not have a Tmote yet, but I want to try to
> compile some aplicacion for it. When I try it, it appears:
>
> $ make tmote
> Makefile:10: no file name for `include'
> make: *** No rule to make target `tmote'.  Stop.
>
> Could it be a conflict between TinyOS for micaz and for Tmote? I do not want > to desinstal TinyOS, is there any way for doing it works? Where should be
> the file Makerules?
>
> Thanks a lot for your help,
>
> Andres
>
> _________________________________________________________________
> Descubre la descarga digital con MSN Music. Más de un millón de canciones.
> http://music.msn.es/
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

_________________________________________________________________
Descubre la descarga digital con MSN Music. Más de un millón de canciones. http://music.msn.es/

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

Reply via email to