rustc
fails to build for target riscv64gc-unknown-linux-musl
#111700
Labels
C-bug
Category: This is a bug.
requires-custom-config
This issue requires custom config/build for rustc in some way
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I'm trying to build
rustc
version1.68.0
natively on RISC-V machine with targetriscv64gc-unknown-linux-musl
enabled. It fails when buildinglibunwind.a
for musl target in stage2.Similar error also occurs in version
1.69.0
.Configuration:
Error log:
It probably relates to rust-lang/cc-rs#675 since
cc
is specified manually for musl.The text was updated successfully, but these errors were encountered: