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/5afed009c0b7a06cef04094b53207e84078c56c7/os/.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-arg=-Tsrc/linker.ld", "-Cforce-frame-pointers=yes"
|
|
]
|