-
Notifications
You must be signed in to change notification settings - Fork 13.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.4.0 lwip compile error #4080
Comments
I'm afraid tcp-impl.h not the state of the art lwip. |
tried that, no luck so far. For the moment I am searching a replacement for
The only occurence is in "sdk\lwip2\include\lwip\priv\tcp_priv.h" but swapping tcp-impl.h for this .h yields a couple of redefinition errors. So this seems not to be a quick fix. |
just out of interest... what does @igrr mean by "Use lwip v2 by default" in the release notes. |
@s0170071 as of v2.4.0, building a sketch links against lwip2 by default. Up to v2.3.0 linking was against lwip1.4. |
Here is a what should be done for this first error.
|
i'm also getting this exec: "make": executable file not found in %PATH% error in windows |
Basic Infos
I read in the 2.4.0 release notes that lwip 2 is now the state of the art lwip. so I gave it a try and compiled. Originally I compiled the ESPEasy project, but it failed when including the "lwip/tcp_impl.h" See sketch below.
Hardware
Hardware: Wemos D1 mini
Core Version: 2.4.0
Description
Problem description
I use the Arduino IDE 1.8.5 as portable install.
Boards manager URL is
When I select the lwip version from the drop down menu, only 1.4 prebulit compiles.
Settings in IDE
Module: wemos d1 mini
Flash Size: 4MB
CPU Frequency: ?80Mhz?
Flash Mode: ?qio?
Flash Frequency: ?40Mhz?
Upload Using: ?OTA / SERIAL?
Reset Method: ?ck / nodemcu?
Sketch
v2 prebuilt mss636 and mss 1460
1.4 prebuilt
(compiles ok)
lwip1.4 (open source)
The text was updated successfully, but these errors were encountered: