Hi I'm using Eclipse Juno and had the same issue with lwIP 1.41. To solve this quickly, i excluded the IPv6 files from the build, you can do this in the Eclipse Project Explorer using context menu.
2013/2/25 Fabian Cenedese <[email protected]> > Hi > > I'm using the official 1.4.1 lwip, not current from git. > When creating a project with eclipse it wants to use > and build all the source files it finds. I only need ipv4 > but the ipv6 files are still present and built. Unfortunately > I get compiler errors for those files. > > http://lwip.wikia.com/wiki/LwIP_IPv4/IPv6_stacks > According to this I'd need to define LWIP_IPV6 to > enable ipv6. However I seemingly can't find this define > anywhere in the code so it wouldn't have an effect > anyway. > > Should the ipv6 code be compilable (I don't worry > about functionable now)? Is there some other way > around this except leaving out the ipv6 files? > > Thanks > > bye Fabi > > > _______________________________________________ > lwip-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/lwip-users >
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
