> Hi, > I would like to study new blip and rpl's implementation but IPBaseStation > app gives me some errors: > > BaseStationP.nc:93:21: error: devconf.h: No such file or directory > BaseStationP.nc:94:24: error: lib6lowpan.h: No such file or directory > In file included from BaseStationC.nc:81: > In component `BaseStationP': > BaseStationP.nc:112: interface IPAddress not found > In file included from BaseStationC.nc:81: > BaseStationP.nc:142: `BLIP_L2_RETRIES' undeclared here (not in a function) > BaseStationP.nc:143: `BLIP_L2_DELAY' undeclared here (not in a function) > BaseStationP.nc:152: syntax error before `*' > BaseStationP.nc: In function `configureReply.runTask': > BaseStationP.nc:183: `reply' undeclared (first use in this function) > BaseStationP.nc:183: (Each undeclared identifier is reported only once > BaseStationP.nc:183: for each function it appears in.) > BaseStationP.nc:183: interface has no command or event named `getShortAddr' > BaseStationP.nc: In function `Boot.booted': > BaseStationP.nc:221: `reply' undeclared (first use in this function) > BaseStationP.nc:221: `config_reply_t' undeclared (first use in this > function) BaseStationP.nc:221: syntax error before `)' > BaseStationP.nc: In function `SerialControl.startDone': > BaseStationP.nc:240: `reply' undeclared (first use in this function) > BaseStationP.nc:240: `CONFIG_ERROR_BOOTED' undeclared (first use in this > function) BaseStationP.nc: In function `ConfigureReceive.receive': > BaseStationP.nc:427: `config_cmd_t' undeclared (first use in this function) > BaseStationP.nc:427: `cmd' undeclared (first use in this function) > BaseStationP.nc:428: syntax error before `error' > BaseStationP.nc:436: syntax error before `)' > BaseStationP.nc:439: `CONFIG_ECHO' undeclared (first use in this function) > BaseStationP.nc:439: case label does not reduce to an integer constant > BaseStationP.nc:441: `CONFIG_SET_PARM' undeclared (first use in this > function) BaseStationP.nc:441: case label does not reduce to an integer > constant BaseStationP.nc:449: interface has no command or event named > `setShortAddr' BaseStationP.nc:455: `CONFIG_REBOOT' undeclared (first use > in this function) BaseStationP.nc:455: case label does not reduce to an > integer constant BaseStationP.nc:458: `CONFIG_KEEPALIVE' undeclared (first > use in this function) BaseStationP.nc:458: case label does not reduce to > an integer constant BaseStationP.nc:462: `reply' undeclared (first use in > this function) BaseStationP.nc:462: `error' undeclared (first use in this > function) BaseStationP.nc: In function `ConfigureTimer.fired': > BaseStationP.nc:481: `config_reply_t' undeclared (first use in this > function) > /home/ema/local/src/tinyos-2.x/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: > warning: #warning "*** LOW POWER COMMUNICATIONS DISABLED ***" > In component `BaseStationC': > BaseStationC.nc: At top level: > BaseStationC.nc:107: component SerialDevConfC not found > BaseStationC.nc:114: component IPAddressC not found > BaseStationC.nc:92: cannot find `Ieee154AddressC' > BaseStationC.nc:108: no match > BaseStationC.nc:109: no match > BaseStationC.nc:115: no match > make: *** [exe0] Errore 1 > > I've update my tinyos to the last version by svn.
try to switch to the blip-rpl-devel branch of tinyos-main, where the latest changes have been commited to. Markus > Any help will highly appreciated. > Regards > Emanuele ------------------------------------------------ | Dipl.-Ing. Markus Becker | Communication Networks | Mobile Research Center | TZI - Center for Computing Technologies | University Bremen | Germany ------------------------------------------------ | web: http://www.comnets.uni-bremen.de/~mab/ | mailto: [email protected] | telephone: +49 421 218 62379 | building: NW1 room: N2260 ------------------------------------------------ _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
