Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.18 KB | None | 0 0
  1. make: *** No targets specified and no makefile found. Stop.
  2. root@vps148794:~/cpuminer-opt-3.7.10# ./configure --with-curl
  3. checking build system type... x86_64-unknown-linux-gnu
  4. checking host system type... x86_64-unknown-linux-gnu
  5. checking target system type... x86_64-unknown-linux-gnu
  6. checking for a BSD-compatible install... /usr/bin/install -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /bin/mkdir -p
  9. checking for gawk... no
  10. checking for mawk... mawk
  11. checking whether make sets $(MAKE)... yes
  12. checking whether to enable maintainer-specific portions of Makefiles... no
  13. checking for style of include used by make... GNU
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking dependency style of gcc... gcc3
  24. checking for gcc option to accept ISO C99... -std=gnu99
  25. checking how to run the C preprocessor... gcc -std=gnu99 -E
  26. checking for grep that handles long lines and -e... /bin/grep
  27. checking for egrep... /bin/grep -E
  28. checking whether gcc -std=gnu99 needs -traditional... no
  29. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  30. checking dependency style of gcc -std=gnu99... gcc3
  31. checking for ranlib... ranlib
  32. checking for g++... g++
  33. checking whether we are using the GNU C++ compiler... yes
  34. checking whether g++ accepts -g... yes
  35. checking dependency style of g++... gcc3
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking sys/endian.h usability... no
  47. checking sys/endian.h presence... no
  48. checking for sys/endian.h... no
  49. checking sys/param.h usability... yes
  50. checking sys/param.h presence... yes
  51. checking for sys/param.h... yes
  52. checking syslog.h usability... yes
  53. checking syslog.h presence... yes
  54. checking for syslog.h... yes
  55. checking for sys/sysctl.h... yes
  56. checking whether be32dec is declared... no
  57. checking whether le32dec is declared... no
  58. checking whether be32enc is declared... no
  59. checking whether le32enc is declared... no
  60. checking whether le16dec is declared... no
  61. checking whether le16enc is declared... no
  62. checking for size_t... yes
  63. checking for working alloca.h... yes
  64. checking for alloca... yes
  65. checking for getopt_long... yes
  66. checking whether we can compile AVX code... yes
  67. checking whether we can compile XOP code... yes
  68. checking whether we can compile AVX2 code... yes
  69. checking for json_loads in -ljansson... yes
  70. checking for pthread_create in -lpthread... yes
  71. checking whether __uint128_t is supported... yes
  72. configure: creating ./config.status
  73. config.status: creating Makefile
  74. config.status: creating compat/Makefile
  75. config.status: creating compat/jansson/Makefile
  76. config.status: creating cpuminer-config.h
  77. config.status: executing depfiles commands
  78. root@vps148794:~/cpuminer-opt-3.7.10# make
  79. make all-recursive
  80. make[1]: Entering directory `/root/cpuminer-opt-3.7.10'
  81. Making all in compat
  82. make[2]: Entering directory `/root/cpuminer-opt-3.7.10/compat'
  83. make[3]: Entering directory `/root/cpuminer-opt-3.7.10/compat'
  84. make[3]: Nothing to be done for `all-am'.
  85. make[3]: Leaving directory `/root/cpuminer-opt-3.7.10/compat'
  86. make[2]: Leaving directory `/root/cpuminer-opt-3.7.10/compat'
  87. make[2]: Entering directory `/root/cpuminer-opt-3.7.10'
  88. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iye s/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT cpuminer-cpu-miner.o -MD -MP -MF .deps/cpuminer-cpu-miner.Tpo -c -o cpuminer-cp u-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
  89. mv -f .deps/cpuminer-cpu-miner.Tpo .deps/cpuminer-cpu-miner.Po
  90. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT cpuminer-util.o -MD -MP -MF .deps/cpuminer-util.Tpo -c -o cpuminer-util.o `test -f 'util.c' || echo './'`util.c
  91. util.c: In function ‘applog’:
  92. util.c:107:4: warning: implicit declaration of function ‘syslog’ [-Wimplicit-function-declaration]
  93. mv -f .deps/cpuminer-util.Tpo .deps/cpuminer-util.Po
  94. g++ -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -g -O2 -MT cpuminer-uint256.o -MD -MP -MF .deps/cpuminer-uint256.Tpo -c -o cpuminer-uint256.o `test -f 'uint256.cpp' || echo './'`uint256.cpp
  95. mv -f .deps/cpuminer-uint256.Tpo .deps/cpuminer-uint256.Po
  96. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT cpuminer-api.o -MD -MP -MF .deps/cpuminer-api.Tpo -c -o cpuminer-api.o `test -f 'api.c' || echo './'`api.c
  97. mv -f .deps/cpuminer-api.Tpo .deps/cpuminer-api.Po
  98. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT cpuminer-sysinfos.o -MD -MP -MF .deps/cpuminer-sysinfos.Tpo -c -o cpuminer-sysinfos.o `test -f 'sysinfos.c' || echo './'`sysinfos.c
  99. mv -f .deps/cpuminer-sysinfos.Tpo .deps/cpuminer-sysinfos.Po
  100. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT cpuminer-algo-gate-api.o -MD -MP -MF .deps/cpuminer-algo-gate-api.Tpo -c -o cpuminer-algo-gate-api.o `test -f 'algo-gate-api.c' || echo './'`algo-gate-api.c
  101. mv -f .deps/cpuminer-algo-gate-api.Tpo .deps/cpuminer-algo-gate-api.Po
  102. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-blake2s.o -MD -MP -MF crypto/.deps/cpuminer-blake2s.Tpo -c -o crypto/cpuminer-blake2s.o `test -f 'crypto/blake2s.c' || echo './'`crypto/blake2s.c
  103. mv -f crypto/.deps/cpuminer-blake2s.Tpo crypto/.deps/cpuminer-blake2s.Po
  104. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-oaes_lib.o -MD -MP -MF crypto/.deps/cpuminer-oaes_lib.Tpo -c -o crypto/cpuminer-oaes_lib.o `test -f 'crypto/oaes_lib.c' || echo './'`crypto/oaes_lib.c
  105. mv -f crypto/.deps/cpuminer-oaes_lib.Tpo crypto/.deps/cpuminer-oaes_lib.Po
  106. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-c_keccak.o -MD -MP -MF crypto/.deps/cpuminer-c_keccak.Tpo -c -o crypto/cpuminer-c_keccak.o `test -f 'crypto/c_keccak.c' || echo './'`crypto/c_keccak.c
  107. mv -f crypto/.deps/cpuminer-c_keccak.Tpo crypto/.deps/cpuminer-c_keccak.Po
  108. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-c_groestl.o -MD -MP -MF crypto/.deps/cpuminer-c_groestl.Tpo -c -o crypto/cpuminer-c_groestl.o `test -f 'crypto/c_groestl.c' || echo './'`crypto/c_groestl.c
  109. mv -f crypto/.deps/cpuminer-c_groestl.Tpo crypto/.deps/cpuminer-c_groestl.Po
  110. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-c_blake256.o -MD -MP -MF crypto/.deps/cpuminer-c_blake256.Tpo -c -o crypto/cpuminer-c_blake256.o `test -f 'crypto/c_blake256.c' || echo './'`crypto/c_blake256.c
  111. mv -f crypto/.deps/cpuminer-c_blake256.Tpo crypto/.deps/cpuminer-c_blake256.Po
  112. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-c_jh.o -MD -MP -MF crypto/.deps/cpuminer-c_jh.Tpo -c -o crypto/cpuminer-c_jh.o `test -f 'crypto/c_jh.c' || echo './'`crypto/c_jh.c
  113. mv -f crypto/.deps/cpuminer-c_jh.Tpo crypto/.deps/cpuminer-c_jh.Po
  114. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-c_skein.o -MD -MP -MF crypto/.deps/cpuminer-c_skein.Tpo -c -o crypto/cpuminer-c_skein.o `test -f 'crypto/c_skein.c' || echo './'`crypto/c_skein.c
  115. mv -f crypto/.deps/cpuminer-c_skein.Tpo crypto/.deps/cpuminer-c_skein.Po
  116. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-hash.o -MD -MP -MF crypto/.deps/cpuminer-hash.Tpo -c -o crypto/cpuminer-hash.o `test -f 'crypto/hash.c' || echo './'`crypto/hash.c
  117. mv -f crypto/.deps/cpuminer-hash.Tpo crypto/.deps/cpuminer-hash.Po
  118. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT crypto/cpuminer-aesb.o -MD -MP -MF crypto/.deps/cpuminer-aesb.Tpo -c -o crypto/cpuminer-aesb.o `test -f 'crypto/aesb.c' || echo './'`crypto/aesb.c
  119. mv -f crypto/.deps/cpuminer-aesb.Tpo crypto/.deps/cpuminer-aesb.Po
  120. g++ -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -g -O2 -MT crypto/cpuminer-magimath.o -MD -MP -MF crypto/.deps/cpuminer-magimath.Tpo -c -o crypto/cpuminer-magimath.o `test -f 'crypto/magimath.cpp' || echo './'`crypto/magimath.cpp
  121. mv -f crypto/.deps/cpuminer-magimath.Tpo crypto/.deps/cpuminer-magimath.Po
  122. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/argon2/cpuminer-argon2a.o -MD -MP -MF algo/argon2/.deps/cpuminer-argon2a.Tpo -c -o algo/argon2/cpuminer-argon2a.o `test -f 'algo/argon2/argon2a.c' || echo './'`algo/argon2/argon2a.c
  123. mv -f algo/argon2/.deps/cpuminer-argon2a.Tpo algo/argon2/.deps/cpuminer-argon2a.Po
  124. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/argon2/ar2/cpuminer-argon2.o -MD -MP -MF algo/argon2/ar2/.deps/cpuminer-argon2.Tpo -c -o algo/argon2/ar2/cpuminer-argon2.o `test -f 'algo/argon2/ar2/argon2.c' || echo './'`algo/argon2/ar2/argon2.c
  125. mv -f algo/argon2/ar2/.deps/cpuminer-argon2.Tpo algo/argon2/ar2/.deps/cpuminer-argon2.Po
  126. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/argon2/ar2/cpuminer-opt.o -MD -MP -MF algo/argon2/ar2/.deps/cpuminer-opt.Tpo -c -o algo/argon2/ar2/cpuminer-opt.o `test -f 'algo/argon2/ar2/opt.c' || echo './'`algo/argon2/ar2/opt.c
  127. mv -f algo/argon2/ar2/.deps/cpuminer-opt.Tpo algo/argon2/ar2/.deps/cpuminer-opt.Po
  128. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/argon2/ar2/cpuminer-cores.o -MD -MP -MF algo/argon2/ar2/.deps/cpuminer-cores.Tpo -c -o algo/argon2/ar2/cpuminer-cores.o `test -f 'algo/argon2/ar2/cores.c' || echo './'`algo/argon2/ar2/cores.c
  129. mv -f algo/argon2/ar2/.deps/cpuminer-cores.Tpo algo/argon2/ar2/.deps/cpuminer-cores.Po
  130. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o -MD -MP -MF algo/argon2/ar2/.deps/cpuminer-ar2-scrypt-jane.Tpo -c -o algo/argon2/ar2/cpuminer-ar2-scrypt-jane.o `test -f 'algo/argon2/ar2/ar2-scrypt-jane.c' || echo './'`algo/argon2/ar2/ar2-scrypt-jane.c
  131. mv -f algo/argon2/ar2/.deps/cpuminer-ar2-scrypt-jane.Tpo algo/argon2/ar2/.deps/cpuminer-ar2-scrypt-jane.Po
  132. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/argon2/ar2/cpuminer-blake2b.o -MD -MP -MF algo/argon2/ar2/.deps/cpuminer-blake2b.Tpo -c -o algo/argon2/ar2/cpuminer-blake2b.o `test -f 'algo/argon2/ar2/blake2b.c' || echo './'`algo/argon2/ar2/blake2b.c
  133. mv -f algo/argon2/ar2/.deps/cpuminer-blake2b.Tpo algo/argon2/ar2/.deps/cpuminer-blake2b.Po
  134. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-sph_blake.o -MD -MP -MF algo/blake/.deps/cpuminer-sph_blake.Tpo -c -o algo/blake/cpuminer-sph_blake.o `test -f 'algo/blake/sph_blake.c' || echo './'`algo/blake/sph_blake.c
  135. mv -f algo/blake/.deps/cpuminer-sph_blake.Tpo algo/blake/.deps/cpuminer-sph_blake.Po
  136. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blake-hash-4way.o -MD -MP -MF algo/blake/.deps/cpuminer-blake-hash-4way.Tpo -c -o algo/blake/cpuminer-blake-hash-4way.o `test -f 'algo/blake/blake-hash-4way.c' || echo './'`algo/blake/blake-hash-4way.c
  137. mv -f algo/blake/.deps/cpuminer-blake-hash-4way.Tpo algo/blake/.deps/cpuminer-blake-hash-4way.Po
  138. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blake-gate.o -MD -MP -MF algo/blake/.deps/cpuminer-blake-gate.Tpo -c -o algo/blake/cpuminer-blake-gate.o `test -f 'algo/blake/blake-gate.c' || echo './'`algo/blake/blake-gate.c
  139. mv -f algo/blake/.deps/cpuminer-blake-gate.Tpo algo/blake/.deps/cpuminer-blake-gate.Po
  140. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blake.o -MD -MP -MF algo/blake/.deps/cpuminer-blake.Tpo -c -o algo/blake/cpuminer-blake.o `test -f 'algo/blake/blake.c' || echo './'`algo/blake/blake.c
  141. mv -f algo/blake/.deps/cpuminer-blake.Tpo algo/blake/.deps/cpuminer-blake.Po
  142. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blake-4way.o -MD -MP -MF algo/blake/.deps/cpuminer-blake-4way.Tpo -c -o algo/blake/cpuminer-blake-4way.o `test -f 'algo/blake/blake-4way.c' || echo './'`algo/blake/blake-4way.c
  143. mv -f algo/blake/.deps/cpuminer-blake-4way.Tpo algo/blake/.deps/cpuminer-blake-4way.Po
  144. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-sph_blake2b.o -MD -MP -MF algo/blake/.deps/cpuminer-sph_blake2b.Tpo -c -o algo/blake/cpuminer-sph_blake2b.o `test -f 'algo/blake/sph_blake2b.c' || echo './'`algo/blake/sph_blake2b.c
  145. mv -f algo/blake/.deps/cpuminer-sph_blake2b.Tpo algo/blake/.deps/cpuminer-sph_blake2b.Po
  146. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blake2b.o -MD -MP -MF algo/blake/.deps/cpuminer-blake2b.Tpo -c -o algo/blake/cpuminer-blake2b.o `test -f 'algo/blake/blake2b.c' || echo './'`algo/blake/blake2b.c
  147. mv -f algo/blake/.deps/cpuminer-blake2b.Tpo algo/blake/.deps/cpuminer-blake2b.Po
  148. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blake2s.o -MD -MP -MF algo/blake/.deps/cpuminer-blake2s.Tpo -c -o algo/blake/cpuminer-blake2s.o `test -f 'algo/blake/blake2s.c' || echo './'`algo/blake/blake2s.c
  149. mv -f algo/blake/.deps/cpuminer-blake2s.Tpo algo/blake/.deps/cpuminer-blake2s.Po
  150. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blakecoin-gate.o -MD -MP -MF algo/blake/.deps/cpuminer-blakecoin-gate.Tpo -c -o algo/blake/cpuminer-blakecoin-gate.o `test -f 'algo/blake/blakecoin-gate.c' || echo './'`algo/blake/blakecoin-gate.c
  151. mv -f algo/blake/.deps/cpuminer-blakecoin-gate.Tpo algo/blake/.deps/cpuminer-blakecoin-gate.Po
  152. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-mod_blakecoin.o -MD -MP -MF algo/blake/.deps/cpuminer-mod_blakecoin.Tpo -c -o algo/blake/cpuminer-mod_blakecoin.o `test -f 'algo/blake/mod_blakecoin.c' || echo './'`algo/blake/mod_blakecoin.c
  153. mv -f algo/blake/.deps/cpuminer-mod_blakecoin.Tpo algo/blake/.deps/cpuminer-mod_blakecoin.Po
  154. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blakecoin.o -MD -MP -MF algo/blake/.deps/cpuminer-blakecoin.Tpo -c -o algo/blake/cpuminer-blakecoin.o `test -f 'algo/blake/blakecoin.c' || echo './'`algo/blake/blakecoin.c
  155. mv -f algo/blake/.deps/cpuminer-blakecoin.Tpo algo/blake/.deps/cpuminer-blakecoin.Po
  156. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-blakecoin-4way.o -MD -MP -MF algo/blake/.deps/cpuminer-blakecoin-4way.Tpo -c -o algo/blake/cpuminer-blakecoin-4way.o `test -f 'algo/blake/blakecoin-4way.c' || echo './'`algo/blake/blakecoin-4way.c
  157. mv -f algo/blake/.deps/cpuminer-blakecoin-4way.Tpo algo/blake/.deps/cpuminer-blakecoin-4way.Po
  158. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-decred-gate.o -MD -MP -MF algo/blake/.deps/cpuminer-decred-gate.Tpo -c -o algo/blake/cpuminer-decred-gate.o `test -f 'algo/blake/decred-gate.c' || echo './'`algo/blake/decred-gate.c
  159. mv -f algo/blake/.deps/cpuminer-decred-gate.Tpo algo/blake/.deps/cpuminer-decred-gate.Po
  160. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-decred.o -MD -MP -MF algo/blake/.deps/cpuminer-decred.Tpo -c -o algo/blake/cpuminer-decred.o `test -f 'algo/blake/decred.c' || echo './'`algo/blake/decred.c
  161. mv -f algo/blake/.deps/cpuminer-decred.Tpo algo/blake/.deps/cpuminer-decred.Po
  162. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-decred-4way.o -MD -MP -MF algo/blake/.deps/cpuminer-decred-4way.Tpo -c -o algo/blake/cpuminer-decred-4way.o `test -f 'algo/blake/decred-4way.c' || echo './'`algo/blake/decred-4way.c
  163. mv -f algo/blake/.deps/cpuminer-decred-4way.Tpo algo/blake/.deps/cpuminer-decred-4way.Po
  164. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-pentablake-gate.o -MD -MP -MF algo/blake/.deps/cpuminer-pentablake-gate.Tpo -c -o algo/blake/cpuminer-pentablake-gate.o `test -f 'algo/blake/pentablake-gate.c' || echo './'`algo/blake/pentablake-gate.c
  165. mv -f algo/blake/.deps/cpuminer-pentablake-gate.Tpo algo/blake/.deps/cpuminer-pentablake-gate.Po
  166. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-pentablake-4way.o -MD -MP -MF algo/blake/.deps/cpuminer-pentablake-4way.Tpo -c -o algo/blake/cpuminer-pentablake-4way.o `test -f 'algo/blake/pentablake-4way.c' || echo './'`algo/blake/pentablake-4way.c
  167. mv -f algo/blake/.deps/cpuminer-pentablake-4way.Tpo algo/blake/.deps/cpuminer-pentablake-4way.Po
  168. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/blake/cpuminer-pentablake.o -MD -MP -MF algo/blake/.deps/cpuminer-pentablake.Tpo -c -o algo/blake/cpuminer-pentablake.o `test -f 'algo/blake/pentablake.c' || echo './'`algo/blake/pentablake.c
  169. mv -f algo/blake/.deps/cpuminer-pentablake.Tpo algo/blake/.deps/cpuminer-pentablake.Po
  170. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/bmw/cpuminer-sph_bmw.o -MD -MP -MF algo/bmw/.deps/cpuminer-sph_bmw.Tpo -c -o algo/bmw/cpuminer-sph_bmw.o `test -f 'algo/bmw/sph_bmw.c' || echo './'`algo/bmw/sph_bmw.c
  171. mv -f algo/bmw/.deps/cpuminer-sph_bmw.Tpo algo/bmw/.deps/cpuminer-sph_bmw.Po
  172. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/bmw/cpuminer-bmw-hash-4way.o -MD -MP -MF algo/bmw/.deps/cpuminer-bmw-hash-4way.Tpo -c -o algo/bmw/cpuminer-bmw-hash-4way.o `test -f 'algo/bmw/bmw-hash-4way.c' || echo './'`algo/bmw/bmw-hash-4way.c
  173. mv -f algo/bmw/.deps/cpuminer-bmw-hash-4way.Tpo algo/bmw/.deps/cpuminer-bmw-hash-4way.Po
  174. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/bmw/cpuminer-bmw256.o -MD -MP -MF algo/bmw/.deps/cpuminer-bmw256.Tpo -c -o algo/bmw/cpuminer-bmw256.o `test -f 'algo/bmw/bmw256.c' || echo './'`algo/bmw/bmw256.c
  175. mv -f algo/bmw/.deps/cpuminer-bmw256.Tpo algo/bmw/.deps/cpuminer-bmw256.Po
  176. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/cryptonight/cpuminer-cryptolight.o -MD -MP -MF algo/cryptonight/.deps/cpuminer-cryptolight.Tpo -c -o algo/cryptonight/cpuminer-cryptolight.o `test -f 'algo/cryptonight/cryptolight.c' || echo './'`algo/cryptonight/cryptolight.c
  177. mv -f algo/cryptonight/.deps/cpuminer-cryptolight.Tpo algo/cryptonight/.deps/cpuminer-cryptolight.Po
  178. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/cryptonight/cpuminer-cryptonight-common.o -MD -MP -MF algo/cryptonight/.deps/cpuminer-cryptonight-common.Tpo -c -o algo/cryptonight/cpuminer-cryptonight-common.o `test -f 'algo/cryptonight/cryptonight-common.c' || echo './'`algo/cryptonight/cryptonight-common.c
  179. mv -f algo/cryptonight/.deps/cpuminer-cryptonight-common.Tpo algo/cryptonight/.deps/cpuminer-cryptonight-common.Po
  180. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -g -O2 -Iyes/include -MT algo/cryptonight/cpuminer-cryptonight-aesni.o -MD -MP -MF algo/cryptonight/.deps/cpuminer-cryptonight-aesni.Tpo -c -o algo/cryptonight/cpuminer-cryptonight-aesni.o `test -f 'algo/cryptonight/cryptonight-aesni.c' || echo './'`algo/cryptonight/cryptonight-aesni.c
  181. In file included from algo/cryptonight/cryptonight-aesni.c:6:0:
  182. ./avxdefs.h: In function ‘mm_byteswap_64’:
  183. ./avxdefs.h:296:3: warning: implicit declaration of function ‘_mm_shuffle_epi8’ [-Wimplicit-function-declaration]
  184. ./avxdefs.h:296:3: error: incompatible types when returning type ‘int’ but ‘__m128i’ was expected
  185. ./avxdefs.h: In function ‘mm_byteswap_32’:
  186. ./avxdefs.h:303:3: error: incompatible types when returning type ‘int’ but ‘__m128i’ was expected
  187. ./avxdefs.h: In function ‘mm_byteswap_16’:
  188. ./avxdefs.h:310:3: error: incompatible types when returning type ‘int’ but ‘__m128i’ was expected
  189. make[2]: *** [algo/cryptonight/cpuminer-cryptonight-aesni.o] Error 1
  190. make[2]: Leaving directory `/root/cpuminer-opt-3.7.10'
  191. make[1]: *** [all-recursive] Error 1
  192. make[1]: Leaving directory `/root/cpuminer-opt-3.7.10'
  193. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement