I have a problem building this miner. I am trying to build it in Linux 16.04 64bit with mingw32. I am configuring like that :
sudo ./configure --host=i586-mingw32msvc
Then I have this error after sudo make :
cc1: error: invalid option argument ‘-Ofast’
cc1: error: unrecognized command line option "-flto"
cc1: error: unrecognized command line option "-fuse-linker-plugin"
Makefile:526: recipe for target 'minerd-cpu-miner.o' failed
make[2]: *** [minerd-cpu-miner.o] Error 1
I tried to remove this lines in the Makefile, but then I got other error. Does somebody have some idea how to fix that?
Thanks in advance !
Probably some old ass toolchain - I build my own cross-toolchains for this very reason, most of the ones you can find are hopelessly out of date.