Code Monkey home page Code Monkey logo

Comments (11)

plerup avatar plerup commented on September 18, 2024

Well doesn't this work automatically? The library liblwip2.a is prebuilt and everything controlled via platform.txt is included.

Or do you mean that we should include rules for rebuilding the lwip2 library from the git submodule?

BTW, looks like it was the changes in this commit that broke the previous version of makeEspArduino 😏

from makeesparduino.

everslick avatar everslick commented on September 18, 2024

when compiling with VERBOSE=1 and looking at the linking stage i see:

-lhal -lphy -lpp -lnet80211 -llwip_gcc -lwpa -lcrypto -lmain -lwps -laxtls -lespnow -lsmartconfig -lairkiss -lmesh -lwpa2 -lstdc++ -lm -lc -lgcc

but the lwip2 lib is in the archive liblwip2.a so the I think LWIP2 support is opt-in at least for now. no?

ah and no, i didn't mean to compile the lib from source, even though it could be done.

from makeesparduino.

everslick avatar everslick commented on September 18, 2024

Also the emitted include path for the headers is in my case -I../../Arduino-ESP8266/tools/sdk/lwip/include, but it would have to be -I../../Arduino-ESP8266/tools/sdk/lwip2/include.

from makeesparduino.

plerup avatar plerup commented on September 18, 2024

Ok, I guess this is intended to be controlled via the property build.lwip_include for compilations but I can't find any references in the link command.

Nevertheless once I have figured this out there will be an optional LWIP_VERSION or alike which can be used to control this in makeEspArduino

from makeesparduino.

everslick avatar everslick commented on September 18, 2024

I have seen build.lwip_lib=-llwip_gcc

do you mean that?

from makeesparduino.

plerup avatar plerup commented on September 18, 2024

I guess so, I have to test in Arduino IDE to check

from makeesparduino.

plerup avatar plerup commented on September 18, 2024

Fixed in latest commit. Use the variable LWIP_VARIANT, more info in the commit message
Thanks for keeping an eye on what happens in esp8266/Arduino 😃

from makeesparduino.

everslick avatar everslick commented on September 18, 2024

Thanks, now I can switch between different LWIP VERSION 1 variants (I tested all 4 of them), but still non of those gave me the LWIP VERSION 2.

For LWIP 2 we would need to change the LWIP include path to [..]/sdk/lwip2/include and link against -llwip2.a

Maybe we need an additional control varaible like the LWIP_VERSION=2 you mentioned above?

Thanks for your great work! Maintaining this is a never ending game of whac-a-mole! :-D

from makeesparduino.

plerup avatar plerup commented on September 18, 2024

Strange, the settings for "open" (which is the default) are

generic.menu.LwIPVariant.open=v2
generic.menu.LwIPVariant.open.build.lwip_include=lwip2/include
generic.menu.LwIPVariant.open.build.lwip_lib=-llwip2

And this gives lwip2 when I build

from makeesparduino.

everslick avatar everslick commented on September 18, 2024

from makeesparduino.

everslick avatar everslick commented on September 18, 2024

OH, LOL, c'mon.. seriously?

I just did not pull. sorry for the confusion! all is well! (as usual) 👍

thanks! closing!

from makeesparduino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.