From 8f84ac4f46cc242cff69f47de96a95004d014be0 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Sun, 3 Sep 2023 15:11:54 +0800 Subject: [PATCH] rename link file's name to pass compile --- os/.cargo/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/.cargo/config b/os/.cargo/config index 4275fcad6..4bf2c41d0 100644 --- a/os/.cargo/config +++ b/os/.cargo/config @@ -3,5 +3,5 @@ target = "riscv64gc-unknown-none-elf" [target.riscv64gc-unknown-none-elf] rustflags = [ - "-Clink-arg=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes" + "-Clink-arg=-Tsrc/linker-qemu.ld", "-Cforce-frame-pointers=yes" ]