There was an error while loading. Please reload this page.
1 parent 132b526 commit 3317842Copy full SHA for 3317842
1 file changed
os/Makefile
@@ -35,7 +35,7 @@ build: env $(KERNEL_BIN)
35
env:
36
ifeq ($(OFFLINE),)
37
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
38
- cargo install cargo-binutils —locked
+ cargo install cargo-binutils@0.3.5 --locked
39
rustup component add rust-src
40
rustup component add llvm-tools-preview
41
endif
0 commit comments