dr-bonez / tor-v3-vanity

A TOR v3 vanity url generator designed to run on an NVIDIA GPU.
https://crates.io/crates/tor-v3-vanity
MIT License
140 stars 24 forks source link

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 2 years ago

NukedBart commented 2 years ago

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)