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/src/commit/ecccea65a05862b928081548c6d6b88d6dc6a806/user/.cargo/config
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
[build]
|
|
target = "riscv64gc-unknown-none-elf"
|
|
|
|
[target.riscv64gc-unknown-none-elf]
|
|
rustflags = [
|
|
"-Clink-args=-Tsrc/linker.ld",
|
|
]
|