Search found 2 matches

by labbrigercorny
Fri Aug 11, 2023 9:09 am
Forum: ESP32 Arduino
Topic: ESP32 Arduino Lib Builder fails because project depends on idf (>=5.0.0,<5.1.0)
Replies: 2
Views: 2891

Re: ESP32 Arduino Lib Builder fails because project depends on idf (>=5.0.0,<5.1.0)

Hey lbernstone, thanks for your feedback. That seems to have done the trick. :roll: I had checked out the correct branch for locally, but forgot to change the build script parameter, as you said. Now with this configuration it runs through. Thank you! :mrgreen: ./build.sh \ -A idf-release/v4.4 \ -I ...
by labbrigercorny
Thu Aug 10, 2023 2:46 pm
Forum: ESP32 Arduino
Topic: ESP32 Arduino Lib Builder fails because project depends on idf (>=5.0.0,<5.1.0)
Replies: 2
Views: 2891

ESP32 Arduino Lib Builder fails because project depends on idf (>=5.0.0,<5.1.0)

Hey, I am trying to build a version of the Arduino-ESP32 because I need MbedTLS' CMAC, which is not compiled into the static Arduino version of IDF by default. Unfortunately the build process fails with the following error message: Dependencies lock doesn't exist, solving dependencies. Skipping opti...