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 <[EMAIL PROTECTED]>
To: vazoumana fofana <[EMAIL PROTECTED]>
CC: [email protected]
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
[email protected]
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/

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

Reply via email to