My Computer:
MacBook Pro 2016
MacOS Mojave 10.14.6 (18G4032)
Radeon Pro 455 2 GB
Intel HD Graphics 530 1536 MB
Summary:
Trying to install truecrack and running into errors. I have no programming background so this is a foreign language to me. A couple of hours of googling for due diligence before I posted this question. I will appreciate any help!
From the make command, everything looks good up to these last lines.
What I've Done
Installed Nvida Cuda Toolkit (http://developer.nvidia.com/cuda-downloads)
Installed Nvida Cuda Driver
XCode Installed
Tried to config truecrack as cpu only, got major errors
Configured by setting the cuda folder where I think it is
My Computer: MacBook Pro 2016 MacOS Mojave 10.14.6 (18G4032) Radeon Pro 455 2 GB Intel HD Graphics 530 1536 MB
Summary: Trying to install truecrack and running into errors. I have no programming background so this is a foreign language to me. A couple of hours of googling for due diligence before I posted this question. I will appreciate any help!
From the make command, everything looks good up to these last lines.
/usr/local/cuda/bin/nvcc -c Cuda.cu -g -I./Common/ -I./Crypto/ -I./Cuda/ -I./Main/ -I./ -I/usr/local/cuda/include/ -DTC_MACOSX -DGPU -gencode arch=compute_10,code=sm_10 -gencode arch=compute_20,code=sm_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -ftz=true -use_fast_math --opencc-options -OPT:Olimit=0 -o Cuda.o nvcc fatal : 'PT:Olimit=0': expected a number make[2]: [Cuda.o] Error 1 make[1]: [all-recursive] Error 1 make: *** [all] Error 2
What I've Done Installed Nvida Cuda Toolkit (http://developer.nvidia.com/cuda-downloads) Installed Nvida Cuda Driver XCode Installed Tried to config truecrack as cpu only, got major errors Configured by setting the cuda folder where I think it is