[Tinyos-help] [Makefile]

J. Ryan Stinnett jryans at rice.edu
Wed Jun 20 01:15:28 PDT 2007


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>


More information about the Tinyos-help mailing list