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

--opencc-options is deprecated #48

Open
ghost opened this issue Feb 14, 2016 · 3 comments
Open

--opencc-options is deprecated #48

ghost opened this issue Feb 14, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Feb 14, 2016

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.

@overdrivemachines
Copy link

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?

@superbonaci
Copy link

Having the same issue.

@superbonaci
Copy link

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