You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
nvccwarning : 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).
ptxaswarning : 'option -abi=no' might get deprecated in future
ptxaswarning : Too big maxrregcount value specified 80, will be ignored
ptxasfatal : 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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: