-
I tried to compile for ESP32 S2/S3 and I'm currently stuck on this
Anyone knows how can I properly set up ESP IDF for this? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
That error message looks like same as #1030 (reply in thread) C:\>where python.exe
C:\Program Files\Python39\python.exe |
Beta Was this translation helpful? Give feedback.
-
I made some progress after hardcode my python and idf.py in but I still can't get it to compile |
Beta Was this translation helpful? Give feedback.
-
which example you are testing with, the IDF use freeRTOS therefore only example ends with |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
I got it to work on the esp32-s3-devkitc-1 with the latest development branch of ESP-IDF. I will post a compile guide later.