-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Help with build: ethminer for Win64 in Linux using mingw32 #703
Comments
Hi... From NVidia CUDA Forum: You need Microsoft Build Tools 2015 and CUDA Toolkit 9.1 to compile ethminer. If you do not want to leave the MinGW environment first you have to install the above and then you can run the following script.
|
Thanks for the advice, but I'm running the build from linux machine using default OpenCL settings. |
I'm not sure if this is possible, but check out this toolchain file for this case from Polly: /~https://github.com/ruslo/polly/blob/master/linux-mingw-w64.cmake. |
I have test with Polly as well, but i still have the same error. Tested in ubuntu and debian. Thanks for all the help. And Thank you for making ethminer better on every release! |
Try this script ETHminerBuildScriptDmW
|
Hi @DeadManWalkingTO ,
I know you didn't mention about which system this script should be run in the github page. |
Thanks |
I've been trying building ethminer for win64 in Linux using mingw32-w64 with the following changes in toolchain file:
but i always failed on cmake --build . step with the following error:
Does anyone has experience building ethminer using mingw32 or can point out what did I do wrong?
Thanks.
The text was updated successfully, but these errors were encountered: