lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Compiler warning


From: pierre-yves.boisbunon
Subject: Re: [lwip-users] Compiler warning
Date: Thu, 11 Jul 2013 15:58:15 +0200

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 <address@hidden>
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
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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