Dear all,

I am trying to modify tinyos scheduler. If I use Active message components
in TinyScheduler, it is not compiled. I have made new component and tried
to use it which provides Radio functionality to scheduler. Still, It also
doesn't work and gives same error message when I call from TinyScheduler.

So, is there any way to add Active Message Components and Radio components
in TinyScheduler so that I can distribute task.

Thanks in advance. Following is my error message:

esc-dumpfile=build/micaz/wiring-check.xml BlinkAppC.nc -lm
/opt/tinyos-2.x/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: warning: #warning
"*** LOW POWER COMMUNICATIONS DISABLED ***"
In component `HilTimerMilliC.AlarmToTimerC':
/opt/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc: In function `Alarm.fired':
/opt/tinyos-2.x/tos/lib/timer/AlarmToTimerC.nc(HilTimerMilliC.AlarmToTimerC):71:
fired.postTask not connected
In component `Atm128SpiC.Arbiter.Arbiter':
/opt/tinyos-2.x/tos/system/SimpleArbiterP.nc: In function
`Resource.request':
/opt/tinyos-2.x/tos/system/SimpleArbiterP.nc(Atm128SpiC.Arbiter.Arbiter):77:
grantedTask.postTask not connected
/opt/tinyos-2.x/tos/system/SimpleArbiterP.nc: In function
`Resource.release':
/opt/tinyos-2.x/tos/system/SimpleArbiterP.nc(Atm128SpiC.Arbiter.Arbiter):104:
grantedTask.postTask not connected
In component `CC2420CsmaP':
/opt/tinyos-2.x/tos/chips/cc2420/csma/CC2420CsmaP.nc: In function
`CC2420Transmit.sendDone':
/opt/tinyos-2.x/tos/chips/cc2420/csma/CC2420CsmaP.nc:201:
sendDone_task.postTask not connected
In component `CC2420ReceiveP':
/opt/tinyos-2.x/tos/chips/cc2420/receive/CC2420ReceiveP.nc: In function
`RXFIFO.readDone':
/opt/tinyos-2.x/tos/chips/cc2420/receive/CC2420ReceiveP.nc:300:
receiveDone_task.postTask not connected
In component `CC2420SpiP':
/opt/tinyos-2.x/tos/chips/cc2420/spi/CC2420SpiP.nc: In function
`Resource.request':
/opt/tinyos-2.x/tos/chips/cc2420/spi/CC2420SpiP.nc:113: grant.postTask not
connected
/opt/tinyos-2.x/tos/chips/cc2420/spi/CC2420SpiP.nc: In function
`Resource.release':
/opt/tinyos-2.x/tos/chips/cc2420/spi/CC2420SpiP.nc:168: grant.postTask not
connected
In component `Atm128SpiP':
/opt/tinyos-2.x/tos/chips/atm128/spi/Atm128SpiP.nc: In function
`SpiPacket.send':
/opt/tinyos-2.x/tos/chips/atm128/spi/Atm128SpiP.nc:256: zeroTask.postTask
not connected


Thanks.

Regards,
Sobit Thapa
Graduate Research Assistant
Texas State University
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to