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

[Makefile:2: bitcracker_cuda] Error 127 #37

Open
JustinBuiel opened this issue Jul 13, 2021 · 1 comment
Open

[Makefile:2: bitcracker_cuda] Error 127 #37

JustinBuiel opened this issue Jul 13, 2021 · 1 comment

Comments

@JustinBuiel
Copy link

I cannot build a bitcracker_cuda file because of error 127. I installed the cuda toolkit and nothing has changed. I'm running this in kali on windows 10 and i've just hit this wall. Probably won't even get a response because this is seemingly abandoned but if anyone would answer I would appreciate it.
====== Build BitCracker CUDA version ======
rm -rf *.o
rm -rf ../build/bitcracker_cudacuda
nvcc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -Xptxas -v -o bitcracker_cuda main.cu cuda_attack.cu utils.cu w_blocks.cu
make: nvcc: No such file or directory
make: *** [Makefile:2: bitcracker_cuda] Error 127

@e-ago
Copy link
Owner

e-ago commented Nov 19, 2021

you need to correctly set you $PATH make nvcc visibile to the Makefile. Or add the full nvcc path in the Makefile

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

2 participants