-
Notifications
You must be signed in to change notification settings - Fork 53
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
Can't build new project on m1 mac [different from known problem] #196
Comments
The very same issue arises on ubuntu 24.04 with recent esp-idf:
|
Please follow carefully the installation steps described in the README, and don't do extra stuff which is not documented there and which increases the chances to make a mistake. In particular:
Problematic things in your log:
|
Bug description
plain sample project build fails with compiler / linker error like
/Users/andrewklitzke/esp/esp-idf/components/newlib/reent_init.c:29:6: error: 'struct _reent' has no member named '__sdidinit'
To Reproduce
Steps to reproduce the behavior:
cargo generate esp-rs/esp-idf-template cargo
, esp32, no advanced templateCRATE_CC_NO_DEFAULTS=1 cargo build
Expected behavior
successful build
Environment
Error
Additional Context
CAN build idf's non-rust 'hello world' template
env:
The text was updated successfully, but these errors were encountered: