We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error[E0465]: multiple rlib candidates for compiler_builtins found | = note: candidate #1: /root/redshirt/target/arm-freestanding/debug/deps/libcompiler_builtins-46f0356f1368c3ed.rlib = note: candidate #2: /root/redshirt/target/arm-freestanding/debug/deps/libcompiler_builtins-9428eefa136346ab.rlib
compiler_builtins
by the following: RUST_TARGET_PATH=pwd cargo +nightly build -Z build-std=core,alloc --target arm-freestanding --package redshirt-standalone-kernel
pwd
The text was updated successfully, but these errors were encountered:
This is unfortunately rust-lang/compiler-builtins#334 (now rust-lang/wg-cargo-std-aware#53).
Using nightly-2019-12-05 works (that's what the CI does)
nightly-2019-12-05
Sorry, something went wrong.
Closing as duplicate of #164
No branches or pull requests
error[E0465]: multiple rlib candidates for
compiler_builtins
found|
= note: candidate #1: /root/redshirt/target/arm-freestanding/debug/deps/libcompiler_builtins-46f0356f1368c3ed.rlib
= note: candidate #2: /root/redshirt/target/arm-freestanding/debug/deps/libcompiler_builtins-9428eefa136346ab.rlib
by the following:
RUST_TARGET_PATH=
pwd
cargo +nightly build -Z build-std=core,alloc --target arm-freestanding --package redshirt-standalone-kernelThe text was updated successfully, but these errors were encountered: