Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/rcore_test/rCore-Tutorial-v3-tests/blame/commit/bb5dca21581e1cbf72043505b8315b66e7eebd69/user/.cargo/config You should set ROOT_URL correctly, otherwise the web may not work correctly.
rCore-Tutorial-v3-tests/user/.cargo/config

8 lines
134 B

[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-args=-Tsrc/linker.ld",
]