ZenProtocol-Pool / ccminer-zp

Nvidia GPU miner for ZenProtocol Mining - https://zp.leafpool.com/
GNU General Public License v3.0
4 stars 8 forks source link

some error #1

Closed xxb closed 6 years ago

xxb commented 6 years ago
mv -f .deps/ccminer-scrypt.Tpo .deps/ccminer-scrypt.Po
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing  -I/usr/local/cuda/include -DUSE_WRAPNVML -I/usr/local/include/    -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT zenprotocol/ccminer-zenprotocol_rpc.o -MD -MP -MF zenprotocol/.deps/ccminer-zenprotocol_rpc.Tpo -c -o zenprotocol/ccminer-zenprotocol_rpc.o `test -f 'zenprotocol/zenprotocol_rpc.cpp' || echo './'`zenprotocol/zenprotocol_rpc.cpp
zenprotocol/zenprotocol.cu(25): error: identifier "EVP_sha3_256" is undefined

zenprotocol/zenprotocol.cu(49): warning: variable "pdata" was declared but never referenced

1 error detected in the compilation of "/tmp/tmpxft_00006234_00000000-7_zenprotocol.compute_50.cpp1.ii".
Makefile:2777: recipe for target 'zenprotocol/zenprotocol.o' failed
make[2]: *** [zenprotocol/zenprotocol.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f zenprotocol/.deps/ccminer-zenprotocol_rpc.Tpo zenprotocol/.deps/ccminer-zenprotocol_rpc.Po
ptxas info    : 0 bytes gmem, 17952 bytes cmem[3]
ptxas info    : Compiling entry function '_Z26streebog_gpu_hash_64_finalPmPj' for 'sm_52'
ptxas info    : Function properties for _Z26streebog_gpu_hash_64_finalPmPj
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 122 registers, 16384 bytes smem, 336 bytes cmem[0]
ptxas info    : Compiling entry function '_Z20streebog_gpu_hash_64Pm' for 'sm_52'
ptxas info    : Function properties for _Z20streebog_gpu_hash_64Pm
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 128 registers, 16384 bytes smem, 328 bytes cmem[0]
ptxas info    : 0 bytes gmem, 17952 bytes cmem[3]
ptxas info    : Compiling entry function '_Z26streebog_gpu_hash_64_finalPmPj' for 'sm_50'
ptxas info    : Function properties for _Z26streebog_gpu_hash_64_finalPmPj
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 122 registers, 16384 bytes smem, 336 bytes cmem[0]
ptxas info    : Compiling entry function '_Z20streebog_gpu_hash_64Pm' for 'sm_50'
ptxas info    : Function properties for _Z20streebog_gpu_hash_64Pm
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 128 registers, 16384 bytes smem, 328 bytes cmem[0]
ptxas info    : Overriding global maxrregcount 128 with entry-specific value 72 computed using thread count
ptxas info    : Overriding global maxrregcount 128 with entry-specific value 72 computed using thread count
ptxas info    : 0 bytes gmem, 4224 bytes cmem[3]
ptxas info    : Compiling entry function '_Z26x11_shavite512_gpu_hash_80jjPv' for 'sm_52'
ptxas info    : Function properties for _Z26x11_shavite512_gpu_hash_80jjPv
    24 bytes stack frame, 32 bytes spill stores, 32 bytes spill loads
ptxas info    : Used 72 registers, 4096 bytes smem, 336 bytes cmem[0], 76 bytes cmem[2]
ptxas info    : Compiling entry function '_Z26x11_shavite512_gpu_hash_64jjPmPj' for 'sm_52'
ptxas info    : Function properties for _Z26x11_shavite512_gpu_hash_64jjPmPj
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 72 registers, 4096 bytes smem, 344 bytes cmem[0], 72 bytes cmem[2]
ptxas info    : Overriding global maxrregcount 128 with entry-specific value 72 computed using thread count
ptxas info    : Overriding global maxrregcount 128 with entry-specific value 72 computed using thread count
ptxas info    : 0 bytes gmem, 4224 bytes cmem[3]
ptxas info    : Compiling entry function '_Z26x11_shavite512_gpu_hash_80jjPv' for 'sm_50'
ptxas info    : Function properties for _Z26x11_shavite512_gpu_hash_80jjPv
    24 bytes stack frame, 32 bytes spill stores, 32 bytes spill loads
ptxas info    : Used 72 registers, 4096 bytes smem, 336 bytes cmem[0], 76 bytes cmem[2]
ptxas info    : Compiling entry function '_Z26x11_shavite512_gpu_hash_64jjPmPj' for 'sm_50'
ptxas info    : Function properties for _Z26x11_shavite512_gpu_hash_64jjPmPj
    0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
ptxas info    : Used 72 registers, 4096 bytes smem, 344 bytes cmem[0], 72 bytes cmem[2]
make[2]: Leaving directory '/hive/custom/ccminer'
Makefile:2301: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/hive/custom/ccminer'
Makefile:683: recipe for target 'all' failed
make: *** [all] Error 2
appkoders commented 6 years ago

I think you are reporting on the wrong repo.

I believe this is the one you are trying to compile: https://github.com/protovist/ccminer/blob/zenprotocol/zenprotocol/zenprotocol.cu

Please submit your issues on their page.