Open
Description
Dear Experts,
I am working on Discovery repository, I am building this for STM32F3 Discovery. I am facing following error
linking with rust-lld failed: exit code: 1
When I am building by
cargo build --target thumbv7em-none-eabihf
It was working fine a couple of weeks ago, I am using Linux 18.04 LTS, I have updated rust my current version is
imran82ali@gmail:~$ rustup --version --verbose
rustup 1.21.1 (7832b2ebe 2019-12-20)
imran82ali@gmail:~$ rustc --version --verbose
rustc 1.44.0 (49cae55 2020-06-01)
binary: rustc
commit-hash: 49cae55
commit-date: 2020-06-01
host: x86_64-unknown-linux-gnu
release: 1.44.0
LLVM version: 9.0
Looking forward for your response.
Thanks, IMRAN ALI
Metadata
Metadata
Assignees
Labels
Area: linking into static, shared libraries and binariesCategory: This is a bug.Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: Rust without an operating systemRelevant to the compiler team, which will review and decide on the PR/issue.