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

nvcc: No such file or directory #51

Open
rockanh opened this issue Jun 1, 2020 · 2 comments
Open

nvcc: No such file or directory #51

rockanh opened this issue Jun 1, 2020 · 2 comments

Comments

@rockanh
Copy link

rockanh commented Jun 1, 2020

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 -D_GPU_ -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

@pezhore
Copy link

pezhore commented Dec 3, 2024

Any luck getting this to work @rockanh - I'm having a similar issue on my end.

@rockanh
Copy link
Author

rockanh commented Dec 4, 2024

I dont think I ever fixed this and have switched back to Windows by now

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