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
cargo-xbuild requires nightly and it's only reason building the examples requires nightly.
This tool is required because, currently, there's no bare metal Cortex-A support in rustc / rustup. (See rustc --print target-list & rustup target list). If we add support for this target to rustc / rustup (reference PR) then we'll be able to build all the code in this repo using a stable toolchain.
Hopefully, we should be able get that target support in by the 1.42 beta cutoff so all code will compile on the stable 1.42 release.
The text was updated successfully, but these errors were encountered:
cargo-xbuild
requires nightly and it's only reason building the examples requires nightly.This tool is required because, currently, there's no bare metal Cortex-A support in rustc / rustup. (See
rustc --print target-list
&rustup target list
). If we add support for this target to rustc / rustup (reference PR) then we'll be able to build all the code in this repo using a stable toolchain.Hopefully, we should be able get that target support in by the 1.42 beta cutoff so all code will compile on the stable 1.42 release.
The text was updated successfully, but these errors were encountered: