From 2453f1a549eb3cc0bc81c67d855e406cf9a6bb4a Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Mon, 5 Apr 2021 16:28:56 +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 eb73dbd..a23f6cf 100644 --- a/os/Makefile +++ b/os/Makefile @@ -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