-
Notifications
You must be signed in to change notification settings - Fork 829
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
Compilation problems when using embassy-net version 0.5.0 in esp32 #3671
Comments
This is the errors found: Compiling esp32c3-embassy v0.1.0 (/home/gustavo/embedded_rust/esp32c3-embassy) error[E0392]: lifetime parameter error[E0392]: lifetime parameter error[E0282]: type annotations needed error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type error[E0004]: non-exhaustive patterns: type Some errors have detailed explanations: E0004, E0282, E0392. |
I think the issue would be more appropriate to report it in the https://github.com/esp-rs/esp-hal repo as it is their responsibility to update smoltcp to 0.12.0. (Update: there seem to be an open PR exactly for this: esp-rs/esp-hal#2849) That said, and hopefully it applies to your case: try removing the Good luck! |
Thank you very much. |
Hi everyone. At first, thanks for such a great framework.
However, I'm facing compilation problems when enabling embassy-net version 0.5.0. It seems that embassy-net relies in smoltcp version 0.12.0, but esp-wifi current version (0.11.0) uses smoltcp version 0.11.0 and this is causing compatibility issues.
Any thoughts about this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: