Hi all,

when trying to compile the blip IPBaseStation program on IRIS with the command
"make iris blip"
the compilation fails with the error below.
Has anyone used the IPBaseStation on IRIS?
This error occurred on a TinyOS version from CVS checked out today at
approximately 11 a.m. EST.

Sincerely,
Michael K.

BaseStationP.nc:68:20: error: CC2420.h: No such file or directory
In file included from BaseStationC.nc:100:
In component `BaseStationP':
BaseStationP.nc:98: interface CC2420Config not found
In file included from BaseStationC.nc:100:
BaseStationP.nc: In function `ConfigureReceive.receive':
BaseStationP.nc:413: interface has no command or event named `setChannel'
BaseStationP.nc:416: interface has no command or event named `sync'
BaseStationP.nc: At top level:
BaseStationP.nc:434: `syncDone' is not in interface `CC2420Config'
In file included from
/home/zigbee/local/src/tinyos-2.x/tos/lib/serial/Serial802_15_4C.nc:43,
                 from BaseStationC.nc:102:
In component `SerialPacketInfo802_15_4P':
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:
In function `Info.offset':
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:38:
`cc2420_header_t' undeclared (first use in this function)
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:38:
(Each undeclared identifier is reported only once
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:38:
for each function it appears in.)
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:
In function `Info.dataLinkLength':
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:41:
`cc2420_header_t' undeclared (first use in this function)
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:41:
`cc2420_footer_t' undeclared (first use in this function)
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:
In function `Info.upperLength':
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:44:
`cc2420_header_t' undeclared (first use in this function)
.../local/src/tinyos-2.x/tos/lib/serial/SerialPacketInfo802_15_4P.nc:44:
`cc2420_footer_t' undeclared (first use in this function)
Reset.h:56:2: error: #error "Reset.h not defined/supported for your
platform, aborting..."
In component `BaseStationC':
BaseStationC.nc: At top level:
BaseStationC.nc:136: component CC2420ControlC not found
BaseStationC.nc:137: no match
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to