-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Make" after "autogen" and"configure" #118
Comments
Hello,
|
I have the same error as above (building on Rpi3B) I have done as other posters suggest and configure with the command and get a different error: /tmp/ccQmJk55.s: Assembler messages: |
The same here... encountered build errors on Ubuntu 20.04 LTS.
|
Using this configure command: |
Hi Lucas,
I get the following error when I try to run the make command before I start the miner. Please help.
pi@raspberrypi:~/cpuminer-multi $ sudo make
make all-recursive
make[1]: Entering directory '/home/pi/cpuminer-multi'
Making all in compat
make[2]: Entering directory '/home/pi/cpuminer-multi/compat'
make[3]: Entering directory '/home/pi/cpuminer-multi/compat'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/home/pi/cpuminer-multi/compat'
make[2]: Leaving directory '/home/pi/cpuminer-multi/compat'
make[2]: Entering directory '/home/pi/cpuminer-multi'
gcc -Ofast -flto -fuse-linker-plugin -g -O2 -pthread -o minerd minerd-cpu-miner.o minerd-util.o minerd-sha2.o minerd-scrypt.o minerd-keccak.o minerd-heavy.o minerd-quark.o minerd-skein.o minerd-ink.o minerd-blake.o minerd-cryptonight.o minerd-fresh.o minerd-x11.o minerd-x13.o minerd-x14.o minerd-x15.o sha3/minerd-sph_keccak.o sha3/minerd-sph_hefty1.o sha3/minerd-sph_groestl.o sha3/minerd-sph_skein.o sha3/minerd-sph_bmw.o sha3/minerd-sph_jh.o sha3/minerd-sph_shavite.o sha3/minerd-sph_blake.o sha3/minerd-sph_luffa.o sha3/minerd-sph_cubehash.o sha3/minerd-sph_simd.o sha3/minerd-sph_echo.o sha3/minerd-sph_hamsi.o sha3/minerd-sph_fugue.o sha3/minerd-sph_shabal.o sha3/minerd-sph_whirlpool.o crypto/minerd-oaes_lib.o crypto/minerd-c_keccak.o crypto/minerd-c_groestl.o crypto/minerd-c_blake256.o crypto/minerd-c_jh.o crypto/minerd-c_skein.o crypto/minerd-hash.o crypto/minerd-aesb.o minerd-sha2-arm.o minerd-scrypt-arm.o minerd-aesb-arm.o crypto/minerd-aesb-x86-impl.o -lcurl -ljansson -lpthread -lcrypto
/usr/bin/ld: /usr/bin/ld: DWARF error: offset (1342246400) greater than or equal to .debug_str size (366)
/usr/bin/ld: DWARF error: offset (243239313) greater than or equal to .debug_str size (366)
/usr/bin/ld: DWARF error: offset (805392641) greater than or equal to .debug_str size (366)
/usr/bin/ld: DWARF error: could not find abbrev number 80
/tmp/cchglKdA.ltrans6.ltrans.o: in function
miner_thread': <artificial>:(.text+0xb80c): undefined reference to
freshhash'collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:662: minerd] Error 1
make[2]: Leaving directory '/home/pi/cpuminer-multi'
make[1]: *** [Makefile:1511: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/cpuminer-multi'
make: *** [Makefile:503: all] Error 2
The text was updated successfully, but these errors were encountered: