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
(note that per #153 I have adjusted Makefile.in (and thus the makefile) to use compute_52 in place of compute_10)
Full compilation output:
[darael@ratna:src/CudaMiner]$ make
make all-recursive
make[1]: Entering directory '/home/darael/src/CudaMiner'
Making all in compat
make[2]: Entering directory '/home/darael/src/CudaMiner/compat'
Making all in jansson
make[3]: Entering directory '/home/darael/src/CudaMiner/compat/jansson'
gcc -DHAVE_CONFIG_H -I. -I../.. -O3 -MT dump.o -MD -MP -MF .deps/dump.Tpo -c -o dump.o dump.c
mv -f .deps/dump.Tpo .deps/dump.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -O3 -MT hashtable.o -MD -MP -MF .deps/hashtable.Tpo -c -o hashtable.o hashtable.c
mv -f .deps/hashtable.Tpo .deps/hashtable.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -O3 -MT load.o -MD -MP -MF .deps/load.Tpo -c -o load.o load.c
mv -f .deps/load.Tpo .deps/load.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -O3 -MT strbuffer.o -MD -MP -MF .deps/strbuffer.Tpo -c -o strbuffer.o strbuffer.c
mv -f .deps/strbuffer.Tpo .deps/strbuffer.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -O3 -MT utf.o -MD -MP -MF .deps/utf.Tpo -c -o utf.o utf.c
mv -f .deps/utf.Tpo .deps/utf.Po
gcc -DHAVE_CONFIG_H -I. -I../.. -O3 -MT value.o -MD -MP -MF .deps/value.Tpo -c -o value.o value.c
mv -f .deps/value.Tpo .deps/value.Po
rm -f libjansson.a
ar cru libjansson.a dump.o hashtable.o load.o strbuffer.o utf.o value.o
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libjansson.a
make[3]: Leaving directory '/home/darael/src/CudaMiner/compat/jansson'
make[3]: Entering directory '/home/darael/src/CudaMiner/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/darael/src/CudaMiner/compat'
make[2]: Leaving directory '/home/darael/src/CudaMiner/compat'
make[2]: Entering directory '/home/darael/src/CudaMiner'
gcc -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-cpu-miner.o -MD -MP -MF .deps/cudaminer-cpu-miner.Tpo -c -o cudaminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
mv -f .deps/cudaminer-cpu-miner.Tpo .deps/cudaminer-cpu-miner.Po
gcc -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-util.o -MD -MP -MF .deps/cudaminer-util.Tpo -c -o cudaminer-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/cudaminer-util.Tpo .deps/cudaminer-util.Po
nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_53 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o wrapnvml.o -c wrapnvml.cu
gcc -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-sha2.o -MD -MP -MF .deps/cudaminer-sha2.Tpo -c -o cudaminer-sha2.o `test -f 'sha2.c' || echo './'`sha2.c
mv -f .deps/cudaminer-sha2.Tpo .deps/cudaminer-sha2.Po
g++ -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-scrypt.o -MD -MP -MF .deps/cudaminer-scrypt.Tpo -c -o cudaminer-scrypt.o `test -f 'scrypt.cpp' || echo './'`scrypt.cpp
mv -f .deps/cudaminer-scrypt.Tpo .deps/cudaminer-scrypt.Po
g++ -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-maxcoin.o -MD -MP -MF .deps/cudaminer-maxcoin.Tpo -c -o cudaminer-maxcoin.o `test -f 'maxcoin.cpp' || echo './'`maxcoin.cpp
mv -f .deps/cudaminer-maxcoin.Tpo .deps/cudaminer-maxcoin.Po
g++ -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-blakecoin.o -MD -MP -MF .deps/cudaminer-blakecoin.Tpo -c -o cudaminer-blakecoin.o `test -f 'blakecoin.cpp' || echo './'`blakecoin.cpp
mv -f .deps/cudaminer-blakecoin.Tpo .deps/cudaminer-blakecoin.Po
g++ -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-sha3.o -MD -MP -MF .deps/cudaminer-sha3.Tpo -c -o cudaminer-sha3.o `test -f 'sha3.cpp' || echo './'`sha3.cpp
mv -f .deps/cudaminer-sha3.Tpo .deps/cudaminer-sha3.Po
g++ -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-scrypt-jane.o -MD -MP -MF .deps/cudaminer-scrypt-jane.Tpo -c -o cudaminer-scrypt-jane.o `test -f 'scrypt-jane.cpp' || echo './'`scrypt-jane.cpp
mv -f .deps/cudaminer-scrypt-jane.Tpo .deps/cudaminer-scrypt-jane.Po
nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_53 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o salsa_kernel.o -c salsa_kernel.cu
salsa_kernel.cu(718): warning: conversion from a string literal to "char *" is deprecated
salsa_kernel.cu(719): warning: conversion from a string literal to "char *" is deprecated
salsa_kernel.cu(720): warning: conversion from a string literal to "char *" is deprecated
salsa_kernel.cu(721): warning: conversion from a string literal to "char *" is deprecated
salsa_kernel.cu(718): warning: conversion from a string literal to "char *" is deprecated
salsa_kernel.cu(719): warning: conversion from a string literal to "char *" is deprecated
salsa_kernel.cu(720): warning: conversion from a string literal to "char *" is deprecated
salsa_kernel.cu(721): warning: conversion from a string literal to "char *" is deprecated
nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_53 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o sha256.o -c sha256.cu
nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_53 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o keccak.o -c keccak.cu
nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_53 --maxrregcount=64 --ptxas-options=-v -I./compat/jansson -o blake.o -c blake.cu
gcc -DHAVE_CONFIG_H -I. -msse2 -fopenmp -pthread -fno-strict-aliasing -I./compat/jansson -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -O3 -MT cudaminer-blake.o -MD -MP -MF .deps/cudaminer-blake.Tpo -c -o cudaminer-blake.o `test -f 'blake.c' || echo './'`blake.c
mv -f .deps/cudaminer-blake.Tpo .deps/cudaminer-blake.Po
nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_53 --maxrregcount=64 -I./compat/jansson -o fermi_kernel.o -c fermi_kernel.cu
fermi_kernel.cu(112): warning: variable "sleeptime" was declared but never referenced
fermi_kernel.cu(112): warning: variable "sleeptime" was declared but never referenced
nvcc -O3 -Xptxas "-abi=no -v" -arch=sm_30 --maxrregcount=32 -I./compat/jansson -o kepler_kernel.o -c kepler_kernel.cu
kepler_kernel.cu(715): warning: variable "num_sleeps" was declared but never referenced
kepler_kernel.cu(716): warning: variable "sleeptime" was declared but never referenced
kepler_kernel.cu(715): warning: variable "num_sleeps" was declared but never referenced
kepler_kernel.cu(716): warning: variable "sleeptime" was declared but never referenced
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 368 bytes gmem, 32788 bytes cmem[3]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi1EL12MemoryAccess1ELi0EEvPjii' for 'sm_30'
ptxas info : Used 31 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z29kepler_scrypt_core_kernelB_LGILi1EL12MemoryAccess1ELi1EEvPjiij' for 'sm_30'
ptxas info : Used 30 registers, 344 bytes cmem[0], 1 textures
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelAILi1EL12MemoryAccess1EEvPKjii' for 'sm_30'
ptxas info : Used 27 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi1EL12MemoryAccess1ELi2EEvPjii' for 'sm_30'
ptxas info : Used 27 registers, 340 bytes cmem[0], 1 textures
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi1EL12MemoryAccess1ELi1EEvPjii' for 'sm_30'
ptxas info : Used 27 registers, 340 bytes cmem[0], 1 textures
ptxas info : Compiling entry function '_Z29kepler_scrypt_core_kernelB_LGILi1EL12MemoryAccess1ELi2EEvPjiij' for 'sm_30'
ptxas info : Used 30 registers, 344 bytes cmem[0], 1 textures
ptxas info : Compiling entry function '_Z29kepler_scrypt_core_kernelA_LGILi1EL12MemoryAccess1EEvPKjiij' for 'sm_30'
ptxas info : Used 25 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z29kepler_scrypt_core_kernelB_LGILi1EL12MemoryAccess1ELi0EEvPjiij' for 'sm_30'
ptxas info : Used 32 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi0EL12MemoryAccess0ELi0EEvPjii' for 'sm_30'
ptxas info : Used 32 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z29kepler_scrypt_core_kernelB_LGILi0EL12MemoryAccess0ELi1EEvPjiij' for 'sm_30'
ptxas info : Used 32 registers, 344 bytes cmem[0], 1 textures
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelAILi0EL12MemoryAccess0EEvPKjii' for 'sm_30'
ptxas info : Used 32 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi0EL12MemoryAccess0ELi2EEvPjii' for 'sm_30'
ptxas info : Used 28 registers, 340 bytes cmem[0], 1 textures
ptxas info : Compiling entry function '_Z26kepler_scrypt_core_kernelBILi0EL12MemoryAccess0ELi1EEvPjii' for 'sm_30'
ptxas info : Used 28 registers, 340 bytes cmem[0], 1 textures
ptxas info : Compiling entry function '_Z29kepler_scrypt_core_kernelB_LGILi0EL12MemoryAccess0ELi2EEvPjiij' for 'sm_30'
ptxas info : Used 31 registers, 344 bytes cmem[0], 1 textures
ptxas info : Compiling entry function '_Z29kepler_scrypt_core_kernelA_LGILi0EL12MemoryAccess0EEvPKjiij' for 'sm_30'
ptxas info : Used 28 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z29kepler_scrypt_core_kernelB_LGILi0EL12MemoryAccess0ELi0EEvPjiij' for 'sm_30'
ptxas info : Used 32 registers, 340 bytes cmem[0]
nvcc -O3 -Xptxas "-abi=no -v" -arch=compute_53 --maxrregcount=32 -I./compat/jansson -o test_kernel.o -c test_kernel.cu
nvcc -O3 -Xptxas "-abi=no -v" -arch=sm_30 --maxrregcount=63 -I./compat/jansson -o nv_kernel.o -c nv_kernel.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 368 bytes gmem, 33168 bytes cmem[3]
ptxas info : Compiling entry function '_Z22nv_scrypt_core_kernelBILi1ELi1EEvPjii' for 'sm_30'
ptxas info : Used 63 registers, 340 bytes cmem[0], 40 bytes lmem, 1 textures
ptxas info : Compiling entry function '_Z25nv_scrypt_core_kernelB_LGILi1ELi2EEvPjiij' for 'sm_30'
ptxas info : Used 63 registers, 344 bytes cmem[0], 4 bytes cmem[2], 104 bytes lmem, 1 textures
ptxas info : Compiling entry function '_Z25nv_scrypt_core_kernelA_LGILi1EEvPjiij' for 'sm_30'
ptxas info : Used 63 registers, 340 bytes cmem[0], 92 bytes lmem
ptxas info : Compiling entry function '_Z25nv_scrypt_core_kernelB_LGILi1ELi0EEvPjiij' for 'sm_30'
ptxas info : Used 63 registers, 340 bytes cmem[0], 100 bytes lmem
ptxas info : Compiling entry function '_Z22nv_scrypt_core_kernelBILi1ELi0EEvPjii' for 'sm_30'
ptxas info : Used 63 registers, 336 bytes cmem[0], 64 bytes lmem
ptxas info : Compiling entry function '_Z25nv_scrypt_core_kernelB_LGILi1ELi1EEvPjiij' for 'sm_30'
ptxas info : Used 63 registers, 344 bytes cmem[0], 104 bytes lmem, 1 textures
ptxas info : Compiling entry function '_Z22nv_scrypt_core_kernelBILi1ELi2EEvPjii' for 'sm_30'
ptxas info : Used 63 registers, 340 bytes cmem[0], 4 bytes cmem[2], 40 bytes lmem, 1 textures
ptxas info : Compiling entry function '_Z20kepler_blake256_hashPmjPjb' for 'sm_30'
ptxas info : Used 55 registers, 345 bytes cmem[0], 4 bytes cmem[2]
ptxas info : Compiling entry function '_Z22nv_scrypt_core_kernelAILi1EEvPjii' for 'sm_30'
ptxas info : Used 63 registers, 336 bytes cmem[0], 84 bytes lmem
ptxas info : Compiling entry function '_Z22nv_scrypt_core_kernelBILi0ELi1EEvPjii' for 'sm_30'
ptxas info : Used 63 registers, 340 bytes cmem[0], 40 bytes lmem, 1 textures
ptxas info : Compiling entry function '_Z25nv_scrypt_core_kernelB_LGILi0ELi2EEvPjiij' for 'sm_30'
ptxas info : Used 63 registers, 344 bytes cmem[0], 4 bytes cmem[2], 104 bytes lmem, 1 textures
ptxas info : Compiling entry function '_Z25nv_scrypt_core_kernelA_LGILi0EEvPjiij' for 'sm_30'
ptxas info : Used 63 registers, 340 bytes cmem[0], 92 bytes lmem
ptxas info : Compiling entry function '_Z25nv_scrypt_core_kernelB_LGILi0ELi0EEvPjiij' for 'sm_30'
ptxas info : Used 63 registers, 340 bytes cmem[0], 104 bytes lmem
ptxas info : Compiling entry function '_Z22nv_scrypt_core_kernelBILi0ELi0EEvPjii' for 'sm_30'
ptxas info : Used 63 registers, 336 bytes cmem[0], 64 bytes lmem
ptxas info : Compiling entry function '_Z25nv_scrypt_core_kernelB_LGILi0ELi1EEvPjiij' for 'sm_30'
ptxas info : Used 63 registers, 344 bytes cmem[0], 104 bytes lmem, 1 textures
ptxas info : Compiling entry function '_Z22nv_scrypt_core_kernelBILi0ELi2EEvPjii' for 'sm_30'
ptxas info : Used 63 registers, 340 bytes cmem[0], 4 bytes cmem[2], 40 bytes lmem, 1 textures
ptxas info : Compiling entry function '_Z18kepler_crypto_hashPmjPjb' for 'sm_30'
ptxas info : Used 63 registers, 345 bytes cmem[0], 36 bytes cmem[2], 440 bytes lmem
ptxas info : Compiling entry function '_Z22nv_scrypt_core_kernelAILi0EEvPjii' for 'sm_30'
ptxas info : Used 63 registers, 336 bytes cmem[0], 84 bytes lmem
nvcc -O3 -Xptxas "-abi=no -v" -arch=sm_35 --maxrregcount=80 -I./compat/jansson -o nv_kernel2.o -c nv_kernel2.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 368 bytes gmem, 33168 bytes cmem[3]
ptxas info : Compiling entry function '_Z26nv2_scrypt_core_kernelB_LGILi1EEvPjiij' for 'sm_35'
ptxas info : Used 80 registers, 340 bytes cmem[0], 36 bytes lmem
ptxas info : Compiling entry function '_Z26nv2_scrypt_core_kernelA_LGILi1EEvPjiij' for 'sm_35'
ptxas info : Used 80 registers, 340 bytes cmem[0], 64 bytes lmem
ptxas info : Compiling entry function '_Z23nv2_scrypt_core_kernelBILi1EEvPjii' for 'sm_35'
ptxas info : Used 79 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z23nv2_scrypt_core_kernelAILi1EEvPjii' for 'sm_35'
ptxas info : Used 80 registers, 336 bytes cmem[0], 68 bytes lmem
ptxas info : Compiling entry function '_Z19titan_blake256_hashPmjPjb' for 'sm_35'
ptxas info : Used 47 registers, 345 bytes cmem[0], 4 bytes cmem[2]
ptxas info : Compiling entry function '_Z26nv2_scrypt_core_kernelB_LGILi0EEvPjiij' for 'sm_35'
ptxas info : Used 80 registers, 340 bytes cmem[0], 40 bytes lmem
ptxas info : Compiling entry function '_Z26nv2_scrypt_core_kernelA_LGILi0EEvPjiij' for 'sm_35'
ptxas info : Used 80 registers, 340 bytes cmem[0], 64 bytes lmem
ptxas info : Compiling entry function '_Z23nv2_scrypt_core_kernelBILi0EEvPjii' for 'sm_35'
ptxas info : Used 80 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z23nv2_scrypt_core_kernelAILi0EEvPjii' for 'sm_35'
ptxas info : Used 80 registers, 336 bytes cmem[0], 48 bytes lmem
ptxas info : Compiling entry function '_Z17titan_crypto_hashPmjPjb' for 'sm_35'
ptxas info : Used 78 registers, 345 bytes cmem[0]
nvcc -O3 -Xptxas "-abi=no -v" -arch=sm_35 --maxrregcount=32 -I./compat/jansson -o titan_kernel.o -c titan_kernel.cu
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 368 bytes gmem, 32788 bytes cmem[3]
ptxas info : Compiling entry function '_Z25titan_scrypt_core_kernelBILi1EL12MemoryAccess1EEvPjii' for 'sm_35'
ptxas info : Used 31 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z25titan_scrypt_core_kernelAILi1EL12MemoryAccess1EEvPKjii' for 'sm_35'
ptxas info : Used 30 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z28titan_scrypt_core_kernelB_LGILi1EL12MemoryAccess1EEvPjiij' for 'sm_35'
ptxas info : Used 32 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z28titan_scrypt_core_kernelA_LGILi1EL12MemoryAccess1EEvPKjiij' for 'sm_35'
ptxas info : Used 25 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z25titan_scrypt_core_kernelBILi0EL12MemoryAccess0EEvPjii' for 'sm_35'
ptxas info : Used 30 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z25titan_scrypt_core_kernelAILi0EL12MemoryAccess0EEvPKjii' for 'sm_35'
ptxas info : Used 32 registers, 336 bytes cmem[0]
ptxas info : Compiling entry function '_Z28titan_scrypt_core_kernelB_LGILi0EL12MemoryAccess0EEvPjiij' for 'sm_35'
ptxas info : Used 32 registers, 340 bytes cmem[0]
ptxas info : Compiling entry function '_Z28titan_scrypt_core_kernelA_LGILi0EL12MemoryAccess0EEvPKjiij' for 'sm_35'
ptxas info : Used 28 registers, 340 bytes cmem[0]
g++ -O3 -pthread -L/usr/local/cuda/lib64 -o cudaminer cudaminer-cpu-miner.o cudaminer-util.o wrapnvml.o cudaminer-sha2.o cudaminer-scrypt.o cudaminer-maxcoin.o cudaminer-blakecoin.o cudaminer-sha3.o cudaminer-scrypt-jane.o salsa_kernel.o sha256.o keccak.o blake.o cudaminer-blake.o fermi_kernel.o kepler_kernel.o test_kernel.o nv_kernel.o nv_kernel2.o titan_kernel.o -lcurl compat/jansson/libjansson.a -lpthread -lcudart -fopenmp -lcrypto -lssl -ldl -lcrypto -lssl
/usr/bin/ld: warning: libssl.so.1.0.2, needed by /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libcurl.so, may conflict with libssl.so.1.1
/usr/bin/ld: warning: libssl.so.1.0.2, needed by /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libcurl.so, may conflict with libssl.so.1.1
/usr/bin/ld: warning: libcrypto.so.1.0.2, needed by /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libcurl.so, may conflict with libcrypto.so.1.1
/usr/bin/ld: warning: libcrypto.so.1.0.2, needed by /usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/libcurl.so, may conflict with libcrypto.so.1.1
/usr/bin/ld: wrapnvml.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: salsa_kernel.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: sha256.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: keccak.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: blake.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: fermi_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: kepler_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: test_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: nv_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: nv_kernel2.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: titan_kernel.o: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
Makefile:508: recipe for target 'cudaminer' failed
make[2]: *** [cudaminer] Error 1
make[2]: Leaving directory '/home/darael/src/CudaMiner'
Makefile:688: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/darael/src/CudaMiner'
Makefile:412: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
(note that per #153 I have adjusted Makefile.in (and thus the makefile) to use
compute_52
in place ofcompute_10
)Full compilation output:
The text was updated successfully, but these errors were encountered: