Miner- SILENTARMY v5

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

we haven’t :smiley: haha, will report tomorrow, please contact us if you’d like Marc, I think Dave sent you an email

1 Like

may be use -std=c++11 ?

Combined with Multi-GPU support and im happy :slight_smile:

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”

waiting for results )

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.

rx470 8Gb… but sometimes my system freeze.
How about stratum support?

And with multy-GPU i have a 1 crash! (segmentation fault)

This is with 470 4 GB moded bios :slight_smile:
Really easy to build this!

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

use dll-s in windows)

Where? the libOpenCL.so file is no where in my system.

somewhere in drivers

Windows use dll files…

So in the MAKEFILE what do I change
LDLIBS = /usr/lib/x86_64-linux-gnu/amdgpu-pro/libOpenCL.so -lrt

into ?

Zogminer+SILENTARMY solver make a good couple, you must collaborate and share the prize, you have deserved it

Sorry, you looking for OpenCL.lib file, and for windows opencl projects you need OpenCL.dll inside your program directory.

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

use 16.3 please so that we can easily switch between Eth and Zcash