Downgrade cargo-binutils to 0.2.0

ch3-coop-dev
Yifan Wu 4 years ago
parent 62e02b8fa3
commit dbb3d6c561

@ -34,7 +34,7 @@ build: env $(KERNEL_BIN)
env:
rustup component add rust-src
rustup component add llvm-tools-preview
cargo install cargo-binutils
cargo install cargo-binutils --vers ~0.2
rustup target add riscv64gc-unknown-none-elf
$(KERNEL_BIN): kernel

Loading…
Cancel
Save