djm34 / sgminer-msvc2015

sgminer-gm with msvc2015 support
GNU General Public License v3.0
22 stars 25 forks source link

This software does not compile in Windows period #24

Open lordgamegenie opened 5 years ago

lordgamegenie commented 5 years ago

Tried this in Visual Studio 2013 & 2015 Tried this in MINGW32 Tried this in Cygwin 32-bit and 64-bit.

Tried this in VS, those windows build instructions are a joke. They are inconsistent and incomplete.

Mingw32 and Cygwin (32-bit) will both throw a fatal error during compiling error: inconsistent operand constraints in an ‘asm’ when it gets to the cryptonight algorithm.

algorithm/cryptonight.c: In function ‘cryptonight’: algorithm/cryptonight.c:138:2: error: inconsistent operand constraints in an ‘asm’ asm("mul %%rdx": ^~~

Cygwin (64-bit) will return a configure error that it cannot find OpenCL

If this author got this software to run in Windows I wish he'd simply put up the binaries. The instructions to compile do not work!!