mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 09:26:26 +04:00
Downgrade cargo-binutils to 0.2.0
This commit is contained in:
parent
2e76499676
commit
ff69985d79
@ -36,7 +36,7 @@ build: env $(KERNEL_BIN) $(FS_IMG)
|
||||
|
||||
env:
|
||||
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
|
||||
cargo install cargo-binutils
|
||||
cargo install cargo-binutils --vers ~0.2
|
||||
rustup component add rust-src
|
||||
rustup component add llvm-tools-preview
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user