Hi,
I want to use coolminer that is compiled with cuda 9.2(installed). However, I’m getting this “illegal instruction” as shown below. It seems like it’s possible to have it working on a fresh installed ubuntu 16.04.
/hive/ccminer# coolMiner-x64L --version
Illegal instruction
/hive/ccminer#
ccminer compiled with cuda 9.0 works ok :
/hive/ccminer# ccminer-tpruvot --version
*** ccminer 2.2.5 for nVidia GPUs by tpruvot@github ***
Built with the nVidia CUDA Toolkit 9.0 64-bits
Originally based on Christian Buchner and Christian H. project
Include some kernels from alexis78, djm34, djEzo, tsiv and krnlx.
BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)
ccminer v2.2.5
libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3
/hive/ccminer#
Any ideas ?