Hi,
First, thanks for this wonderful miner.
I managed to make it work on linux (lib64 only) with a 8600 GT
(A bit disappointed about my card performance though: 5300kh/s)
:52: error: incompatible type assigning 'int', expected 'uint2'
work[5]=0x00000000;
^~~~~~~~~~~
Any ideas?
Got this error too, just put some "u"s at the end of all these uint constants. Example:
work[5]=0x00000000u;