Closed Paranoid-Dev closed 3 years ago
Correct build.sh can't be used to cross compile, the configure command must be enterred manually.
./configure $CONFIGURE_ARGS
should work if the variable was set in a previous step.
I've updated the Wiki, let me know if there are still issues.
https://github.com/JayDDee/cpuminer-opt/blob/master/winbuild-cross.sh I actually used this with a few edits to make it work for me to compile, when the way in the previous wiki didn't work So I don't think the updated wiki would have any issues now, since it's almost the same Thanks for updating so quickly, I'm sure it will help new people trying to compile
in https://github.com/JayDDee/cpuminer-opt/wiki/Compiling-from-source#compile should be changed to
etc
or it will spout a lot of "undefined reference to imp" errors.
Found out after spending over an hour thinking I had compiled curl wrong and recompiling with different options :|
Also there should be orders to change the flag in build.sh before using it