-
Notifications
You must be signed in to change notification settings - Fork 130
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
Build fails with version 5.3 of esp_idf #335
Comments
Downgrading to esp_idf 5.2 solved the build issue. |
That seams like an env issue on your site. If you are opted to use a activated ESP-IDF environment, we don't manage or install the necessary tools for that ESP-IDF version you are providing. So you need to make sure that you can compile a bare ESP-IDF project with that provided environment. Some pointers. Usually the ESP-IDF env installs the xtensa-gcc toolchain in its own tools folder. You are still providing a xtensa-gcc variant installed via espup in the rustfolder. We usually don't use that in esp-idf-hal and are providing always the correct version automatically for each ESP-iDF version. If in your case the espup xtensa-gcc version is first in your PATH it will always use that specific fixed version. That is what this problem here is about - not using the correct xtensa-gcc toolchain. On a site note ESP-IDF v5.3 was just released recently and we still need to incorporate some changes to make it fully usable with the esp-idf-hal. I am currently a bit busy but i hope that i finish the integration soon with the p4 support. |
If you are using |
Downgrading esp ifdf to 5.2 solved the issue. I didn't investigate further. |
After downloading latest versions of esp_idf, espup, rustup update and 👍
Looks like a version mismatch somewhere
complete log.
The text was updated successfully, but these errors were encountered: