-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Arduino as a ESP-IDF component Build error at esp32c3 #5663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Arduino-esp32 2.0 / master has dependencies on ESP-IDF v4.4 (master). It will not compile cleanly against IDF v4.3 as it appears you are using. |
@atanisoft The latest version of ESP-IDF is V4.3.1. When is V4.4 expected to be released? Is the Master branch V4.4? |
@lybgo Use the master branch of ESP-IDF and it should work. I don't know the timeline for v4.4 release but am also eagerly awaiting it for other bug fixes. |
@atanisoft Thank you very much. I'll have a try. |
hi I had the same problem.
|
|
Hi chegewara thx for your help. I look at arduino-esp32 idf-master repo and see the idf commit is from 3e370c4296:
Then i clone the esp-idf repo with:
then i install run the install.sh script with esp32 and esp32c3
then i compile the complete project with idf.py all all runs fine but at the end i run into the exception i post :( It is also possible that I am doing something wrong. |
Try to switch arduino component to use branch |
Hi could you tell me how I can proceed exactly so per git command? I am unfortunately overwhelmed right now :( |
|
I tried it, it runs a little further but gets a failure right here again :/
|
In that case you did something wrong with esp-idf or arduino clone/checkout. Also, those logs are only warnings, where is the log error? |
Hi, i testet it with this workaround from another user:
And then i can compiled it for older esp32 modules.
|
Ok, please try |
@chegewara I wanted to say thanks again for trying to get it up and running with me!!!! git show from components/arduino
|
Keep trying, you are on |
@chegewara |
@chegewara, Roys-MacBook-Pro:arduino roysabah$ git checkout idf-master |
That branch has been merged by espressif team into master some time ago, so you can use master branch now. |
I tried to use branch master, Can you help me to understand how to solve it? Thanks. |
I'm having the same error on the esp32 using master idf and master arduino-esp32.
|
Hardware:
Board: ESP32C3 Dev Module
Core Installation version: V4.3.1
IDE name: Vscode
Flash Frequency: default
PSRAM enabled: default
Upload Speed: default
Computer OS: Windows 10
Description:
I try by course of https://blog.csdn.net/flurry_rain/article/details/119361997
main.cpp code:
Debug Messages:
The text was updated successfully, but these errors were encountered: