Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
# 编译的目标平台
[build]
target = "riscv64gc-unknown-none-elf"
# 使用我们的 linker script 来进行链接
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-arg=-T./apps/linker.ld",
]