-->
Page 1 of 1

Problem using lwip library

PostPosted: Fri Aug 28, 2015 9:56 am
by fleetscut
I am trying to use the lwip library in a project, however whenever I try to include something from that library the compiler tells me there is no such file or directory. I know that I have everything set up correctly because I am able to compile and flash the example projects and other code that is not using a static library. And I have double checked that lwip is included in the LIBS variable in the makefile for the libraries that are used for linking.

Is there anything that I am missing?

Re: Problem using lwip library

PostPosted: Fri Aug 28, 2015 5:16 pm
by pvvx
fleetscut wrote:I am trying to use the lwip library in a project, however whenever I try to include something from that library the compiler tells me there is no such file or directory. I know that I have everything set up correctly because I am able to compile and flash the example projects and other code that is not using a static library. And I have double checked that lwip is included in the LIBS variable in the makefile for the libraries that are used for linking.

Is there anything that I am missing?

https://github.com/pvvx/esp8266web/tree ... dklib/lwip
https://github.com/pvvx/esp8266web/tree/master/include
+ https://github.com/pvvx/esp8266web/blob ... _lwip_if.c

Re: Problem using lwip library

PostPosted: Mon Aug 31, 2015 8:23 am
by fleetscut
Thanks for the links. I probably should have noticed that I was missing the headers.