ESP32 toolchain failed
Posted: Sun May 07, 2023 9:13 am
Earlier this year I struggled to get the ESP32 compile process going. After several installs, I got as far as the following error:
At the time, I solved it, with help from members here, by re-downloading the ESP32 toolchain and selecting Python 3.8 instead of the default 3.7 in the ESP toolchain install process.
Recently picked up my project again, and found that the compile failed where it previously completed fine. I did an update of FC9 in the meantime so maybe that broke it.
Decided to re-install the ESP toolchain and after several failed attemps got it to progress to the previous error as shown above.
But now, in the toolchain install, there is no longer a selection of available Python versions, only V3.7 is available, and yes that fails.
Can anyone please help me to get this going again?
If you have a masochistic tendency, you may wish to look at all the other failed attempts I did here: viewtopic.php?p=11263#p11263
Jan
Code: Select all
Executing action: all (aliases: build)
Running cmake in directory c:\users\jandi\onedrive_-_linear_audio\2a_-_ar_xt\esp32_wroom_log_scale_test-2\build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DIDF_TARGET=esp32 -DCCACHE_ENABLE=1 c:\users\jandi\onedrive_-_linear_audio\2a_-_ar_xt\esp32_wroom_log_scale_test-2"...
ERROR: C:\esp-idf-tools\python_env\idf5.0_py3.7_env\Scripts\python.exe doesn't support asyncio. The issue can be worked around by re-running idf.py with the "--no-hints" argument.
Build Failed
Recently picked up my project again, and found that the compile failed where it previously completed fine. I did an update of FC9 in the meantime so maybe that broke it.
Decided to re-install the ESP toolchain and after several failed attemps got it to progress to the previous error as shown above.
But now, in the toolchain install, there is no longer a selection of available Python versions, only V3.7 is available, and yes that fails.
Can anyone please help me to get this going again?
If you have a masochistic tendency, you may wish to look at all the other failed attempts I did here: viewtopic.php?p=11263#p11263
Jan