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
I have been trying to install the shadow-plugin-bitcoin but I have not been successful due to multiple errors that pop up when I execute the 'make -j1' command.
I'm currently using the container available on the shadow github that has shadow v1.10.2 installed I have followed every step described in the shadow-plugin-bitcoin wiki but when I execute the command 'make -j1' I get the following error message.
shadow-plugin-bitcoind.hoisted.bc: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
src/CMakeFiles/shadow-plugin-bitcoind.dir/build.make:880: recipe for target 'src/libshadow-plugin-bitcoind.so' failed
make[2]: *** [src/libshadow-plugin-bitcoind.so] Error 1
CMakeFiles/Makefile2:260: recipe for target 'src/CMakeFiles/shadow-plugin-bitcoind.dir/all' failed
make[1]: *** [src/CMakeFiles/shadow-plugin-bitcoind.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2
I have been trying to install the shadow-plugin-bitcoin but I have not been successful due to multiple errors that pop up when I execute the 'make -j1' command.
I'm currently using the container available on the shadow github that has shadow v1.10.2 installed I have followed every step described in the shadow-plugin-bitcoin wiki but when I execute the command 'make -j1' I get the following error message.
I have also uploaded a file with the full output of executing 'make -j1' output.txt as well as uploaded the container in the state where the make fails https://hub.docker.com/r/sigmajem/shadow/.
I also had to apply the fix from #3 until the C++ compiler stopped throwing errors