-
-
Save marcinwol/073f7cff475b33e9c7bc to your computer and use it in GitHub Desktop.
| # get git to install it | |
| sudo apt-get install git | |
| # dependencies | |
| sudo apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev | |
| # download latest version | |
| git clone https://github.com/wolf9466/cpuminer-multi | |
| cd cpuminer-multi/ | |
| # compile | |
| ./autogen.sh | |
| CFLAGS="-march=native" ./configure | |
| make | |
| #install | |
| sudo make install | |
Hello everybody,
I get an unexpected compiling error:
In file included from cryptonight_aesni.c:2:0:
cryptonight.h:65:6: note: expected ‘uint64_t *’ but argument is of type ‘union hash_state *’
cryptonight_aesni.c:166:4: error: impossible register constraint in ‘asm’
cryptonight_aesni.c:222:1: error: impossible register constraint in ‘asm’
cryptonight_aesni.c:222:1: error: impossible register constraint in ‘asm’
cryptonight_aesni.c:166:4: error: impossible register constraint in ‘asm’
cryptonight_aesni.c:222:1: error: impossible register constraint in ‘asm’
cryptonight_aesni.c:222:1: error: impossible register constraint in ‘asm’
make[1]: *** [minerd-cryptonight_aesni.o] Error 1
make[1]: se sale del directorio `/home/pepe/cpuminer-multi'
make: *** [install-recursive] Error 1
All the previous steps went web (autogen, configure...).
Thank you very much.
А ты прикольный =)