Hi all,

I used TimeSyncPacket and TimeSyncAMSend interfaces in my module, and
wiring in configuration with TimeSyncMessageC component like this:

MyConfigurationC.SendPairSyncMsg -> TimeSyncMessageC.TimeSyncAMSendMilli[id];
//id=138 in my header file

pbsC.TimeSyncPacket ->  TimeSyncMessageC;

When i uses make micaz, there is no problem.
But by make micaz sim, the errors are the following:

--------------
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:57,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `CC2420TimeSyncMessageP':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc:53:
interface PacketTimeSyncOffset not found
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:57,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc: In
function `Packet.clear':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc:73:
interface has no command or event named `cancel'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc: In
function `TimeSyncAMSend32khz.send':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc:163:
interface has no command or event named `set'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc: In
function `TimeSyncAMSend32khz.cancel':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc:169:
interface has no command or event named `cancel'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc: In
function `TimeSyncPacket32khz.isValid':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc:241:
`CC2420_INVALID_TIMESTAMP' undeclared (first use in this function)
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc:241:
(Each undeclared identifier is reported only once
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc:241: for
each function it appears in.)
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc: In
function `TimeSyncPacketMilli.isValid':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageP.nc:252:
`CC2420_INVALID_TIMESTAMP' undeclared (first use in this function)
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:37,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:57,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In C file:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420.h: At top level:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420.h:132: syntax error before `nx_bool'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420.h:132: warning: no semicolon
at end of struct or union
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420.h:133: syntax error before `ack'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420.h:134: syntax error before `timesync'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420.h:143: syntax error before `}'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420.h:143: warning: type
defaults to `int' in declaration of `cc2420_metadata_t'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420.h:143: warning: data
definition has no type or storage class
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:57,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `CC2420ActiveMessageC':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:53:
interface CC2420Packet not found
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:57,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:56:
interface RadioBackoff not found
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:67,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:57,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `CC2420RadioC':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:62: component
CC2420CsmaC not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:63: component
UniqueSendC not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:64: component
UniqueReceiveC not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:65: component
CC2420TinyosNetworkC not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:66: component
CC2420PacketC not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:67: component
CC2420ControlC not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:70: component
DefaultLplC not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:78: component
PacketLinkDummyC not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:81: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:82: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:83: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:84: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:85: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:87: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:88: cannot find `Send'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:89: cannot find `Receive'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:90: cannot find `ActiveSend'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:91: cannot find
`ActiveReceive'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:94: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:95: cannot find `SubControl'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:98: cannot find `SubSend'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:99: cannot find `SubSend'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:100: cannot find `Send'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:101: cannot find `SubSend'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:104: cannot find `SubReceive'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:105: cannot find `Receive'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420RadioC.nc:106: cannot find `SubReceive'
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:68,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:57,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `CC2420ActiveMessageP':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:52:
interface CC2420PacketBody not found
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:53:
interface CC2420Config not found
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:68,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:57,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `RadioResource.granted':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:67:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMSend.send':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:81:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:89:
interface has no command or event named `getPanAddr'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.destination':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:127:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.source':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:132:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.setDestination':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:137:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.setSource':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:142:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.type':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:152:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.setType':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:157:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.group':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:162:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.setGroup':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:167:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `AMPacket.localGroup':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:171:
interface has no command or event named `getPanAddr'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `Packet.clear':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:177:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:178:
interface has no command or event named `getMetadata'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `Packet.payloadLength':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:182:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `Packet.setPayloadLength':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:186:
interface has no command or event named `getHeader'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: At top level:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:222:
`syncDone' is not in interface `CC2420Config'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:228:
`requestInitialBackoff' is not in interface `SubBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `SubBackoff.requestInitialBackoff':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:229:
interface has no command or event named `requestInitialBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:229:
subscripted value is neither array nor pointer
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: At top level:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:233:
`requestCongestionBackoff' is not in interface `SubBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `SubBackoff.requestCongestionBackoff':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:234:
interface has no command or event named `requestCongestionBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:234:
subscripted value is neither array nor pointer
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: At top level:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:237:
`requestCca' is not in interface `SubBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `SubBackoff.requestCca':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:239:
interface has no command or event named `requestCca'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:239:
subscripted value is neither array nor pointer
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: At top level:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:243:
`setInitialBackoff' is not in interface `RadioBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `RadioBackoff.setInitialBackoff':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:244:
interface has no command or event named `setInitialBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: At top level:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:251:
`setCongestionBackoff' is not in interface `RadioBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `RadioBackoff.setCongestionBackoff':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:252:
interface has no command or event named `setCongestionBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: At top level:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:261:
`setCca' is not in interface `RadioBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: In
function `RadioBackoff.setCca':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:262:
interface has no command or event named `setCca'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc: At top level:
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:281:
`requestInitialBackoff' is not in interface `RadioBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:285:
`requestCongestionBackoff' is not in interface `RadioBackoff'
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageP.nc:289:
`requestCca' is not in interface `RadioBackoff'
In component `CC2420ActiveMessageC':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:93: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:94: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:95: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:96: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420ActiveMessageC.nc:98: no match
In component `LplAMSenderC':
/opt/tinyos-2.1.1/tos/system/LplAMSenderC.nc:26: no match
In file included from
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:20:
/opt/tinyos-2.1.1/tos/platforms/mica/MicaTimer.h:121:2: error: #error
"Unknown clock rate. MHZ must be defined to one of 1, 2, 4, or 8."
In file included from
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:20,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:75,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In C file:
/opt/tinyos-2.1.1/tos/platforms/mica/MicaTimer.h:126: `MHZ' undeclared
here (not in a function)
/opt/tinyos-2.1.1/tos/platforms/mica/MicaTimer.h:126: enumerator value
for `PLATFORM_MHZ' not integer constant
In file included from
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:28,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:75,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `CounterOne16C':
/opt/tinyos-2.1.1/tos/platforms/mica/CounterOne16C.nc:24: syntax error
before `TOne'
In file included from
/opt/tinyos-2.1.1/tos/chips/atm128/timer/HplAtm128Timer1C.nc:44,
                 from /opt/tinyos-2.1.1/tos/platforms/mica/CounterOne16C.nc:28,
                 from
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:28,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:75,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `HplAtm128Timer1P':
/opt/tinyos-2.1.1/tos/chips/atm128/timer/HplAtm128Timer1P.nc:206:
warning: declaration of `time' shadows global declaration
/usr/include/time.h:186: warning: location of shadowed declaration
In file included from /opt/tinyos-2.1.1/tos/platforms/mica/CounterOne16C.nc:28,
                 from
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:28,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:75,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `InitOneP':
/opt/tinyos-2.1.1/tos/platforms/mica/InitOneP.nc:24:
`MICA_PRESCALER_ONE' undeclared here (not in a function)
In file included from
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:28,
                 from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:75,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `CounterOne16C':
/opt/tinyos-2.1.1/tos/platforms/mica/CounterOne16C.nc:29: `TOne'
undeclared here (not in a function)
/opt/tinyos-2.1.1/tos/platforms/mica/CounterOne16C.nc:31: cannot find `Counter'
In file included from
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:75,
                 from
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:64,
                 from pbsAppC.nc:18:
In component `Counter32khz32C':
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:29: `TOne'
undeclared here (not in a function)
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:30:
`MICA_DIVIDE_ONE_FOR_32KHZ_LOG2' undeclared here (not in a function)
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:31:
`counter_one_overflow_t' undeclared here (not in a function)
/opt/tinyos-2.1.1/tos/platforms/mica/Counter32khz32C.nc:34: no match
In component `CC2420TimeSyncMessageC':
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:72: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:73: no match
/opt/tinyos-2.1.1/tos/chips/cc2420/CC2420TimeSyncMessageC.nc:74: no match
In component `TimeSyncMessageC':
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:80: no match
/opt/tinyos-2.1.1/tos/platforms/micaz/TimeSyncMessageC.nc:81: no match
make: *** [sim-exe] Error 1
--------------

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

Reply via email to