Error while building bladebit_cuda on ubuntu #449
Replies: 4 comments
-
This is likely because the cuda toolkit is not installed or it could not be found by cmake, so the target |
Beta Was this translation helpful? Give feedback.
-
Yes, I just took another look at it. During the installation of the toolkit, there is a message stating that not all packages can be installed because they are defective. However, I got these packages from the Nvidia website, and they are described there exactly as required. I'll look up the message again in a moment. Thanks. |
Beta Was this translation helpful? Give feedback.
-
sudo apt-get -y install cuda-toolkit-12-3 The following packages have unmet dependencies: |
Beta Was this translation helpful? Give feedback.
-
The toolkit is installed, but bladebit_cuda is still not found. I executed the shell script, and no errors were displayed during the process. All folders for CUDA were created, and the console also indicated that these were linked. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I have encountered an error while building bladebit_cuda on Linux/Ubuntu. Building bladebit works without any issues, but when building bladebit_cuda, I receive the message "*** No rule to make target 'bladebit_cuda'. Stop."
Also, retrieving "bladebit help cudaplot" does not work either.
Beta Was this translation helpful? Give feedback.
All reactions