Replies: 2 comments 1 reply
-
You cannot build 1.19 or 1.20 with IDF 5.x. There was a fairly large amount of work done after 1.20 to support IDF 5.0 (and now this is the only supported IDF version) See ports/esp32/README.md (at the appropriate version tags) for supported IDF versions. |
Beta Was this translation helpful? Give feedback.
-
Hi Jim, Thank you, I did read that page but it says 4.4+, should probably add a note 4.4+ and < 5
With that said, I did try to use the 4.x versions of IDF but now I understand that I was probably trying to get them to compile from tip of master, that's why it worked with 5.1. Thank you again for the quick reply |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on compiling Micro-python for the ESP32, which I have done successfully in the past.
I am using esp-idf 5.1
When I compile v1.19, the build fails because it can't find the esp module mdns
When I compile v1.20 the build fails because it can't find the esp module adc
If I compile the tip of main, it compiles
My build system is container based, with 3 batch files,
00- inits the container,
01 runs in the container to build the esp-idf,
02 runs in the container to build micro python.
Defined here https://github.com/gentijo/esp32-micropython-buildenv
Any idea what I am doing wrong to build from a tag ?
Thanks
-John
Beta Was this translation helpful? Give feedback.
All reactions