You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered:
Environment: Windows 10 21H2 using git bash mintty nightly Sep. 3rd
Can not compile and install
Full log
The text was updated successfully, but these errors were encountered: