Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By fleetscut
#27240 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?
User avatar
By pvvx
#27263
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