-
Notifications
You must be signed in to change notification settings - Fork 106
Compilation fails in embedded-io #123
Comments
I have the same issue. For a temporary workaround in Cargo.toml I added:
and then |
I am hitting the same issue:
Thanks for the workaround @elotom |
@elotom ,thanks ! That solved the compiling issue. Looks like the author of embedded-io made some braking changes in v0.3.1 requiring another version of the nightly build. Maybe embedded-svc should depend on v0.3.0 and not generic v0.3
|
Meetin the next challenge
|
The issue should be fixed now. There were also issues in TL;DR:
Long story:
|
@ivmarkov thanks for the feedback and the elaborate background information. Looks like Rust is a fast moving target. Hopefully Xtensa chips become part of the official targets of rust, so at least one challenge is gone. Your corrections solve this specific issue, so let's consider this issue closed. I still encounter some issue to find the right esp-idf version, but I'll create other issues for that. |
Even if Xtensa chips do not become part of the official targets for rust soon, just stabilizing TAITs (and I think the Rust compiler folks are actively working on that) would help tremendously, as we'll stop depending on nightly features, as that's the one single nightly feature we still need. And only for async stuff. With that said, my understanding is, merging the xtensa stuff into LLVLM (that's the real issue, not rust) is actively being worked on. |
UPDATE: Read this
Following the build instruction it fails with
Previous commands :
The text was updated successfully, but these errors were encountered: