[Tinyos-help] [Makefile]
vazoumana fofana
zoumlander at hotmail.com
Wed Jun 20 00:22:49 PDT 2007
Hi
Here is my Makefile :
COMPONENT=PuitsAppC
include $(MAKERULES}
#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;
}
>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/
More information about the Tinyos-help
mailing list