I am trying to improve the performance for CL Kernel and it's calling.
and, I have tried to compile, but I have failed,
can I get an idea about the compiling environments ?
I have tried
(1) install MinGW
(2) install All Packages
(3) compiled and installed jansson-2.8
(4) copied, AMD_SDK 3.0 x86 (bin/lib/include)
(5) I have tried to compile using Makefile it can not compile
it has generate an error : inconsistent operand constranint in an 'asm'
so, temporary, I have disabled
void cryptonight_hash_aesni in cryptonight.c & main.c
(6) I got so many errors,
so, I have added
-lws2_32
(7) But, some error has not been cleared,, Could you give me an advice ?
net.o:net.c:(.text+0x97): undefined reference to `getaddrinfo'
net.o:net.c:(.text+0x121): undefined reference to `freeaddrinfo'
net.o:net.c:(.text+0x14c): undefined reference to `freeaddrinfo'
collect2.exe: error: ld returned 1 exit status
make: *** [all] Error 1
Administrator@ENG ~/xmr
$