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

Can’t compile 1.2 and current git version #98

Open
Cigydd opened this issue Oct 25, 2018 · 0 comments
Open

Can’t compile 1.2 and current git version #98

Cigydd opened this issue Oct 25, 2018 · 0 comments

Comments

@Cigydd
Copy link

Cigydd commented Oct 25, 2018

Hello @cbuchner1 ,

I can’t seem to be able to compile ccminer on Linux Mint 19 Tara x86_64.
I have CUDA 10 and nVidia 410 drivers installed. My GPU is GeForce 920MX.

The error message I get is this:

nvcc -g -O2 -I . -Xptxas "-abi=no -v" -gencode=arch=compute_20,code=\"sm_20,compute_20\" -gencode=arch=compute_30,code=\"sm_30,compute_30\" -gencode=arch=compute_35,code=\"sm_35,compute_35\" --maxrregcount=80 --ptxas-options=-v -I./compat/jansson -o heavy/heavy.o -c heavy/heavy.cu
nvcc warning : The 'compute_20', 'sm_20', and 'sm_21' architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas warning : Too big maxrregcount value specified 80, will be ignored
ptxas fatal   : Unresolved extern function 'malloc'
Makefile:1201: recipe for target 'heavy/heavy.o' failed
make[2]: *** [heavy/heavy.o] Error 255
make[2]: Opouští se adresář „/home/pavel/build/ccminer“
Makefile:744: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Opouští se adresář „/home/pavel/build/ccminer“
Makefile:305: recipe for target 'all' failed
make: *** [all] Error 2
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

1 participant