-
Notifications
You must be signed in to change notification settings - Fork 33
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
error[E0063]: missing field stack_alloc_caps
in initializer of `esp_idf_sys::esp_pthread_cfg_t
#253
Comments
Restarted computer, and reran |
I am experiencing the same issue but it is not resolved after reboot |
I'll reopen the issue. But I think it has something to do with environment variables set. Will probably have to do a more detailed investigation why this error occurs. |
I believe it does have to do with env vars. I was able to get past it by restarting the Dev env setup. I am unsure at what point it was resolved though.
Sent from Proton Mail mobile
…-------- Original Message --------
On Feb 23, 2024, 12:59, Dmitry R wrote:
I'll reopen the issue. But I think it has something to do with environment variables set. Will probably have to do a more detailed investigation why this error occurs.
—
Reply to this email directly, [view it on GitHub](#253 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A7YP53IHKU7Y5RMIVVSOUGTYVDKJTAVCNFSM6AAAAABC6ZNQ36VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRRG43DEOJZHA).
You are receiving this because you commented.Message ID: ***@***.***>
|
So to fix this issue have to make sure that there are no conflicting environment variables set. This can commonly happen when a user is setting up an environment for the first time, and follows instructions from different sources. |
Running into this issue also. This is with a fresh sample project following https://github.com/esp-rs/esp-idf-template/blob/master/README-cmake.md#prerequisites using both 'std' and 'hal'. Steps to reproduce:
env:
using an m1 mac, cargo and rustc 1.75.0 |
When I try to run
cargo build
after setting up environment - I get:My
Cargo.toml
is as follows:Don't know what is causing the problem.
The text was updated successfully, but these errors were encountered: