osd-contiki/examples/ravenusbstick
Thomas 4870f9e8f3 Fix for IPv6 compilation and linkage errors
Two errors have been spotted, when IPv6 is enabled in the ravenusb
Project-Makefile:
#CONTIKI_NO_NET=1
CONTIKI_WITH_IPV6=1

The compile error results from a variable name mismatch in cdc_task.c
The variable 'r' is undeclared and should be renamed to 'route'

The linker also fails with 'undefined references'
This has been mediated by adding 'core/net' to Modules in the
Project-Makefile.
2016-05-09 18:18:28 +02:00
..
Makefile avr-ravenusb/cdc_task: Fix compile issues. 2013-05-19 11:31:01 -07:00
Makefile.ravenusbstick Fix for IPv6 compilation and linkage errors 2016-05-09 18:18:28 +02:00
Makefile.target replaced DEFAULT_TARGET with Makefile.target for specifying default target 2009-06-26 12:11:26 +00:00
fakeuip.c Add uip_ext_len definition in fakeuip.c for ravenusbstick 2015-06-15 15:15:59 +02:00
ravenusbstick.c Add template for AUTOSTART_PROCESS 2011-07-11 11:34:04 -04:00