Hi Peter

Thanks for your reply.
My project compiles & links correctly.
I am just wondering how to fix this warning.

The include file list in the makefile is:
...
LWIP_LIB_DIR=ThirdParty/lwip
...

-I $(LWIP_LIB_DIR)/src/include \
-I $(LWIP_LIB_DIR)/src/include/ipv4 \
-I $(LWIP_LIB_DIR)/src/netif \

Could you please highlight me where to add this include path? Is it
directly in the lwip/src/api/tcpip.c file?

Regards,
Pierre-Yves

2013/7/11 Peter LM <[email protected]>

> 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
>
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to