We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello-
as of CUDA 7.5 (and possibly earlier), --opencc-options/-Xopencc flags for nvcc are obsolete (and not even PRESENT In 7.5).
see: src/Makefile.in:438: $(COMPILER) -c Cuda.cu $(CFLAGS) --opencc-options -OPT:Olimit=0 $< -o $@ src/Makefile.am:59: $(COMPILER) -c Cuda.cu $(CFLAGS) --opencc-options -OPT:Olimit=0 $< -o $@
please refer to http://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#options-for-passing-specific-phase-options for valid relevant flags.
The text was updated successfully, but these errors were encountered:
I am unable to install TrueCrack because when I run $sudo make I get the error: nvcc fatal : Unknown option '-opencc-options'
I'm on Ubuntu 14.04.3 LTS 64bit. How can I get around this error?
Sorry, something went wrong.
Having the same issue.
You can download the deb file her: https://launchpad.net/~cybersec/+archive/ubuntu/chaos-ppa-v1/+build/7591341 http://repo.kali.org/kali/pool/main/t/truecrack/
No branches or pull requests
hello-
as of CUDA 7.5 (and possibly earlier), --opencc-options/-Xopencc flags for nvcc are obsolete (and not even PRESENT In 7.5).
see:$(COMPILER) -c Cuda.cu $ (CFLAGS) --opencc-options -OPT:Olimit=0 $< -o $ @$(COMPILER) -c Cuda.cu $ (CFLAGS) --opencc-options -OPT:Olimit=0 $< -o $ @
src/Makefile.in:438:
src/Makefile.am:59:
please refer to http://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#options-for-passing-specific-phase-options for valid relevant flags.
The text was updated successfully, but these errors were encountered: