Author

Topic: [ANN]: cpuminer-opt v3.8.8.1, open source optimized multi-algo CPU miner - page 167. (Read 444040 times)

legendary
Activity: 1470
Merit: 1114
Why not publish the compiled version?

If you mean Windows it's because it won't compile in Windows. If you mean Linux you get
better performance compiling yourself.

What algo are you working on now?

None at the moment, hmq1725 was last adddition and lyra2v2 the last optimization.
legendary
Activity: 1470
Merit: 1114
Why not publish the compiled version?

If you mean Windows it's because it won't compile in Windows. If you mean Linux you get
better performance compiling yourself.
full member
Activity: 168
Merit: 100
Why not publish the compiled version?
legendary
Activity: 1470
Merit: 1114
Next is to load the source, not sure how to do that.

If you're not familiar with version control concept in general, I suggest you read this book -- https://git-scm.com/book/en/v2 -- electronic versions are free.

If you just don't know git but had experience with other version control systems, a git cheat sheet like this should be enough -- http://zeroturnaround.com/wp-content/uploads/2016/05/Git-Cheat-Sheet-by-RebelLabs.png

github, at it's core, is just hosting for your git repositories, with nice UI.

Thanks for the links, I'll read up.
member
Activity: 83
Merit: 10
Next is to load the source, not sure how to do that.

If you're not familiar with version control concept in general, I suggest you read this book -- https://git-scm.com/book/en/v2 -- electronic versions are free.

If you just don't know git but had experience with other version control systems, a git cheat sheet like this should be enough -- http://zeroturnaround.com/wp-content/uploads/2016/05/Git-Cheat-Sheet-by-RebelLabs.png

github, at it's core, is just hosting for your git repositories, with nice UI.
legendary
Activity: 1470
Merit: 1114
legendary
Activity: 1470
Merit: 1114

Thanks for the link. I think I'll include it in the README file, assuming people actually read it.

On github, readme is automatically shown.

You can make a nice looking page like this one -- https://github.com/hmage/cpuminer-opt

If you keep poking me about github I'll have to ask you to help me set it up. I want to wait until
releases slow down because I don't want to deal with learning github while also doing dev on
the miner.

I've already created an account and repository:

https://github.com/JayDDee

Next is to load the source, not sure how to do that.
member
Activity: 83
Merit: 10

Thanks for the link. I think I'll include it in the README file, assuming people actually read it.

On github, readme is automatically shown.

You can make a nice looking page like this one -- https://github.com/hmage/cpuminer-opt
legendary
Activity: 1470
Merit: 1114
[deleted]

Please be respectuful and not post entire compile sessions. I didn't even look at it. If you have a problem
pleaes explain it and post only the errors.
legendary
Activity: 1470
Merit: 1114

