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/d302a0d616e5514fcc4323614f3d5b6ac2ffe70a/os/build.rs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
static TARGET_PATH: &str = "../user/target/riscv64gc-unknown-none-elf/release/";
|
|
|
|
fn main() {
|
|
println!("cargo:rerun-if-changed=../user/src/");
|
|
println!("cargo:rerun-if-changed={}", TARGET_PATH);
|
|
}
|