config.log : https://ghostbin.com/paste/pquhx
recipe for target 'libbitcoinconsensus.la' failed make[2]: *** [libbitcoinconsensus.la] Error 1
make fails
config.log : https://ghostbin.com/paste/pquhx
recipe for target 'libbitcoinconsensus.la' failed make[2]: *** [libbitcoinconsensus.la] Error 1
make fails
Try removing the o file first with make clean
its now : Makefile:8610: recipe for target 'bitcoind-bitcoind.o' failed make[2]: *** [bitcoind-bitcoind.o] Error 1
Do you have any modified files in your git folder? If not you could try git clean -dfx to delete all files that are not tracked by git, then start a fresh build from scratch.