bitcracker icon indicating copy to clipboard operation
bitcracker copied to clipboard

[Makefile:2: bitcracker_cuda] Error 127

Open JustinBuiel opened this issue 4 years ago • 1 comments

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

JustinBuiel avatar Jul 13 '21 04:07 JustinBuiel

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

e-ago avatar Nov 19 '21 17:11 e-ago