ESP32 Port build fails #9641
Unanswered
krishnak
asked this question in
Core Development
Replies: 2 comments 4 replies
-
Dies the file lwip_napt.h exist? And if yes, in one of the include paths? I do not have it in my repository. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It exists exactly where you point out, the dns.h which is referred in the original code of modenetwork.c also resides there, so if it can find the dns.h it should also find this one? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a single/simple function to esp32/modnetwork.c which in turn calls a function in #include "lwip/lwip_napt.h"
I have added the include declaration in the C file, yet it complains, What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions