|
From: Andrei M. <a.m...@gm...> - 2014-06-03 12:38:28
|
Hello, I try to compile the ipv6/rpl-border-router for the Atmega128RFA1 (make TARGET=avr-atmega128rfa1) but get some "undefined reference to" errors. I have cloned the latest source version and added CFLAGS+= -DUIP_CONF_IPV6, as recommended on forums, to the example's Makefile but still without success. I wonder if someone else did encounter a similar issue, found a fix for it and would be kind to share it. Thanks in advance, Andrei error excerpt: /core/lib/print-stats.c:72: undefined reference to `linkaddr_node_addr' /home/user/Downloads/test_3Jun/contiki/examples/ipv6/rpl-border-router/../../../core/lib/print-stats.c:72: undefined reference to `linkaddr_node_addr' contiki-avr-atmega128rfa1.a(slip.o): In function `slip_send': /home/user/Downloads/test_3Jun/contiki/examples/ipv6/rpl-border-router/../../../core/dev/slip.c:109: undefined reference to `uip_aligned_buf' /home/user/Downloads/test_3Jun/contiki/examples/ipv6/rpl-border-router/../../../core/dev/slip.c:109: undefined reference to `uip_aligned_buf' /home/user/Downloads/test_3Jun/contiki/examples/ipv6/rpl-border-router/../../../core/dev/slip.c:112: undefined reference to `uip_appdata' /home/user/Downloads/test_3Jun/contiki/examples/ipv6/rpl-border-router/../../../core/dev/slip.c:112: undefined reference to `uip_appdata' /home/user/Downloads/test_3Jun/contiki/examples/ipv6/rpl-border-router/../../../core/dev/slip.c:110: undefined reference to `uip_len' /home/user/Downloads/test_3Jun/contiki/examples/ipv6/rpl-border-router/../../../core/dev/slip.c:110: undefined reference to `uip_len' |