lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Can IPv4 co-exist with IPv6?


From: Epyon
Subject: [lwip-users] Can IPv4 co-exist with IPv6?
Date: Fri, 30 Nov 2012 01:47:08 -0800 (PST)

I'am using lwIP version 1.3.2 and I want to have support for IPv4 as well as
IPv6.

However when building the lwIP stack I get the following link errors, 
indicating that it is not possible to have both IP versions run
simultaneously?

Can anyone help me with this problem? 

  Linking app.elf
    /../output/stm32-debug/app/icmp6.o: In function `icmp_input':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/icmp6.c:48:
multiple definition of `icmp_input'
   
/../output/stm32-debug/app/icmp.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/icmp.c:79:
first defined here
    /../output/stm32-debug/app/icmp6.o: In function `icmp_dest_unreach':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/icmp6.c:107:
multiple definition of `icmp_dest_unreach'
   
/../output/stm32-debug/app/icmp.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/icmp.c:265:
first defined here
    /../output/stm32-debug/app/inet6.o: In function `inet_chksum_pseudo':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/inet6.c:83:
multiple definition of `inet_chksum_pseudo'
   
/../output/stm32-debug/app/inet_chksum.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/inet_chksum.c:286:
first defined here
    /../output/stm32-debug/app/inet6.o: In function `inet_chksum':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/inet6.c:130:
multiple definition of `inet_chksum'
   
/../output/stm32-debug/app/inet_chksum.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/inet_chksum.c:405:
first defined here
    /../output/stm32-debug/app/inet6.o: In function `inet_chksum_pbuf':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/inet6.c:141:
multiple definition of `inet_chksum_pbuf'
   
/../output/stm32-debug/app/inet_chksum.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/inet_chksum.c:418:
first defined here
    /../output/stm32-debug/app/ip6.o: In function `ip_route':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/ip6.c:76: multiple
definition of `ip_route'
   
/../output/stm32-debug/app/ip.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/ip.c:83:
first defined here
    /../output/stm32-debug/app/ip6.o: In function `ip_input':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/ip6.c:157: multiple
definition of `ip_input'
   
/../output/stm32-debug/app/ip.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/ip.c:190:
first defined here
    /../output/stm32-debug/app/ip6.o: In function `ip_output_if':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/ip6.c:263: multiple
definition of `ip_output_if'
   
/../output/stm32-debug/app/ip.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/ip.c:519:
first defined here
    /../output/stm32-debug/app/ip6.o: In function `ip_output':
    /src/app/../../../../shared/stm32/lwip/src/core/ipv6/ip6.c:319: multiple
definition of `ip_output'
   
/../output/stm32-debug/app/ip.o:/src/app/../../../../shared/stm32/lwip/src/core/ipv4/ip.c:646:
first defined here
Build failed



--
View this message in context: 
http://lwip.100.n7.nabble.com/Can-IPv4-co-exist-with-IPv6-tp20698.html
Sent from the lwip-users mailing list archive at Nabble.com.



reply via email to

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