Package Details: cudaminer-git 209.746a773-4

Git Clone URL: https://aur.archlinux.org/cudaminer-git.git (read-only, click to copy)
Package Base: cudaminer-git
Description: CUDA accelerated mining application for scrypt coins(Litecoin etc.).
Upstream URL: https://github.com/cbuchner1/CudaMiner
Licenses: GPL
Submitter: petronny
Maintainer: None
Last Packager: petronny
Votes: 5
Popularity: 0.000000
First Submitted: 2016-02-23 08:51 (UTC)
Last Updated: 2017-08-07 09:42 (UTC)

Latest Comments

jachymb commented on 2021-04-22 08:12 (UTC)

I cannot build it, fails with an error.

g++ -DHAVE_CONFIG_H -I.  -msse2  -fopenmp -pthread -fno-strict-aliasing  -DSCRYPT_KECCAK512 -DSCRYPT_CHACHA -DSCRYPT_CHOOSE_COMPILETIME -D_FORTIFY_SOURCE=2  -march=native -mtune=native -O2 -pipe -fno-plt -MT cudaminer-blakecoin.o -MD -MP -MF .deps/cudaminer-blakecoin.Tpo -c -o cudaminer-blakecoin.o `test -f 'blakecoin.cpp' || echo './'`blakecoin.cpp
ptxas error   : Invalid value 'no' for option -abi.
ptxas fatal   : Ptx assembly aborted due to errors
make[2]: *** [Makefile:1151: wrapnvml.o] Error 255
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/cudaminer-blakecoin.Tpo .deps/cudaminer-blakecoin.Po
mv -f .deps/cudaminer-cpu-miner.Tpo .deps/cudaminer-cpu-miner.Po
mv -f .deps/cudaminer-util.Tpo .deps/cudaminer-util.Po
mv -f .deps/cudaminer-sha2.Tpo .deps/cudaminer-sha2.Po
mv -f .deps/cudaminer-scrypt.Tpo .deps/cudaminer-scrypt.Po
make[2]: Leaving directory '~/.cache/yay/cudaminer-git/src/CudaMiner'
make[1]: *** [Makefile:705: all-recursive] Error 1
make[1]: Leaving directory '~/.cache/yay/cudaminer-git/src/CudaMiner'
make: *** [Makefile:423: all] Error 2

petronny commented on 2017-08-07 09:43 (UTC)

@stilley2 I have added your patch. Thank you.

stilley2 commented on 2017-08-04 03:23 (UTC)

@pyroclast: I'm not sure if this is the best way, but I was able to get past this by adding ` --compiler-options="-fPIC"` after `$(NVCC)` in Makefile.am.

pyroclast commented on 2017-06-04 00:21 (UTC)

Can't compile, resolved some cuda location issues now I get an error: /usr/bin/ld: final link failed: Nonrepresentable section on output. Suggestions? g++ -g -O2 -pthread -L/opt/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 -ljansson -lpthread -lcudart -fopenmp -lcrypto -lssl -ldl -lcrypto -lssl /usr/bin/ld: wrapnvml.o: relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: salsa_kernel.o: relocation R_X86_64_32 against `.rodata.str1.8' 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_32 against symbol `_Z18cuda_blake256_hashPmjPjb' 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 make[2]: *** [Makefile:510: cudaminer] Error 1 make[2]: Leaving directory '/home/pyroclast/.cache/pacaur/cudaminer-git/src/CudaMiner' make[1]: *** [Makefile:689: all-recursive] Error 1 make[1]: Leaving directory '/home/pyroclast/.cache/pacaur/cudaminer-git/src/CudaMiner' make: *** [Makefile:413: all] Error 2