sunshine-lcc / zCore

Reimplement Zircon microkernel in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug when run "cargo other-test"

shzhxh opened this issue · comments

当运行cargo other-test --arch aarch64会有如下报错:


thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', xtask/src/command/mod.rs:50:32

solved