-
Notifications
You must be signed in to change notification settings - Fork 96
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
Unable to compile for esp32 target. #374
Comments
Can you build and run the examples in esp-wifi? |
That's what I've been doing so far. All of them fails similarly. I can provide my |
I mean can you run them from within this repo, instead of copying them to your project? |
Building via
does work but it doesn't build
My project was made via |
It's likely the template needs updating, which will most likely happen with the next hal releases. With that said, does adding this flag to your rustflags help: https://github.com/esp-rs/esp-wifi/blob/d46dfc4a7de5eb30ebc3b644d1abeaa52bc0b64a/esp-wifi/.cargo/config.toml#L25? |
Yes, it does! Thank you very much for the help with this unrelated issue. |
Glad it's working now! :) |
Hi.
Stumble upon an issue, which seems to be affecting only esp32 chip and related to ld linking.
Problem occurs when there is
initialize
in the code:It produces errors like:
Full log file: xtensa_esp32_log.txt
What I've tried so far:
espup
doesn't help (Tried versions from 1.74.0.1 to 1.69.0.0)I failed to find any info regarding the issue or something similar in this or
esp-hal
repo.The text was updated successfully, but these errors were encountered: