Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v3: now a full miner! multi-GPU, Stratum support (Linux only)
by
frozn0000
on 08/11/2016, 04:44:28 UTC
Took yalls advice and I am now on a fresh install of 14.02.  I installed the drivers using sudo apt-get install fglrx I got to the point of "make" and get:

mine@mine:~/silentarmy$ make
gcc  -std=gnu99 -pedantic -Wextra -Wall -ggdb -Wno-deprecated-declarations -Wno-overlength-strings -I"/opt/AMDAPPSDK-3.0/include"  -c -o main.o main.c
main.c:15:19: fatal error: CL/cl.h: No such file or directory
 #include
                   ^
compilation terminated.
make: *** [main.o] Error 1
mine@mine:~/silentarmy$