mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-05 14:04:11 +08:00
fix: update rust-toolchain file
fix: remove link_app.S Signed-off-by: YdrMaster <ydrml@hotmail.com>
This commit is contained in:
@@ -31,9 +31,7 @@ fs-img: $(APPS)
|
||||
|
||||
env:
|
||||
(rustup target list | grep "riscv64gc-unknown-none-elf (installed)") || rustup target add $(TARGET)
|
||||
cargo install cargo-binutils --vers ~0.3
|
||||
rustup component add rust-src
|
||||
rustup component add llvm-tools-preview
|
||||
cargo install cargo-binutils
|
||||
|
||||
$(KERNEL_BIN): kernel
|
||||
@$(OBJCOPY) $(KERNEL_ELF) --strip-all -O binary $@
|
||||
|
||||
Reference in New Issue
Block a user