|
From: Prashant L. <pla...@ic...> - 2013-12-23 12:21:41
|
Hello, Has any one got this error while compiling ATmega128rfa1 examples/ipv6/rpl-border-router ? contiki-2.7/examples/ipv6/rpl-border-router$ make TARGET=avr-atmega128rfa1 border-router.co: In function `process_thread_border_router_process': /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:366: undefined reference to `rpl_set_root' /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:368: undefined reference to `rpl_set_prefix' border-router.co: In function `print_local_addresses': /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:297: undefined reference to `uip_ds6_if' /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:297: undefined reference to `uip_ds6_if' /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:303: undefined reference to `uip_ds6_if' /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:303: undefined reference to `uip_ds6_if' border-router.co: In function `process_thread_border_router_process': /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:385: undefined reference to `rpl_repair_root' border-router.co: In function `set_prefix_64': /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:327: undefined reference to `uip_ds6_set_addr_iid' /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/border-router.c:328: undefined reference to `uip_ds6_addr_add' contiki-avr-atmega128rfa1.a(slip.o): In function `process_thread_slip_process': /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/../../../core/dev/slip.c:278: undefined reference to `uip_ipchksum' contiki-avr-atmega128rfa1.a(nullmac.o): In function `packet_input': /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/../../../core/net/mac/nullmac.c:54: undefined reference to `rime_driver' /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/../../../core/net/mac/nullmac.c:54: undefined reference to `rime_driver' contiki-avr-atmega128rfa1.a(uip.o): In function `uip_process': uip.c:(.text.uip_process+0x27c): undefined reference to `uip_ipchksum' uip.c:(.text.uip_process+0xe68): undefined reference to `uip_ipchksum' contiki-avr-atmega128rfa1.a(contiki-main.o): In function `initialize': /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/../../../platform/avr-atmega128rfa1/./contiki-main.c:296: undefined reference to `rime_driver' /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/../../../platform/avr-atmega128rfa1/./contiki-main.c:296: undefined reference to `rime_driver' contiki-avr-atmega128rfa1.a(uip-split.o): In function `uip_split_output': /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/../../../core/net/uip-split.c:93: undefined reference to `uip_ipchksum' /home/prashant/icue/contiki-2.7/examples/ipv6/rpl-border-router/../../../core/net/uip-split.c:136: undefined reference to `uip_ipchksum' collect2: error: ld returned 1 exit status make: *** [border-router.avr-atmega128rfa1] Error 1 rm obj_avr-atmega128rfa1/slip-bridge.o border-router.co I want rfa1 as border router for contiki 2.7. Any help will be appreciated. Best Regards, Prashant -- ======================== N O T I C E ======================== This electronic mail and any attached files are confidential, protected by copyright, and intended only for the person(s) originally addressed herein. Any use, distribution, copying or disclosure by any other person is strictly prohibited. iCue makes no warranty, express or implied (including warranties of merchantability and fitness of purpose) nor assumes any legal liability for the accuracy, completeness or usefulness of any information, data or any file attachment communicated or transmitted via electronic mail. ========================================================== |