decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
160 stars 80 forks source link

Windows build - cl and adl not compiled for 64-bit #158

Closed willdeed closed 1 year ago

willdeed commented 7 years ago

Following the build instructions on Windows 10 x86_64 gives:

C:\Users\username\go\src\github.com\decred\gominer>go build -tags opencladl
# github.com/decred/gominer/adl
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
# github.com/decred/gominer/cl
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in