Please login or register.

Issues with xmr-stak-amd please help

Hello, I've been having trouble getting xmr-stak-amd going on ubuntu 14.04.2. I am using fglrx and have amdappsdk installed and I can run any other miner just fine. First, I was having trouble compiling it, complaining about GCC version even though I had version gcc-5 g++-5 and updated alternatives and when I ran --version I would get the 5.* version I had, yet it would still complain. I commented out the require section from CMakeList file and I was able to compile, but now when I try running, I get an libOpenCL error stated below:

xmr-stak-amd: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1: version `OPENCL_2.0' not found (required by xmr-stak-amd)

Then I tried recompiling using this:

    cmake -DOpenCL_INCLUDE_DIR=/usr/lib/x86_64-linux-gnu/ .

and it claimed to find OpenCL 2.0, then I ran make after seeing the message below.

-- Found OpenCL: /opt/AMDAPPSDK-3.0/lib/x86_64/libOpenCL.so (found version "2.0") 

When I tried again, it said the same error. Could anyone help me out?

Replies: 1
freshbtcer posted 6 years ago Weight: 0 | Link [ - ]

I want to add that I actually compiled using clang I believe, but still had to comment out the version check.