Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: couldn't read /dev/null: The system cannot find the path specified. (os error 3) on "let module_data = CString::new(include_str!(env!("KERNEL_PTX_PATH"))).unwrap();" #16

Open
NukedBart opened this issue Sep 3, 2022 · 0 comments

Comments

@NukedBart
Copy link

Environment: Windows 10 21H2 using git bash mintty nightly Sep. 3rd

Can not compile and install

Full log

error: couldn't read /dev/null: The system cannot find the path specified. (os error 3)
   --> src/main.rs:129:44
    |
129 |             let module_data = CString::new(include_str!(env!("KERNEL_PTX_PATH"))).unwrap();
    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant