Original author: andres.v...@smartdustsolutions.com (November 09, 2011 07:52:21)
What steps will reproduce the problem?
- cd apps/PppRouter
- make iris blip
What is the expected output? What do you see instead?
It does not compile:
In file included from /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressC.nc:6,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPAddressC.nc:28,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPNeighborDiscoveryC.nc:11,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPStackC.nc:47,
from UDPEchoC.nc:46:
In component Ieee154AddressP': /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc:9: interface CC2420Config not found /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc: In functionIeee154Address.setShortAddr':
/opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc:43: interface has no command or event named setShortAddr' /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc:44: interface has no command or event namedsync'
/opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc: At top level:
/opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc:49: syncDone' is not in interfaceCC2420Config'
In file included from /opt/tinyos-main-read-only//tos/lib/net/blip/IPAddressC.nc:28,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPNeighborDiscoveryC.nc:11,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPStackC.nc:47,
from UDPEchoC.nc:46:
In component Ieee154AddressC': /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressC.nc:15: component CC2420ControlC not found /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressC.nc:16: no match In file included from /opt/tinyos-main-read-only//tos/lib/net/blip/IPStackC.nc:48, from UDPEchoC.nc:46: In componentIPDispatchC':
/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:43: component CC2420RadioC not found
/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:58: no match
/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:60: cannot find BarePacket' /opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:61: cannot findBareSend'
/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:62: cannot find `BareReceive'
/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:69: no match
What version of the product are you using? On what operating system?
tinyos-main r5818
Please provide any additional information below.
Original issue: http://code.google.com/p/tinyos-main/issues/detail?id=79
Original author: andres.v...@smartdustsolutions.com (November 09, 2011 07:52:21)
What steps will reproduce the problem?
What is the expected output? What do you see instead?
It does not compile:
In file included from /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressC.nc:6,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPAddressC.nc:28,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPNeighborDiscoveryC.nc:11,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPStackC.nc:47,
from UDPEchoC.nc:46:
In component
Ieee154AddressP': /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc:9: interface CC2420Config not found /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc: In functionIeee154Address.setShortAddr':/opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc:43: interface has no command or event named
setShortAddr' /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc:44: interface has no command or event namedsync'/opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc: At top level:
/opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressP.nc:49:
syncDone' is not in interfaceCC2420Config'In file included from /opt/tinyos-main-read-only//tos/lib/net/blip/IPAddressC.nc:28,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPNeighborDiscoveryC.nc:11,
from /opt/tinyos-main-read-only//tos/lib/net/blip/IPStackC.nc:47,
from UDPEchoC.nc:46:
In component
Ieee154AddressC': /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressC.nc:15: component CC2420ControlC not found /opt/tinyos-main-read-only//tos/lib/net/blip/Ieee154AddressC.nc:16: no match In file included from /opt/tinyos-main-read-only//tos/lib/net/blip/IPStackC.nc:48, from UDPEchoC.nc:46: In componentIPDispatchC':/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:43: component CC2420RadioC not found
/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:58: no match
/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:60: cannot find
BarePacket' /opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:61: cannot findBareSend'/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:62: cannot find `BareReceive'
/opt/tinyos-main-read-only//tos/lib/net/blip/IPDispatchC.nc:69: no match
What version of the product are you using? On what operating system?
tinyos-main r5818
Please provide any additional information below.
Original issue: http://code.google.com/p/tinyos-main/issues/detail?id=79