Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Building CCMiner 1.3.2 on Linux with Cuda 11.2 #70

@chandlerpl

Description

@chandlerpl

Hello, I was wondering if there was any support for CCMiner to run on Linux with CUDA 11.2, I tried to compile it myself but I get this error, I am using Debian 10 as well and can't find any supporting CUDA drivers for CUDA 10.1 as suggested, any help on this would be great :)

nvcc -gencode=arch=compute_61,code=\"sm_61,compute_61\" -gencode=arch=compute_52,code=\"sm_52,compute_52\" -gencode=arch=ute_75,code=\"sm_75,compute_75\" -I/usr/local/cuda/include -I. -I./compat/bos-jansson -std=c++11 --ptxas-options="-v" --megcount=128 -o cuda_mtp/cuda_mtp_forlib.o -c cuda_mtp/cuda_mtp_forlib.cu
cuda_mtp/cuda_mtp_forlib.cu:894: warning: "G" redefined
 #define G(r,i,a,b,c,d) \

cuda_mtp/cuda_mtp_forlib.cu:232: note: this is the location of the previous definition
 #define G(r,i,a,b,c,d) \

cuda_mtp/cuda_mtp_forlib.cu(349): error: function "__ldlu(const uint4 *)" has already been defined

1 error detected in the compilation of "cuda_mtp/cuda_mtp_forlib.cu".
make[2]: *** [Makefile:2606: cuda_mtp/cuda_mtp_forlib.o] Error 1
make[1]: *** [Makefile:2031: all-recursive] Error 1
make: *** [Makefile:656: all] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions