We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a36cdb commit e7f120bCopy full SHA for e7f120b
os/Makefile
@@ -36,7 +36,7 @@ build: env $(KERNEL_BIN) $(FS_IMG)
36
37
env:
38
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
39
- cargo install cargo-binutils
+ cargo install cargo-binutils --vers ~0.2
40
rustup component add rust-src
41
rustup component add llvm-tools-preview
42
0 commit comments