|
From: David K. <da...@em...> - 2011-10-05 13:17:37
|
The border router example does not compile on those platforms, as there is no slip connection. See http://www.sics.se/contiki/wiki/index.php/A_RPL_network_on_the_minimal-net_platform for a windows/cygwin build that uses webserver6 and these defines in contiki-conf.h: #define UIP_CONF_IPV6_RPL 1 #define RPL_BORDER_ROUTER 1 -----Original Message----- From: pietro gonizzi Sent: Wednesday, October 05, 2011 8:56 AM To: con...@li... Subject: [Contiki-developers] Rpl-border-router compilation error Hi all, I am getting the following errors when compiling rpl-border-router.c application for the minimal-net and native platforms: $ make TARGET=minimal-net ... border-router.co: In function `request_prefix': /home/user/contiki/examples/ipv6/rpl-border-router/border-router.c:206: undefined reference to `slip_send' |