bthnycl / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
0 stars 0 forks source link

apps/PppRouter does not compile with Iris #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd apps/PppRouter
2. 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 function 
`Ieee154Address.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 named `sync'
/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 interface `CC2420Config'
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 component `IPDispatchC':
/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 find 
`BareSend'
/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 reported on code.google.com by andres.v...@smartdustsolutions.com on 9 Nov 2011 at 7:52

GoogleCodeExporter commented 9 years ago
The IRIS currently does not support IPv6; the radio driver doesn't yet support 
all of the addressing modes needed for full 6lowpan support.

Original comment by philip.l...@gmail.com on 21 Nov 2011 at 5:55

GoogleCodeExporter commented 9 years ago
Is there somebody who is currently working on Iris support or is it dropped 
completely?

Original comment by andres.v...@smartdustsolutions.com on 25 Nov 2011 at 11:00

GoogleCodeExporter commented 9 years ago
Issue30 has some patches for working on this; hopefully we can get it out in 
another release.

Original comment by sdh...@gmail.com on 11 Jan 2012 at 5:08