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
I try to compile kawpowminer on windows 11 under wsl2
but I get this error :
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cuda_LIBRARY
linked by target "ethash-cuda" in directory /mnt/d/Dev/kawpowminer/libethash-cuda
CUDA_nvrtc_LIBRARY
linked by target "ethash-cuda" in directory /mnt/d/Dev/kawpowminer/libethash-cuda
when I check for $ whereis libcuda.so
I get :
libcuda: /usr/lib/x86_64-linux-gnu/libcuda.so /usr/lib/wsl/lib/libcuda.so
any idea how to fix this ?
The text was updated successfully, but these errors were encountered:
I try to compile kawpowminer on windows 11 under wsl2
but I get this error :
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cuda_LIBRARY
linked by target "ethash-cuda" in directory /mnt/d/Dev/kawpowminer/libethash-cuda
CUDA_nvrtc_LIBRARY
linked by target "ethash-cuda" in directory /mnt/d/Dev/kawpowminer/libethash-cuda
when I check for $ whereis libcuda.so
I get :
libcuda: /usr/lib/x86_64-linux-gnu/libcuda.so /usr/lib/wsl/lib/libcuda.so
any idea how to fix this ?
The text was updated successfully, but these errors were encountered: