[Tinyos-help] [Makefile]
Bernardo Avila Pires
obernardo at gmail.com
Wed Jun 20 04:06:46 PDT 2007
Look what I found =)
COMPONENT=PuitsAppC
include $(MAKERULES}
you should close with ) instead of } . I bet it is a typo...
COMPONENT=PuitsAppC
include $(MAKERULES)
2007/6/20, vazoumana fofana <zoumlander at hotmail.com>:
>
> The message error is written in french language :
>
> M%akefile:2: *** référence incomplète à une variable.
> It s like it doesn t find Puits in Makerules . I don t understand ?
>
> >From: "J. Ryan Stinnett" <jryans at rice.edu>
> >To: vazoumana fofana <zoumlander at hotmail.com>
> >CC: schip at santafe.edu, tinyos-help at Millennium.Berkeley.EDU
> >Subject: Re: [Tinyos-help] [Makefile]
> >Date: Wed, 20 Jun 2007 04:49:57 -0500
> >
> >vazoumana fofana wrote:
> >>
> >>It was ever done. i ve ever succeeded in compiling other applications in
> >>tutorial so i don t think it s a problem with variables environment.
> >
> >I thought that might be the case. Could you post the full text of the
> >error message you're getting?
> >
> >Thanks,
> >Ryan
> >
> >>>From: "J. Ryan Stinnett" <jryans at rice.edu>
> >>>To: vazoumana fofana <zoumlander at hotmail.com>
> >>>CC: schip at santafe.edu, tinyos-help at Millennium.Berkeley.EDU
> >>>Subject: Re: Re: [Tinyos-help] [Makefile]
> >>>Date: Wed, 20 Jun 2007 03:15:28 -0500
> >>>
> >>>vazoumana fofana wrote:
> >>>><div class="moz-text-flowed" style="font-family: -moz-fixed">
> >>>>Hi
> >>>>
> >>>>Here is my Makefile :
> >>>>COMPONENT=PuitsAppC
> >>>>include $(MAKERULES}
> >>>
> >>>Your Makefile should end here.
> >>>
> >>>>
> >>>>#include "Puits.h"
> >>>>
> >>>>
> >>>>configuration PuitsAppC {
> >>>>}
> >>>>implementation {
> >>>> components MainC;
> >>>> components PuitsC as App;
> >>>> components ActiveMessageC;
> >>>> components new AMSenderC(AM_PUITSMSG);
> >>>> components new AMReceiverC(AM_PUITSMSG);
> >>>> App.Boot -> MainC;
> >>>> App.Packet -> AMSenderC;
> >>>> App.AMPacket -> AMSenderC;
> >>>> App.AMSend -> AMSenderC;
> >>>> App.AMControl -> ActiveMessageC;
> >>>> App.Receive -> AMReceiverC;
> >>>>
> >>>>}
> >>>
> >>>All of this code should be placed in PuitsAppC.nc. If you've already
> >>>done that, make sure your environment variables match the values from the
> >>>TinyOS installation page.
> >>>
> >>>- Ryan
> >>>
> >>>>
> >>>>
> >>>>>From: Michael Schippling <schip at santafe.edu>
> >>>>>To: vazoumana fofana <zoumlander at hotmail.com>
> >>>>>CC: tinyos-help at Millennium.Berkeley.EDU
> >>>>>Subject: Re: [Tinyos-help] [Makefile]
> >>>>>Date: Mon, 18 Jun 2007 10:49:52 -0600
> >>>>>
> >>>>>well...you probably have a variable that is not defined or
> >>>>>misspelled...
> >>>>>Post the whole Makefile and the actual error text and maybe someone
> >>>>>can spot the problem.
> >>>>>MS
> >>>>>
> >>>>>
> >>>>>vazoumana fofana wrote:
> >>>>>>Hi ,
> >>>>>>
> >>>>>>i ve got a question. I try to implement a new application : when i
> >>>>>>compile , a message error appears : it doesn't find the v ariable of
> >>>>>>referernce : incomplete referernce of a variable / STOP.
> >>>>>>
> >>>>>>Anyone can help me ?
> >>>>>>
> >>>>>>Thanks
> >>>>>>
> >>>>>>_________________________________________________________________
> >>>>>>Avec Windows Live OneCare éliminez tous les virus de votre PC !
> >>>>>>http://www.windowslive.fr/liveonecare/default.asp
> >>>>>>
> >>>>>>_______________________________________________
> >>>>>>Tinyos-help mailing list
> >>>>>>Tinyos-help at Millennium.Berkeley.EDU
> >>>>>>https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >>>>>>
> >>>>>>
> >>>>
> >>>>_________________________________________________________________
> >>>>Windows Live Messenger sur i-mode™ : dialoguez avec vos amis depuis
> >>>>votre mobile comme sur PC ! http://mobile.live.fr/messenger/bouygues/
> >>>>
> >>>>
> >>>></div>
> >>
> >>_________________________________________________________________
> >>Ten : Messenger en illimité sur votre mobile !
> >>http://mobile.live.fr/messenger/ten/
> >>
> >>
> >>
>
> _________________________________________________________________
> Gagnez des pc Windows Vista avec Live.com http://www.image-addict.fr/
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at Millennium.Berkeley.EDU
> https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
--
"The truth shall set you free"
<a href="http://www.nerdtests.com/nq_ref.html">
<img src="http://www.nerdtests.com/images/badge/dc875a1ab1aff18f.gif"
alt="I am nerdier than 99% of all people. Are you a nerd? Click here
to find out!"></a>
More information about the Tinyos-help
mailing list