You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/ld: b58/b58.o (symbol from plugin): in function b58_csum': (.text+0x0): multiple definition of ripemd160_xform_func'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: b58/b58.o (symbol from plugin): in function b58_csum': (.text+0x0): multiple definition of SHA2_256_Transform'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: sha256/sha256.o (symbol from plugin): in function ripemd160_fast': (.text+0x0): multiple definition of ripemd160_xform_func'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here
/usr/bin/ld: sha256/sha256.o (symbol from plugin): in function ripemd160_fast': (.text+0x0): multiple definition of SHA2_256_Transform'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here
lto-wrapper: warning: using serial compilation of 2 LTRANS jobs
collect2: error: ld returned 1 exit status
make: *** [Makefile:109: brainflayer] Error 1
How to fix that.
The text was updated successfully, but these errors were encountered:
when I try to compile develop branch.
/usr/bin/ld: b58/b58.o (symbol from plugin): in function
b58_csum': (.text+0x0): multiple definition of
ripemd160_xform_func'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here/usr/bin/ld: b58/b58.o (symbol from plugin): in function
b58_csum': (.text+0x0): multiple definition of
SHA2_256_Transform'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here/usr/bin/ld: sha256/sha256.o (symbol from plugin): in function
ripemd160_fast': (.text+0x0): multiple definition of
ripemd160_xform_func'; brainflayer.o (symbol from plugin):(.text+0x0): first defined here/usr/bin/ld: sha256/sha256.o (symbol from plugin): in function
ripemd160_fast': (.text+0x0): multiple definition of
SHA2_256_Transform'; brainflayer.o (symbol from plugin):(.text+0x0): first defined herelto-wrapper: warning: using serial compilation of 2 LTRANS jobs
collect2: error: ld returned 1 exit status
make: *** [Makefile:109: brainflayer] Error 1
How to fix that.
The text was updated successfully, but these errors were encountered: