Hi,

see the Null application in $TOSROOT/apps because you aren't building your
component correctly.

Rafael de Oliveira Costa
M.Sc. Student
PPGI / DCC - iNCE/ UFRJ
Rio de Janeiro, RJ, Brazil

"The first step to getting the things you want out of life is this : decide
what you want"
Ben Stein


On Sun, Sep 4, 2011 at 7:44 PM, Amin Amin <[email protected]> wrote:

> Hi all,
>
> I work in time synchronization with tinyos 2.1.0, so:
> I need to time-stamping (in MAClayer) the send and receive of
> message.How i can realize it.
> I used PacketTimeStamp interface for timestamping the send and receive
> message such as:
> the file of module is:
> configuration AppP {
> uses interface TimeSyncPacket<TMilli,uint32_t>;
> }
> implementation {
> }
> And the configuration is:
> configuration AppC {
> }
> implementation {
> components ActiveMessageC;
> AppC.PacketTimeStamp -> ActiveMessageC;//is the line 40
> }
> when I issue a 'make micaz sim' command, I got error messages such as
> follows:
>
> In component `AppC':
> AppC.nc:40: no match
> make: *** [sim-exe] Error 1
>
> Can any one help me please.
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to