You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to compile on nightlies with default-features = false, in a no-std project, results in
error[E0463]: can't find crate for `std`
|
= note: the `thumbv7em-none-eabihf` target may not be installed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
error: could not compile `serde`.
Not sure how long back this is an issue.
The text was updated successfully, but these errors were encountered:
I don't think this is related to serde. Have a look at rust-embedded/cortex-m-quickstart#58, you're probably missing a #![no_std] annotation at the top of your lib.rs.
Trying to compile on nightlies with
default-features = false
, in a no-std project, results inNot sure how long back this is an issue.
The text was updated successfully, but these errors were encountered: