Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rename link file's name to pass compile
  • Loading branch information
yawqi committed Sep 3, 2023
commit 8f84ac4f46cc242cff69f47de96a95004d014be0
2 changes: 1 addition & 1 deletion os/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]