Bundled LLD not found on nighlty on FreeBSD #49144
Labels
C-bug
Category: This is a bug.
O-freebsd
Operating system: FreeBSD
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
After updating to the newest nightly I was not able to build project for
thumbv7em-none-eabi
Downgrading to nightly toolchain from 2018-03-07 enables the building again.
After upgrading cargo and xargo, I was not able to build with any toolchain. The error message is:
Full trace
rustc --version
rustc 1.26.0-nightly (adf2135ad 2018-03-17)
xargo --version
xargo 0.3.11 (58a5465 2018-03-17)
cargo 1.26.0-nightly (5f83bb404 2018-03-09)
There is no bin folder:
ls ~/.rustup/toolchains/nightly-x86_64-unknown-freebsd/lib/rustlib/x86_64-unknown-freebsd/
analysis codegen-backends lib
OS version:
uname -sr
FreeBSD 11.1-RELEASE-p8
Maybe 3rd party or system lld can be used?
Possible related to #48772
The text was updated successfully, but these errors were encountered: