Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@amlogic:~/build/m-cpuminer-v2.1-armv8# ls
- 777 compat config.sub cpuminer-config.h.in install-sh Makefile m-minerd.bat m_minerd-sha2.o scrypt.c sha2-x64.S
- aclocal.m4 compat.h configure depcomp LICENSE Makefile.am m_minerd-cpu-miner.o m_minerd-util.o scrypt-x64.S sha2-x86.S
- AUTHORS compile configure.ac Dockerfile m7 Makefile.in m_minerd-m7mhash.o NEWS scrypt-x86.S stamp-h1
- autogen.sh config.guess COPYING elist.h m7mhash.c miner.h m_minerd-scrypt.o nomacro.pl sha256-armv8-aarch64.S util.c
- autom4te.cache config.log cpu-miner.c example-cfg.json magimath.cpp missing m-minerd.sh README sha2-arm.S wolf-m7m-cpuminer-V2
- ChangeLog config.status cpuminer-config.h INSTALL magimath.h m-minerd.1 m_minerd-sha256-armv8-aarch64.o scrypt-arm.S sha2.c
- root@amlogic:~/build/m-cpuminer-v2.1-armv8# ./configure
- checking build system type... aarch64-unknown-linux-gnu
- checking host system type... aarch64-unknown-linux-gnu
- checking target system type... aarch64-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 for size_t... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking for getopt_long... yes
- checking for json_loads in -ljansson... yes
- checking for pthread_create in -lpthread... yes
- checking for __gmpz_init in -lgmp... yes
- checking gmp.h usability... yes
- checking gmp.h presence... yes
- checking for gmp.h... yes
- checking for gawk... (cached) mawk
- checking for curl-config... /usr/bin/curl-config
- checking for the version of libcurl... 7.47.0
- checking for libcurl >= version 7.15.2... yes
- checking whether libcurl is usable... yes
- checking for curl_free... 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 m7/Makefile
- config.status: creating cpuminer-config.h
- config.status: cpuminer-config.h is unchanged
- config.status: executing depfiles commands
- root@amlogic:~/build/m-cpuminer-v2.1-armv8# make
- make all-recursive
- make[1]: Entering directory '/root/build/m-cpuminer-v2.1-armv8'
- Making all in compat
- make[2]: Entering directory '/root/build/m-cpuminer-v2.1-armv8/compat'
- make[3]: Entering directory '/root/build/m-cpuminer-v2.1-armv8/compat'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/root/build/m-cpuminer-v2.1-armv8/compat'
- make[2]: Leaving directory '/root/build/m-cpuminer-v2.1-armv8/compat'
- Making all in m7
- make[2]: Entering directory '/root/build/m-cpuminer-v2.1-armv8/m7'
- make[2]: Nothing to be done for 'all'.
- make[2]: Leaving directory '/root/build/m-cpuminer-v2.1-armv8/m7'
- make[2]: Entering directory '/root/build/m-cpuminer-v2.1-armv8'
- gcc -g -O2 -pthread -flto -fuse-linker-plugin -Ofast -o m-minerd m_minerd-cpu-miner.o m_minerd-util.o m_minerd-sha2.o m_minerd-scrypt.o m_minerd-m7mhash.o m_minerd-sha256-armv8-aarch64.o -L/usr/lib/aarch64-linux-gnu -lcurl -ljansson -lpthread m7/libm7m.a -lgmp -lcurl -lm -lgmp
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- lto1: warning: -fassociative-math disabled; other options take precedence
- /tmp/ccZ3SVvH.ltrans4.ltrans.o: In function `scanhash_m7m_hash_t':
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:358: undefined reference to `sph_sha256_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:360: undefined reference to `sph_sha256_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:361: undefined reference to `sph_sha224'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:366: undefined reference to `sph_keccak512_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:367: undefined reference to `sph_keccak512'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:372: undefined reference to `sph_haval256_5_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:373: undefined reference to `sph_haval256_5'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:378: undefined reference to `sph_ripemd160_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:379: undefined reference to `sph_ripemd160'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:412: undefined reference to `sph_sha224'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:413: undefined reference to `sph_sha256_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:420: undefined reference to `sph_keccak512'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:421: undefined reference to `sph_keccak512_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:428: undefined reference to `sph_haval256_5'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:429: undefined reference to `sph_haval256_5_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:436: undefined reference to `sph_ripemd160'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:437: undefined reference to `sph_ripemd160_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:453: undefined reference to `sph_sha224'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:454: undefined reference to `sph_sha256_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:488: undefined reference to `sph_sha224'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:489: undefined reference to `sph_sha256_close'
- /tmp/ccZ3SVvH.ltrans7.ltrans.o: In function `scanhash_m7m_hash':
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:154: undefined reference to `sph_sha256_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:156: undefined reference to `sph_sha256_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:157: undefined reference to `sph_sha224'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:162: undefined reference to `sph_keccak512_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:163: undefined reference to `sph_keccak512'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:168: undefined reference to `sph_haval256_5_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:169: undefined reference to `sph_haval256_5'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:174: undefined reference to `sph_ripemd160_init'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:175: undefined reference to `sph_ripemd160'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:208: undefined reference to `sph_sha224'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:209: undefined reference to `sph_sha256_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:216: undefined reference to `sph_keccak512'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:217: undefined reference to `sph_keccak512_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:224: undefined reference to `sph_haval256_5'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:225: undefined reference to `sph_haval256_5_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:232: undefined reference to `sph_ripemd160'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:233: undefined reference to `sph_ripemd160_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:249: undefined reference to `sph_sha224'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:250: undefined reference to `sph_sha256_close'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:284: undefined reference to `sph_sha224'
- /root/build/m-cpuminer-v2.1-armv8/m7mhash.c:285: undefined reference to `sph_sha256_close'
- collect2: error: ld returned 1 exit status
- Makefile:522: recipe for target 'm-minerd' failed
- make[2]: *** [m-minerd] Error 1
- make[2]: Leaving directory '/root/build/m-cpuminer-v2.1-armv8'
- Makefile:790: recipe for target 'all-recursive' failed
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory '/root/build/m-cpuminer-v2.1-armv8'
- Makefile:426: recipe for target 'all' failed
- make: *** [all] Error 2
- root@amlogic:~/build/m-cpuminer-v2.1-armv8#
Advertisement
Add Comment
Please, Sign In to add comment