lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] core/ipv6/inet6.c missing in Filelists.mk?


From: Gisle Vanem
Subject: [lwip-devel] core/ipv6/inet6.c missing in Filelists.mk?
Date: Fri, 8 Apr 2016 12:11:20 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0

While linking my lwIP test-program (IPv6 enabled), I'm
getting this link error:
  chargen.obj : error LNK2001: unresolved external symbol _in6addr_any

The simple reason is that inet6.c is missing from
src/Filelists.mk. So IMHO, it should be patched like:

--- a/src/Filelists.mk 2016-04-05 15:46:33
+++ b/src/Filelists.mk 2016-04-08 11:55:13
@@ -59,6 +59,7 @@
 CORE6FILES=$(LWIPDIR)/core/ipv6/dhcp6.c \
        $(LWIPDIR)/core/ipv6/ethip6.c \
        $(LWIPDIR)/core/ipv6/icmp6.c \
+       $(LWIPDIR)/core/ipv6/inet6.c \
        $(LWIPDIR)/core/ipv6/ip6.c \
        $(LWIPDIR)/core/ipv6/ip6_addr.c \
        $(LWIPDIR)/core/ipv6/ip6_frag.c \

-- 
--gv



reply via email to

[Prev in Thread] Current Thread [Next in Thread]