Thanks for the link. I think I'll include it in the README file, assuming people actually read it.
full member
Activity: 168
Merit: 100
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$ ./autogen.sh
./autogen.sh: 8: ./autogen.sh: aclocal: not found
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$ ./configure CFLAGS="-O3 -march=native" --with-crypto --with-curl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking whether le16dec is declared... no
checking whether le16enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking whether __uint128_t is supported... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: executing depfiles commands
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$ make
make  all-recursive
make[1]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Making all in compat
make[2]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat'
Making all in jansson
make[3]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat/jansson'
depbase=`echo dump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT dump.o -MD -MP -MF $depbase.Tpo -c -o dump.o dump.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT error.o -MD -MP -MF $depbase.Tpo -c -o error.o error.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo hashtable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT hashtable.o -MD -MP -MF $depbase.Tpo -c -o hashtable.o hashtable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT load.o -MD -MP -MF $depbase.Tpo -c -o load.o load.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo memory.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT memory.o -MD -MP -MF $depbase.Tpo -c -o memory.o memory.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pack_unpack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT pack_unpack.o -MD -MP -MF $depbase.Tpo -c -o pack_unpack.o pack_unpack.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strbuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT strbuffer.o -MD -MP -MF $depbase.Tpo -c -o strbuffer.o strbuffer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strconv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT strconv.o -MD -MP -MF $depbase.Tpo -c -o strconv.o strconv.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo utf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT utf.o -MD -MP -MF $depbase.Tpo -c -o utf.o utf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo value.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT value.o -MD -MP -MF $depbase.Tpo -c -o value.o value.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libjansson.a
ar cru libjansson.a dump.o error.o hashtable.o load.o memory.o pack_unpack.o strbuffer.o strconv.o utf.o value.o
ar: `u' 修饰符被忽略,因为 `D' 为默认(参见 `U')
ranlib libjansson.a
make[3]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat/jansson'
make[3]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat'
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat'
make[2]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT cpuminer-cpu-miner.o -MD -MP -MF .deps/cpuminer-cpu-miner.Tpo -c -o cpuminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
mv -f .deps/cpuminer-cpu-miner.Tpo .deps/cpuminer-cpu-miner.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
util.c: In function ‘applog’:
util.c:106:4: warning: implicit declaration of function ‘syslog’ [-Wimplicit-function-declaration]
    syslog(prio, "%s", buf);
    ^
mv -f .deps/cpuminer-util.Tpo .deps/cpuminer-util.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -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
mv -f .deps/cpuminer-uint256.Tpo .deps/cpuminer-uint256.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f .deps/cpuminer-api.Tpo .deps/cpuminer-api.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f .deps/cpuminer-sysinfos.Tpo .deps/cpuminer-sysinfos.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
algo-gate-api.c: In function ‘register_algo_gate’:
algo-gate-api.c:275:29: warning: implicit declaration of function ‘register_argon2_algo’ [-Wimplicit-function-declaration]
      case ALGO_ARGON2:      register_argon2_algo     ( gate ); break;
                             ^
algo-gate-api.c:276:29: warning: implicit declaration of function ‘register_axiom_algo’ [-Wimplicit-function-declaration]
      case ALGO_AXIOM:       register_axiom_algo      ( gate ); break;
                             ^
algo-gate-api.c:277:29: warning: implicit declaration of function ‘register_bastion_algo’ [-Wimplicit-function-declaration]
      case ALGO_BASTION:     register_bastion_algo    ( gate ); break;
                             ^
algo-gate-api.c:278:29: warning: implicit declaration of function ‘register_blake_algo’ [-Wimplicit-function-declaration]
      case ALGO_BLAKE:       register_blake_algo      ( gate ); break;
                             ^
algo-gate-api.c:279:29: warning: implicit declaration of function ‘register_blakecoin_algo’ [-Wimplicit-function-declaration]
      case ALGO_BLAKECOIN:   register_blakecoin_algo  ( gate ); break;
                             ^
algo-gate-api.c:280:29: warning: implicit declaration of function ‘register_blake2s_algo’ [-Wimplicit-function-declaration]
      case ALGO_BLAKE2S:     register_blake2s_algo    ( gate ); break;
                             ^
algo-gate-api.c:281:29: warning: implicit declaration of function ‘register_c11_algo’ [-Wimplicit-function-declaration]
      case ALGO_C11:         register_c11_algo        ( gate ); break;
                             ^
algo-gate-api.c:282:29: warning: implicit declaration of function ‘register_cryptolight_algo’ [-Wimplicit-function-declaration]
      case ALGO_CRYPTOLIGHT: register_cryptolight_algo( gate ); break;
                             ^
algo-gate-api.c:283:29: warning: implicit declaration of function ‘register_cryptonight_algo’ [-Wimplicit-function-declaration]
      case ALGO_CRYPTONIGHT: register_cryptonight_algo( gate ); break;
                             ^
algo-gate-api.c:284:29: warning: implicit declaration of function ‘register_decred_algo’ [-Wimplicit-function-declaration]
      case ALGO_DECRED:      register_decred_algo     ( gate ); break;
                             ^
algo-gate-api.c:285:29: warning: implicit declaration of function ‘register_drop_algo’ [-Wimplicit-function-declaration]
      case ALGO_DROP:        register_drop_algo       ( gate ); break;
                             ^
algo-gate-api.c:286:29: warning: implicit declaration of function ‘register_fresh_algo’ [-Wimplicit-function-declaration]
      case ALGO_FRESH:       register_fresh_algo      ( gate ); break;
                             ^
algo-gate-api.c:287:29: warning: implicit declaration of function ‘register_groestl_algo’ [-Wimplicit-function-declaration]
      case ALGO_GROESTL:     register_groestl_algo    ( gate ); break;
                             ^
algo-gate-api.c:288:29: warning: implicit declaration of function ‘register_heavy_algo’ [-Wimplicit-function-declaration]
      case ALGO_HEAVY:       register_heavy_algo      ( gate ); break;
                             ^
algo-gate-api.c:289:29: warning: implicit declaration of function ‘register_hmq1725_algo’ [-Wimplicit-function-declaration]
      case ALGO_HMQ1725:     register_hmq1725_algo    ( gate ); break;
                             ^
algo-gate-api.c:290:29: warning: implicit declaration of function ‘register_hodl_algo’ [-Wimplicit-function-declaration]
      case ALGO_HODL:        register_hodl_algo       ( gate ); break;
                             ^
algo-gate-api.c:291:29: warning: implicit declaration of function ‘register_keccak_algo’ [-Wimplicit-function-declaration]
      case ALGO_KECCAK:      register_keccak_algo     ( gate ); break;
                             ^
algo-gate-api.c:292:29: warning: implicit declaration of function ‘register_luffa_algo’ [-Wimplicit-function-declaration]
      case ALGO_LUFFA:       register_luffa_algo      ( gate ); break;
                             ^
algo-gate-api.c:293:29: warning: implicit declaration of function ‘register_lyra2re_algo’ [-Wimplicit-function-declaration]
      case ALGO_LYRA2RE:     register_lyra2re_algo    ( gate ); break;
                             ^
algo-gate-api.c:294:29: warning: implicit declaration of function ‘register_lyra2rev2_algo’ [-Wimplicit-function-declaration]
      case ALGO_LYRA2REV2:   register_lyra2rev2_algo  ( gate ); break;
                             ^
algo-gate-api.c:295:29: warning: implicit declaration of function ‘register_m7m_algo’ [-Wimplicit-function-declaration]
      case ALGO_M7M:         register_m7m_algo        ( gate ); break;
                             ^
algo-gate-api.c:296:29: warning: implicit declaration of function ‘register_myriad_algo’ [-Wimplicit-function-declaration]
      case ALGO_MYR_GR:      register_myriad_algo     ( gate ); break;
                             ^
algo-gate-api.c:297:29: warning: implicit declaration of function ‘register_neoscrypt_algo’ [-Wimplicit-function-declaration]
      case ALGO_NEOSCRYPT:   register_neoscrypt_algo  ( gate ); break;
                             ^
algo-gate-api.c:298:29: warning: implicit declaration of function ‘register_nist5_algo’ [-Wimplicit-function-declaration]
      case ALGO_NIST5:       register_nist5_algo      ( gate ); break;
                             ^
algo-gate-api.c:299:29: warning: implicit declaration of function ‘register_pentablake_algo’ [-Wimplicit-function-declaration]
      case ALGO_PENTABLAKE:  register_pentablake_algo ( gate ); break;
                             ^
algo-gate-api.c:300:29: warning: implicit declaration of function ‘register_pluck_algo’ [-Wimplicit-function-declaration]
      case ALGO_PLUCK:       register_pluck_algo      ( gate ); break;
                             ^
algo-gate-api.c:301:29: warning: implicit declaration of function ‘register_quark_algo’ [-Wimplicit-function-declaration]
      case ALGO_QUARK:       register_quark_algo      ( gate ); break;
                             ^
algo-gate-api.c:302:29: warning: implicit declaration of function ‘register_qubit_algo’ [-Wimplicit-function-declaration]
      case ALGO_QUBIT:       register_qubit_algo      ( gate ); break;
                             ^
algo-gate-api.c:303:29: warning: implicit declaration of function ‘register_scrypt_algo’ [-Wimplicit-function-declaration]
      case ALGO_SCRYPT:      register_scrypt_algo     ( gate ); break;
                             ^
algo-gate-api.c:304:29: warning: implicit declaration of function ‘register_scryptjane_algo’ [-Wimplicit-function-declaration]
      case ALGO_SCRYPTJANE:  register_scryptjane_algo ( gate ); break;
                             ^
algo-gate-api.c:305:29: warning: implicit declaration of function ‘register_sha256d_algo’ [-Wimplicit-function-declaration]
      case ALGO_SHA256D:     register_sha256d_algo    ( gate ); break;
                             ^
algo-gate-api.c:306:29: warning: implicit declaration of function ‘register_shavite_algo’ [-Wimplicit-function-declaration]
      case ALGO_SHAVITE3:    register_shavite_algo    ( gate ); break;
                             ^
algo-gate-api.c:307:29: warning: implicit declaration of function ‘register_skein_algo’ [-Wimplicit-function-declaration]
      case ALGO_SKEIN:       register_skein_algo      ( gate ); break;
                             ^
algo-gate-api.c:308:29: warning: implicit declaration of function ‘register_skein2_algo’ [-Wimplicit-function-declaration]
      case ALGO_SKEIN2:      register_skein2_algo     ( gate ); break;
                             ^
algo-gate-api.c:309:29: warning: implicit declaration of function ‘register_s3_algo’ [-Wimplicit-function-declaration]
      case ALGO_S3:          register_s3_algo         ( gate ); break;
                             ^
algo-gate-api.c:310:29: warning: implicit declaration of function ‘register_vanilla_algo’ [-Wimplicit-function-declaration]
      case ALGO_VANILLA:     register_vanilla_algo    ( gate ); break;
                             ^
algo-gate-api.c:311:29: warning: implicit declaration of function ‘register_x11_algo’ [-Wimplicit-function-declaration]
      case ALGO_X11:         register_x11_algo        ( gate ); break;
                             ^
algo-gate-api.c:312:29: warning: implicit declaration of function ‘register_sib_algo’ [-Wimplicit-function-declaration]
      case ALGO_X11GOST:     register_sib_algo        ( gate ); break;
                             ^
algo-gate-api.c:313:29: warning: implicit declaration of function ‘register_x13_algo’ [-Wimplicit-function-declaration]
      case ALGO_X13:         register_x13_algo        ( gate ); break;
                             ^
algo-gate-api.c:314:29: warning: implicit declaration of function ‘register_x14_algo’ [-Wimplicit-function-declaration]
      case ALGO_X14:         register_x14_algo        ( gate ); break;
                             ^
algo-gate-api.c:315:29: warning: implicit declaration of function ‘register_x15_algo’ [-Wimplicit-function-declaration]
      case ALGO_X15:         register_x15_algo        ( gate ); break;
                             ^
algo-gate-api.c:316:29: warning: implicit declaration of function ‘register_x17_algo’ [-Wimplicit-function-declaration]
      case ALGO_X17:         register_x17_algo        ( gate ); break;
                             ^
algo-gate-api.c:317:29: warning: implicit declaration of function ‘register_yescrypt_algo’ [-Wimplicit-function-declaration]
      case ALGO_YESCRYPT:    register_yescrypt_algo   ( gate ); break;
                             ^
algo-gate-api.c:318:29: warning: implicit declaration of function ‘register_zr5_algo’ [-Wimplicit-function-declaration]
      case ALGO_ZR5:         register_zr5_algo        ( gate ); break;
                             ^
mv -f .deps/cpuminer-algo-gate-api.Tpo .deps/cpuminer-algo-gate-api.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/groestl/cpuminer-sph_groestl.o -MD -MP -MF algo/groestl/.deps/cpuminer-sph_groestl.Tpo -c -o algo/groestl/cpuminer-sph_groestl.o `test -f 'algo/groestl/sph_groestl.c' || echo './'`algo/groestl/sph_groestl.c
mv -f algo/groestl/.deps/cpuminer-sph_groestl.Tpo algo/groestl/.deps/cpuminer-sph_groestl.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/skein/cpuminer-sph_skein.o -MD -MP -MF algo/skein/.deps/cpuminer-sph_skein.Tpo -c -o algo/skein/cpuminer-sph_skein.o `test -f 'algo/skein/sph_skein.c' || echo './'`algo/skein/sph_skein.c
mv -f algo/skein/.deps/cpuminer-sph_skein.Tpo algo/skein/.deps/cpuminer-sph_skein.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/bmw/.deps/cpuminer-sph_bmw.Tpo algo/bmw/.deps/cpuminer-sph_bmw.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/shavite/cpuminer-sph_shavite.o -MD -MP -MF algo/shavite/.deps/cpuminer-sph_shavite.Tpo -c -o algo/shavite/cpuminer-sph_shavite.o `test -f 'algo/shavite/sph_shavite.c' || echo './'`algo/shavite/sph_shavite.c
mv -f algo/shavite/.deps/cpuminer-sph_shavite.Tpo algo/shavite/.deps/cpuminer-sph_shavite.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/shavite/cpuminer-shavite.o -MD -MP -MF algo/shavite/.deps/cpuminer-shavite.Tpo -c -o algo/shavite/cpuminer-shavite.o `test -f 'algo/shavite/shavite.c' || echo './'`algo/shavite/shavite.c
mv -f algo/shavite/.deps/cpuminer-shavite.Tpo algo/shavite/.deps/cpuminer-shavite.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/echo/cpuminer-sph_echo.o -MD -MP -MF algo/echo/.deps/cpuminer-sph_echo.Tpo -c -o algo/echo/cpuminer-sph_echo.o `test -f 'algo/echo/sph_echo.c' || echo './'`algo/echo/sph_echo.c
mv -f algo/echo/.deps/cpuminer-sph_echo.Tpo algo/echo/.deps/cpuminer-sph_echo.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/blake/.deps/cpuminer-sph_blake.Tpo algo/blake/.deps/cpuminer-sph_blake.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/heavy/cpuminer-sph_hefty1.o -MD -MP -MF algo/heavy/.deps/cpuminer-sph_hefty1.Tpo -c -o algo/heavy/cpuminer-sph_hefty1.o `test -f 'algo/heavy/sph_hefty1.c' || echo './'`algo/heavy/sph_hefty1.c
mv -f algo/heavy/.deps/cpuminer-sph_hefty1.Tpo algo/heavy/.deps/cpuminer-sph_hefty1.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/blake/.deps/cpuminer-mod_blakecoin.Tpo algo/blake/.deps/cpuminer-mod_blakecoin.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/luffa/cpuminer-sph_luffa.o -MD -MP -MF algo/luffa/.deps/cpuminer-sph_luffa.Tpo -c -o algo/luffa/cpuminer-sph_luffa.o `test -f 'algo/luffa/sph_luffa.c' || echo './'`algo/luffa/sph_luffa.c
mv -f algo/luffa/.deps/cpuminer-sph_luffa.Tpo algo/luffa/.deps/cpuminer-sph_luffa.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/cubehash/cpuminer-sph_cubehash.o -MD -MP -MF algo/cubehash/.deps/cpuminer-sph_cubehash.Tpo -c -o algo/cubehash/cpuminer-sph_cubehash.o `test -f 'algo/cubehash/sph_cubehash.c' || echo './'`algo/cubehash/sph_cubehash.c
mv -f algo/cubehash/.deps/cpuminer-sph_cubehash.Tpo algo/cubehash/.deps/cpuminer-sph_cubehash.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/simd/cpuminer-sph_simd.o -MD -MP -MF algo/simd/.deps/cpuminer-sph_simd.Tpo -c -o algo/simd/cpuminer-sph_simd.o `test -f 'algo/simd/sph_simd.c' || echo './'`algo/simd/sph_simd.c
mv -f algo/simd/.deps/cpuminer-sph_simd.Tpo algo/simd/.deps/cpuminer-sph_simd.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/hamsi/cpuminer-sph_hamsi.o -MD -MP -MF algo/hamsi/.deps/cpuminer-sph_hamsi.Tpo -c -o algo/hamsi/cpuminer-sph_hamsi.o `test -f 'algo/hamsi/sph_hamsi.c' || echo './'`algo/hamsi/sph_hamsi.c
mv -f algo/hamsi/.deps/cpuminer-sph_hamsi.Tpo algo/hamsi/.deps/cpuminer-sph_hamsi.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/fugue/cpuminer-sph_fugue.o -MD -MP -MF algo/fugue/.deps/cpuminer-sph_fugue.Tpo -c -o algo/fugue/cpuminer-sph_fugue.o `test -f 'algo/fugue/sph_fugue.c' || echo './'`algo/fugue/sph_fugue.c
mv -f algo/fugue/.deps/cpuminer-sph_fugue.Tpo algo/fugue/.deps/cpuminer-sph_fugue.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/gost/cpuminer-sph_gost.o -MD -MP -MF algo/gost/.deps/cpuminer-sph_gost.Tpo -c -o algo/gost/cpuminer-sph_gost.o `test -f 'algo/gost/sph_gost.c' || echo './'`algo/gost/sph_gost.c
mv -f algo/gost/.deps/cpuminer-sph_gost.Tpo algo/gost/.deps/cpuminer-sph_gost.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/jh/cpuminer-sph_jh.o -MD -MP -MF algo/jh/.deps/cpuminer-sph_jh.Tpo -c -o algo/jh/cpuminer-sph_jh.o `test -f 'algo/jh/sph_jh.c' || echo './'`algo/jh/sph_jh.c
mv -f algo/jh/.deps/cpuminer-sph_jh.Tpo algo/jh/.deps/cpuminer-sph_jh.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/keccak/cpuminer-sph_keccak.o -MD -MP -MF algo/keccak/.deps/cpuminer-sph_keccak.Tpo -c -o algo/keccak/cpuminer-sph_keccak.o `test -f 'algo/keccak/sph_keccak.c' || echo './'`algo/keccak/sph_keccak.c
mv -f algo/keccak/.deps/cpuminer-sph_keccak.Tpo algo/keccak/.deps/cpuminer-sph_keccak.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/keccak/cpuminer-keccak.o -MD -MP -MF algo/keccak/.deps/cpuminer-keccak.Tpo -c -o algo/keccak/cpuminer-keccak.o `test -f 'algo/keccak/keccak.c' || echo './'`algo/keccak/keccak.c
mv -f algo/keccak/.deps/cpuminer-keccak.Tpo algo/keccak/.deps/cpuminer-keccak.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/sha3/cpuminer-sph_sha2.o -MD -MP -MF algo/sha3/.deps/cpuminer-sph_sha2.Tpo -c -o algo/sha3/cpuminer-sph_sha2.o `test -f 'algo/sha3/sph_sha2.c' || echo './'`algo/sha3/sph_sha2.c
mv -f algo/sha3/.deps/cpuminer-sph_sha2.Tpo algo/sha3/.deps/cpuminer-sph_sha2.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/sha3/cpuminer-sph_sha2big.o -MD -MP -MF algo/sha3/.deps/cpuminer-sph_sha2big.Tpo -c -o algo/sha3/cpuminer-sph_sha2big.o `test -f 'algo/sha3/sph_sha2big.c' || echo './'`algo/sha3/sph_sha2big.c
mv -f algo/sha3/.deps/cpuminer-sph_sha2big.Tpo algo/sha3/.deps/cpuminer-sph_sha2big.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/shabal/cpuminer-sph_shabal.o -MD -MP -MF algo/shabal/.deps/cpuminer-sph_shabal.Tpo -c -o algo/shabal/cpuminer-sph_shabal.o `test -f 'algo/shabal/sph_shabal.c' || echo './'`algo/shabal/sph_shabal.c
mv -f algo/shabal/.deps/cpuminer-sph_shabal.Tpo algo/shabal/.deps/cpuminer-sph_shabal.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/whirlpool/cpuminer-sph_whirlpool.o -MD -MP -MF algo/whirlpool/.deps/cpuminer-sph_whirlpool.Tpo -c -o algo/whirlpool/cpuminer-sph_whirlpool.o `test -f 'algo/whirlpool/sph_whirlpool.c' || echo './'`algo/whirlpool/sph_whirlpool.c
mv -f algo/whirlpool/.deps/cpuminer-sph_whirlpool.Tpo algo/whirlpool/.deps/cpuminer-sph_whirlpool.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-blake2s.Tpo crypto/.deps/cpuminer-blake2s.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-oaes_lib.Tpo crypto/.deps/cpuminer-oaes_lib.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-c_keccak.Tpo crypto/.deps/cpuminer-c_keccak.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-c_groestl.Tpo crypto/.deps/cpuminer-c_groestl.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-c_blake256.Tpo crypto/.deps/cpuminer-c_blake256.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-c_jh.Tpo crypto/.deps/cpuminer-c_jh.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-c_skein.Tpo crypto/.deps/cpuminer-c_skein.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-hash.Tpo crypto/.deps/cpuminer-hash.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f crypto/.deps/cpuminer-aesb.Tpo crypto/.deps/cpuminer-aesb.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -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
mv -f crypto/.deps/cpuminer-magimath.Tpo crypto/.deps/cpuminer-magimath.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/argon2/.deps/cpuminer-argon2a.Tpo algo/argon2/.deps/cpuminer-argon2a.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/argon2/ar2/.deps/cpuminer-argon2.Tpo algo/argon2/ar2/.deps/cpuminer-argon2.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/argon2/ar2/.deps/cpuminer-opt.Tpo algo/argon2/ar2/.deps/cpuminer-opt.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/argon2/ar2/.deps/cpuminer-cores.Tpo algo/argon2/ar2/.deps/cpuminer-cores.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/argon2/ar2/.deps/cpuminer-ar2-scrypt-jane.Tpo algo/argon2/ar2/.deps/cpuminer-ar2-scrypt-jane.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/argon2/ar2/.deps/cpuminer-blake2b.Tpo algo/argon2/ar2/.deps/cpuminer-blake2b.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/cpuminer-axiom.o -MD -MP -MF algo/.deps/cpuminer-axiom.Tpo -c -o algo/cpuminer-axiom.o `test -f 'algo/axiom.c' || echo './'`algo/axiom.c
mv -f algo/.deps/cpuminer-axiom.Tpo algo/.deps/cpuminer-axiom.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/blake/.deps/cpuminer-blake.Tpo algo/blake/.deps/cpuminer-blake.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/blake/cpuminer-blake2.o -MD -MP -MF algo/blake/.deps/cpuminer-blake2.Tpo -c -o algo/blake/cpuminer-blake2.o `test -f 'algo/blake/blake2.c' || echo './'`algo/blake/blake2.c
mv -f algo/blake/.deps/cpuminer-blake2.Tpo algo/blake/.deps/cpuminer-blake2.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/blake/.deps/cpuminer-blakecoin.Tpo algo/blake/.deps/cpuminer-blakecoin.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/blake/.deps/cpuminer-decred.Tpo algo/blake/.deps/cpuminer-decred.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/blake/.deps/cpuminer-pentablake.Tpo algo/blake/.deps/cpuminer-pentablake.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/bmw/.deps/cpuminer-bmw256.Tpo algo/bmw/.deps/cpuminer-bmw256.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/cubehash/sse2/cpuminer-cubehash_sse2.o -MD -MP -MF algo/cubehash/sse2/.deps/cpuminer-cubehash_sse2.Tpo -c -o algo/cubehash/sse2/cpuminer-cubehash_sse2.o `test -f 'algo/cubehash/sse2/cubehash_sse2.c' || echo './'`algo/cubehash/sse2/cubehash_sse2.c
mv -f algo/cubehash/sse2/.deps/cpuminer-cubehash_sse2.Tpo algo/cubehash/sse2/.deps/cpuminer-cubehash_sse2.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/cryptonight/.deps/cpuminer-cryptolight.Tpo algo/cryptonight/.deps/cpuminer-cryptolight.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/cryptonight/.deps/cpuminer-cryptonight-common.Tpo algo/cryptonight/.deps/cpuminer-cryptonight-common.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -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
mv -f algo/cryptonight/.deps/cpuminer-cryptonight-aesni.Tpo algo/cryptonight/.deps/cpuminer-cryptonight-aesni.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/cryptonight/cpuminer-cryptonight.o -MD -MP -MF algo/cryptonight/.deps/cpuminer-cryptonight.Tpo -c -o algo/cryptonight/cpuminer-cryptonight.o `test -f 'algo/cryptonight/cryptonight.c' || echo './'`algo/cryptonight/cryptonight.c
mv -f algo/cryptonight/.deps/cpuminer-cryptonight.Tpo algo/cryptonight/.deps/cpuminer-cryptonight.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/cpuminer-drop.o -MD -MP -MF algo/.deps/cpuminer-drop.Tpo -c -o algo/cpuminer-drop.o `test -f 'algo/drop.c' || echo './'`algo/drop.c
mv -f algo/.deps/cpuminer-drop.Tpo algo/.deps/cpuminer-drop.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/echo/aes_ni/cpuminer-hash.o -MD -MP -MF algo/echo/aes_ni/.deps/cpuminer-hash.Tpo -c -o algo/echo/aes_ni/cpuminer-hash.o `test -f 'algo/echo/aes_ni/hash.c' || echo './'`algo/echo/aes_ni/hash.c
mv -f algo/echo/aes_ni/.deps/cpuminer-hash.Tpo algo/echo/aes_ni/.deps/cpuminer-hash.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/cpuminer-fresh.o -MD -MP -MF algo/.deps/cpuminer-fresh.Tpo -c -o algo/cpuminer-fresh.o `test -f 'algo/fresh.c' || echo './'`algo/fresh.c
mv -f algo/.deps/cpuminer-fresh.Tpo algo/.deps/cpuminer-fresh.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/groestl/cpuminer-groestl.o -MD -MP -MF algo/groestl/.deps/cpuminer-groestl.Tpo -c -o algo/groestl/cpuminer-groestl.o `test -f 'algo/groestl/groestl.c' || echo './'`algo/groestl/groestl.c
mv -f algo/groestl/.deps/cpuminer-groestl.Tpo algo/groestl/.deps/cpuminer-groestl.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/groestl/cpuminer-myr-groestl.o -MD -MP -MF algo/groestl/.deps/cpuminer-myr-groestl.Tpo -c -o algo/groestl/cpuminer-myr-groestl.o `test -f 'algo/groestl/myr-groestl.c' || echo './'`algo/groestl/myr-groestl.c
mv -f algo/groestl/.deps/cpuminer-myr-groestl.Tpo algo/groestl/.deps/cpuminer-myr-groestl.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/groestl/sse2/cpuminer-grso.o -MD -MP -MF algo/groestl/sse2/.deps/cpuminer-grso.Tpo -c -o algo/groestl/sse2/cpuminer-grso.o `test -f 'algo/groestl/sse2/grso.c' || echo './'`algo/groestl/sse2/grso.c
mv -f algo/groestl/sse2/.deps/cpuminer-grso.Tpo algo/groestl/sse2/.deps/cpuminer-grso.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/groestl/sse2/cpuminer-grso-asm.o -MD -MP -MF algo/groestl/sse2/.deps/cpuminer-grso-asm.Tpo -c -o algo/groestl/sse2/cpuminer-grso-asm.o `test -f 'algo/groestl/sse2/grso-asm.c' || echo './'`algo/groestl/sse2/grso-asm.c
mv -f algo/groestl/sse2/.deps/cpuminer-grso-asm.Tpo algo/groestl/sse2/.deps/cpuminer-grso-asm.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/groestl/aes_ni/cpuminer-hash-groestl.o -MD -MP -MF algo/groestl/aes_ni/.deps/cpuminer-hash-groestl.Tpo -c -o algo/groestl/aes_ni/cpuminer-hash-groestl.o `test -f 'algo/groestl/aes_ni/hash-groestl.c' || echo './'`algo/groestl/aes_ni/hash-groestl.c
mv -f algo/groestl/aes_ni/.deps/cpuminer-hash-groestl.Tpo algo/groestl/aes_ni/.deps/cpuminer-hash-groestl.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/haval/cpuminer-haval.o -MD -MP -MF algo/haval/.deps/cpuminer-haval.Tpo -c -o algo/haval/cpuminer-haval.o `test -f 'algo/haval/haval.c' || echo './'`algo/haval/haval.c
mv -f algo/haval/.deps/cpuminer-haval.Tpo algo/haval/.deps/cpuminer-haval.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/heavy/cpuminer-heavy.o -MD -MP -MF algo/heavy/.deps/cpuminer-heavy.Tpo -c -o algo/heavy/cpuminer-heavy.o `test -f 'algo/heavy/heavy.c' || echo './'`algo/heavy/heavy.c
mv -f algo/heavy/.deps/cpuminer-heavy.Tpo algo/heavy/.deps/cpuminer-heavy.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/heavy/cpuminer-bastion.o -MD -MP -MF algo/heavy/.deps/cpuminer-bastion.Tpo -c -o algo/heavy/cpuminer-bastion.o `test -f 'algo/heavy/bastion.c' || echo './'`algo/heavy/bastion.c
mv -f algo/heavy/.deps/cpuminer-bastion.Tpo algo/heavy/.deps/cpuminer-bastion.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/cpuminer-hmq1725.o -MD -MP -MF algo/.deps/cpuminer-hmq1725.Tpo -c -o algo/cpuminer-hmq1725.o `test -f 'algo/hmq1725.c' || echo './'`algo/hmq1725.c
mv -f algo/.deps/cpuminer-hmq1725.Tpo algo/.deps/cpuminer-hmq1725.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include  -g -O2 -MT algo/hodl/cpuminer-hodl.o -MD -MP -MF algo/hodl/.deps/cpuminer-hodl.Tpo -c -o algo/hodl/cpuminer-hodl.o `test -f 'algo/hodl/hodl.cpp' || echo './'`algo/hodl/hodl.cpp
mv -f algo/hodl/.deps/cpuminer-hodl.Tpo algo/hodl/.deps/cpuminer-hodl.Po
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT algo/hodl/cpuminer-hodl-gate.o -MD -MP -MF algo/hodl/.deps/cpuminer-hodl-gate.Tpo -c -o algo/hodl/cpuminer-hodl-gate.o `test -f 'algo/hodl/hodl-gate.c' || echo './'`algo/hodl/hodl-gate.c
algo/hodl/hodl-gate.c: In function ‘hodl_scanhash’:
algo/hodl/hodl-gate.c:114:21: warning: passing argument 1 of ‘GenRandomGarbage’ from incompatible pointer type [-Wincompatible-pointer-types]
   GenRandomGarbage( scratchbuf, work->data, thr_id );
                     ^
In file included from algo/hodl/hodl-gate.c:7:0:
algo/hodl/hodl-wolf.h:26:6: note: expected ‘CacheEntry * {aka union _CacheEntry *}’ but argument is of type ‘unsigned char *’
 void GenRandomGarbage( CacheEntry *Garbage, uint32_t *pdata, int thr_id);
      ^
algo/hodl/hodl-gate.c:115:61: warning: passing argument 5 of ‘scanhash_hodl_wolf’ from incompatible pointer type [-Wincompatible-pointer-types]
   scanhash_hodl_wolf( thr_id, work, max_nonce, hashes_done, scratchbuf );
                                                             ^
In file included from algo/hodl/hodl-gate.c:7:0:
algo/hodl/hodl-wolf.h:22:5: note: expected ‘CacheEntry * {aka union _CacheEntry *}’ but argument is of type ‘unsigned char *’
 int scanhash_hodl_wolf( int thr_id, struct work* work, uint32_t max_nonce,
     ^
mv -f algo/hodl/.deps/cpuminer-hodl-gate.Tpo algo/hodl/.deps/cpuminer-hodl-gate.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include  -g -O2 -MT algo/hodl/cpuminer-hodl_arith_uint256.o -MD -MP -MF algo/hodl/.deps/cpuminer-hodl_arith_uint256.Tpo -c -o algo/hodl/cpuminer-hodl_arith_uint256.o `test -f 'algo/hodl/hodl_arith_uint256.cpp' || echo './'`algo/hodl/hodl_arith_uint256.cpp
mv -f algo/hodl/.deps/cpuminer-hodl_arith_uint256.Tpo algo/hodl/.deps/cpuminer-hodl_arith_uint256.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include  -g -O2 -MT algo/hodl/cpuminer-hodl_uint256.o -MD -MP -MF algo/hodl/.deps/cpuminer-hodl_uint256.Tpo -c -o algo/hodl/cpuminer-hodl_uint256.o `test -f 'algo/hodl/hodl_uint256.cpp' || echo './'`algo/hodl/hodl_uint256.cpp
mv -f algo/hodl/.deps/cpuminer-hodl_uint256.Tpo algo/hodl/.deps/cpuminer-hodl_uint256.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include  -g -O2 -MT algo/hodl/cpuminer-hash.o -MD -MP -MF algo/hodl/.deps/cpuminer-hash.Tpo -c -o algo/hodl/cpuminer-hash.o `test -f 'algo/hodl/hash.cpp' || echo './'`algo/hodl/hash.cpp
mv -f algo/hodl/.deps/cpuminer-hash.Tpo algo/hodl/.deps/cpuminer-hash.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include  -g -O2 -MT algo/hodl/cpuminer-hmac_sha512.o -MD -MP -MF algo/hodl/.deps/cpuminer-hmac_sha512.Tpo -c -o algo/hodl/cpuminer-hmac_sha512.o `test -f 'algo/hodl/hmac_sha512.cpp' || echo './'`algo/hodl/hmac_sha512.cpp
mv -f algo/hodl/.deps/cpuminer-hmac_sha512.Tpo algo/hodl/.deps/cpuminer-hmac_sha512.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include  -g -O2 -MT algo/hodl/cpuminer-sha256.o -MD -MP -MF algo/hodl/.deps/cpuminer-sha256.Tpo -c -o algo/hodl/cpuminer-sha256.o `test -f 'algo/hodl/sha256.cpp' || echo './'`algo/hodl/sha256.cpp
mv -f algo/hodl/.deps/cpuminer-sha256.Tpo algo/hodl/.deps/cpuminer-sha256.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include  -g -O2 -MT algo/hodl/cpuminer-sha512.o -MD -MP -MF algo/hodl/.deps/cpuminer-sha512.Tpo -c -o algo/hodl/cpuminer-sha512.o `test -f 'algo/hodl/sha512.cpp' || echo './'`algo/hodl/sha512.cpp
mv -f algo/hodl/.deps/cpuminer-sha512.Tpo algo/hodl/.deps/cpuminer-sha512.Po
g++ -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-st
hero member
Activity: 582
Merit: 502

cpu-miner.c:38:23: fatal error: curl/curl.h: 没有那个文件或目录
compilation terminated.
Makefile:1632: recipe for target 'cpuminer-cpu-miner.o' failed
make[2]: *** [cpuminer-cpu-miner.o] Error 1
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:3307: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:645: recipe for target 'all' failed
make: *** [all] Error 2
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$


I presume the error is file not found. Please translate for me in the future.

You need to install libcurl4-openssl-dev.

Yes, there is no file and directory.

curl/curl.h: 没有那个文件或目录
Yes, there is no file and directory

ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$ ./autogen.sh
./autogen.sh: 8: ./autogen.sh: aclocal: not found
Ask what this is ?

It looks like you are missing package automake. To install it open Ubuntu Software Centre and search for automake.

(Answer copied from: http://askubuntu.com/questions/457526/how-to-install-cpuminer-in-ubuntu)
full member
Activity: 168
Merit: 100

cpu-miner.c:38:23: fatal error: curl/curl.h: 没有那个文件或目录
compilation terminated.
Makefile:1632: recipe for target 'cpuminer-cpu-miner.o' failed
make[2]: *** [cpuminer-cpu-miner.o] Error 1
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:3307: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:645: recipe for target 'all' failed
make: *** [all] Error 2
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$


I presume the error is file not found. Please translate for me in the future.

You need to install libcurl4-openssl-dev.

Yes, there is no file and directory.

curl/curl.h: 没有那个文件或目录
Yes, there is no file and directory

ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$ ./autogen.sh
./autogen.sh: 8: ./autogen.sh: aclocal: not found
Ask what this is ?
legendary
Activity: 1470
Merit: 1114

cpu-miner.c:38:23: fatal error: curl/curl.h: 没有那个文件或目录
compilation terminated.
Makefile:1632: recipe for target 'cpuminer-cpu-miner.o' failed
make[2]: *** [cpuminer-cpu-miner.o] Error 1
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:3307: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:645: recipe for target 'all' failed
make: *** [all] Error 2
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$


I presume the error is file not found. Please translate for me in the future.

You need to install libcurl4-openssl-dev.

Yes, there is no file and directory.

curl/curl.h: 没有那个文件或目录
Yes, there is no file and directory

My response was only 2 lines but you still managed to miss the most important part.
Go back and read it again.
full member
Activity: 168
Merit: 100

cpu-miner.c:38:23: fatal error: curl/curl.h: 没有那个文件或目录
compilation terminated.
Makefile:1632: recipe for target 'cpuminer-cpu-miner.o' failed
make[2]: *** [cpuminer-cpu-miner.o] Error 1
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:3307: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:645: recipe for target 'all' failed
make: *** [all] Error 2
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$


I presume the error is file not found. Please translate for me in the future.

You need to install libcurl4-openssl-dev.

Yes, there is no file and directory.

curl/curl.h: 没有那个文件或目录
Yes, there is no file and directory
full member
Activity: 168
Merit: 100

cpu-miner.c:38:23: fatal error: curl/curl.h: 没有那个文件或目录
compilation terminated.
Makefile:1632: recipe for target 'cpuminer-cpu-miner.o' failed
make[2]: *** [cpuminer-cpu-miner.o] Error 1
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:3307: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:645: recipe for target 'all' failed
make: *** [all] Error 2
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$


I presume the error is file not found. Please translate for me in the future.

You need to install libcurl4-openssl-dev.

Yes, there is no file and directory.
legendary
Activity: 1470
Merit: 1114

cpu-miner.c:38:23: fatal error: curl/curl.h: 没有那个文件或目录
compilation terminated.
Makefile:1632: recipe for target 'cpuminer-cpu-miner.o' failed
make[2]: *** [cpuminer-cpu-miner.o] Error 1
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:3307: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:645: recipe for target 'all' failed
make: *** [all] Error 2
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$


I presume the error is file not found. Please translate for me in the future.

You need to install libcurl4-openssl-dev.
full member
Activity: 168
Merit: 100
To run a command as administrator (user "root"), use "sudo ".
See "man sudo_root" for details.

ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$ ./autogen.sh
./autogen.sh: 8: ./autogen.sh: aclocal: not found
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$ ./configure CFLAGS="-O3 -march=native" --with-crypto --with-curl
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/sysctl.h... yes
checking whether be32dec is declared... no
checking whether le32dec is declared... no
checking whether be32enc is declared... no
checking whether le32enc is declared... no
checking whether le16dec is declared... no
checking whether le16enc is declared... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for getopt_long... yes
checking whether we can compile AVX code... yes
checking whether we can compile XOP code... yes
checking whether we can compile AVX2 code... yes
checking for json_loads in -ljansson... no
checking for pthread_create in -lpthread... yes
checking whether __uint128_t is supported... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating compat/Makefile
config.status: creating compat/jansson/Makefile
config.status: creating cpuminer-config.h
config.status: executing depfiles commands
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$ make
make  all-recursive
make[1]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Making all in compat
make[2]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat'
Making all in jansson
make[3]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat/jansson'
depbase=`echo dump.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT dump.o -MD -MP -MF $depbase.Tpo -c -o dump.o dump.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo error.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT error.o -MD -MP -MF $depbase.Tpo -c -o error.o error.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo hashtable.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT hashtable.o -MD -MP -MF $depbase.Tpo -c -o hashtable.o hashtable.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo load.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT load.o -MD -MP -MF $depbase.Tpo -c -o load.o load.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo memory.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT memory.o -MD -MP -MF $depbase.Tpo -c -o memory.o memory.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo pack_unpack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT pack_unpack.o -MD -MP -MF $depbase.Tpo -c -o pack_unpack.o pack_unpack.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strbuffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT strbuffer.o -MD -MP -MF $depbase.Tpo -c -o strbuffer.o strbuffer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo strconv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT strconv.o -MD -MP -MF $depbase.Tpo -c -o strconv.o strconv.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo utf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT utf.o -MD -MP -MF $depbase.Tpo -c -o utf.o utf.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo value.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Iyes/include -Iyes/include  -O3 -march=native  -Iyes/include -Iyes/include -MT value.o -MD -MP -MF $depbase.Tpo -c -o value.o value.c &&\
mv -f $depbase.Tpo $depbase.Po
rm -f libjansson.a
ar cru libjansson.a dump.o error.o hashtable.o load.o memory.o pack_unpack.o strbuffer.o strconv.o utf.o value.o
ar: `u' 修饰符被忽略,因为 `D' 为默认(参见 `U')
ranlib libjansson.a
make[3]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat/jansson'
make[3]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat'
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4/compat'
make[2]: Entering directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
gcc -DHAVE_CONFIG_H -I.  -Iyes/include -Iyes/include -fno-strict-aliasing -I./compat/jansson -I. -Iyes/include -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast   -O3 -march=native  -Iyes/include -Iyes/include -MT cpuminer-cpu-miner.o -MD -MP -MF .deps/cpuminer-cpu-miner.Tpo -c -o cpuminer-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
cpu-miner.c:38:23: fatal error: curl/curl.h: 没有那个文件或目录
compilation terminated.
Makefile:1632: recipe for target 'cpuminer-cpu-miner.o' failed
make[2]: *** [cpuminer-cpu-miner.o] Error 1
make[2]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:3307: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/ljg/桌面/cpuminer-opt-3.2.4'
Makefile:645: recipe for target 'all' failed
make: *** [all] Error 2
ljg@ljg-TBD:~/桌面/cpuminer-opt-3.2.4$
legendary
Activity: 1470
Merit: 1114
How to compile ??

./autogen.sh
./configure CFLAGS="-O3 -march=native" --with-crypto --with-curl
make
full member
Activity: 168
Merit: 100
Jump to: