Hi, Have you modified your compiler source paths? If it is just a warning it doesn't matter... The linker will do the job. But if you want to remove it then add right path to your compiler option or just include (#include ProjName/lwIP/include/ipv4/lwIP/ip.h)
If you cannot compile it is probably due to IPv4-IPv6 conflict. And you will be able to solve this issue by removing either IPv4 or IPv6 source file. Or just exclude it if your using an IDE..). Regards, Peter -- View this message in context: http://lwip.100.n7.nabble.com/Compiler-warning-tp21733p21734.html Sent from the lwip-users mailing list archive at Nabble.com. _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
