Git Product home page Git Product logo

Comments (3)

madmijk avatar madmijk commented on July 20, 2024 1

I see! I removed my ESP-IDF installation as well as the .espressif directory, and now it builds. Thank you!

from esp32-arduino-lib-builder.

madmijk avatar madmijk commented on July 20, 2024

I just found out there was a fix made to the failing script on the IDF Component Manager repository: Fix env variable expansion.
Do I need to wait for another release on the ESP-IDF repository? When I go on the master branch there, the library builder complains that the IDF version is now 5.0.0, which is why I opted for the stable 4.4.1 release.

from esp32-arduino-lib-builder.

Jason2866 avatar Jason2866 commented on July 20, 2024

Arduino lib builder does work as it is. Do not install IDF or Arduino! Just install the requirements the lib builder is needing. Every IDF / Arduino stuff will be installed from the lib builder.
The requirements for the lib builder (Ubuntu used)

sudo apt-get install -y git wget curl libssl-dev libncurses-dev flex bison gperf python3 cmake ninja-build ccache
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py && \
pip3 install setuptools pyserial click future wheel cryptography pyparsing pyelftools

from esp32-arduino-lib-builder.

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.