What is the cause of this compilation error? #268
Unanswered
willingbug
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Compilation error in example code. I installed vs2019 and wdk for win10.
Such as the following error:
_[cargo-make] ERROR - Error while running plugin: Source: Unknown Line: 49 - [tasks.wdk-build-init]'s script failed with exit code: 1
stdout:
stderr:
Error: IoError(Os { code: 2, kind: NotFound, message: "系统找不到指定的文件。" })
The temporary rust-script file is located at C:\WorkDocument\Workspace\RustWorkspace\driver\driver\target/cargo-make-script/wdk-build-init/rust-env-update.rs
C:\Users\vectors.lcz.cargo\registry\src\index.crates.io-6f17d22bba15001f\wdk-build-0.3.0
combined:--target target
[cargo-make] WARN - Build Failed._
Beta Was this translation helpful? Give feedback.
All reactions