You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile my kernel with version 0.10.12 of this crate with the "rustc 1.65.0-nightly (eaadb8947 2022-08-27)" but I get:
LLVM ERROR: dwo only supported with ELF and Wasm
error: could not compile rustc-std-workspace-core
warning: build failed, waiting for other jobs to finish...
LLVM ERROR: dwo only supported with ELF and Wasm
error: could not compile core
LLVM ERROR: dwo only supported with ELF and Wasm
error: could not compile compiler_builtins.
I can compile it with rust 1.63.0-nightly.
The text was updated successfully, but these errors were encountered:
Hello,
I tried to compile my kernel with version 0.10.12 of this crate with the "rustc 1.65.0-nightly (eaadb8947 2022-08-27)" but I get:
LLVM ERROR: dwo only supported with ELF and Wasm
error: could not compile
rustc-std-workspace-core
warning: build failed, waiting for other jobs to finish...
LLVM ERROR: dwo only supported with ELF and Wasm
error: could not compile
core
LLVM ERROR: dwo only supported with ELF and Wasm
error: could not compile
compiler_builtins
.I can compile it with rust 1.63.0-nightly.
The text was updated successfully, but these errors were encountered: