adaseb
21
How do I compile with MINGW32.
Change the dirs to
AMDAPPSDK = /c/Program Files (x86)/AMD APP SDK/3.0/include
$ make
gcc -std=c99 -pedantic -Wextra -Wall -ggdb -Wno-deprecated-declarations -I/c/Pr
ogram Files (x86)/AMD APP SDK/3.0/include -c -o main.o main.c
/bin/sh: -c: line 0: syntax error near unexpected token (' /bin/sh: -c: line 0:
gcc -std=c99 -pedantic -Wextra -Wall -ggdb -Wno-deprecate
d-declarations -I/c/Program Files (x86)/AMD APP SDK/3.0/include -c -o main.o ma
in.c’
make: *** [main.o] Error 2
voxelot
22
we haven’t
haha, will report tomorrow, please contact us if you’d like Marc, I think Dave sent you an email
1 Like
Akkie
24
Combined with Multi-GPU support and im happy 
adaseb
25
I think the problem is that its not finding the correct AMDAPPSDK directory
WORKS NOW
needs to be changed to
AMDAPPSDK=“C:\Program Files (x86)\AMD APP SDK\3.0\include”
voxelot
27
Ohh good idea, I will try opening multiple devices in the morning, I too am tired but Omar is continuing work from Spain on the host.
alexfox
28
rx470 8Gb… but sometimes my system freeze.
How about stratum support?
And with multy-GPU i have a 1 crash! (segmentation fault)
sosit
29
This is with 470 4 GB moded bios 
Really easy to build this!
adaseb
30
Cant build in Windows because the usr/lib/x86_64-linux-gnu/amdgpu-pro/libOpenCL.so is missing.
Its not installed in the Windows AMD 16.10 drivers
adaseb
32
Where? the libOpenCL.so file is no where in my system.
adaseb
35
So in the MAKEFILE what do I change
LDLIBS = /usr/lib/x86_64-linux-gnu/amdgpu-pro/libOpenCL.so -lrt
into ?
eslanek
36
Zogminer+SILENTARMY solver make a good couple, you must collaborate and share the prize, you have deserved it
ecohash
37
Sorry, you looking for OpenCL.lib file, and for windows opencl projects you need OpenCL.dll inside your program directory.
adaseb
38
Ok find the file, changed it to
LDLIBS = /usr/lib/x86_64-linux-gnu/amdgpu-pro/OpenCL.lib -lrt
AND now I get
n/ld.exe: cannot find -lrt
hi guys, if someone build on windows. release to everyone. the comunity need it
jbcheng
40
use 16.3 please so that we can easily switch between Eth and Zcash