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
This has been reported upstream as rust-lang/rust#51947. AFAICT, it only happens when compiling with optimizations and debuginfo enabled. So try removing [profile.release] debug = true from Cargo.toml before invoking Xargo.
@Razaekel you don't need to compile compiler-builtins for that target, or Xargo for that matter. rustup target add thumbv7em-none-eabihf will give you a precompiled libcompiler_builtins; then you only need to do cargo build --target thumbv7em-none-eabihf.
target spec thumbv5te-none-eabi.json:
Using
arm-none-eabi-gcc
as my linker.The text was updated successfully, but these errors were encountered: