From dbb3d6c5610322aec68e024445697190c553057a Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Mon, 5 Apr 2021 16:27:09 +0800 Subject: [PATCH] Downgrade cargo-binutils to 0.2.0 --- os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/Makefile b/os/Makefile index 3017ed14..c7991add 100644 --- a/os/Makefile +++ b/os/Makefile @@ -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