[Tinyos-help] [Makefile]
J. Ryan Stinnett
jryans at rice.edu
Wed Jun 20 02:49:57 PDT 2007
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/
>
>
>
More information about the Tinyos-help
mailing list