DEBUG: Executing shell function do_compile
NOTE: Using rust targets from TOPDIR/tmp/work/armv5e-poky-linux-gnueabi/libstd-rs/1.96.0/rust-targets/
NOTE: cargo = TOPDIR/tmp/work/armv5e-poky-linux-gnueabi/libstd-rs/1.96.0/recipe-sysroot-native/usr/bin/cargo
NOTE: cargo build -v --frozen --target arm-poky-linux-gnueabi --release --manifest-path=TOPDIR/tmp/work/armv5e-poky-linux-gnueabi/libstd-rs/1.96.0/sources/rustc-1.96.0-src/library/sysroot//Cargo.toml --features 'panic-unwind backtrace'
error: failed to run `rustc` to learn about target-specific information
Caused by:
process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -L TOPDIR/tmp/work/armv5e-poky-linux-gnueabi/libstd-rs/1.96.0/recipe-sysroot/usr/lib/rustlib/arm-poky-linux-gnueabi/lib --remap-path-prefix=TOPDIR/tmp/work/armv5e-poky-linux-gnueabi/libstd-rs/1.96.0=/usr/src/debug/libstd-rs/1.96.0 -Cembed-bitcode=yes -Zforce-unstable-if-unmarked -L TOPDIR/tmp/work/armv5e-poky-linux-gnueabi/libstd-rs/1.96.0/recipe-sysroot/usr/lib -C link-arg=-Wl,-soname,libstd.so --target arm-poky-linux-gnueabi --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg -Wwarnings` (exit status: 1)
--- stderr
error: error loading target specification: Invalid combination of float ABI and `cfg(target_abi)` for ARM target
float ABI: Some(Soft)
cfg(target_abi):
|
= help: run `rustc --print target-list` for a list of built-in targets
WARNING: exit code 101 from a shell command.