rcore-os / rCore-Tutorial-v3

Let's write an OS which can run on RISC-V in Rust from scratch!
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
1.58k stars 452 forks source link

fix: linker script "linker.ld" not found, using "linker-qemu.ld" in .cargo/config.toml instead. #150

Closed xuehaonan27 closed 1 month ago

xuehaonan27 commented 1 month ago

Fail to run cargo build in ch1, rustc fail to found "linker.ld" according to "os/.cargo/config.toml". Using "linker-qemu.ld" instead.