Hello.
I tried to compiled cpuminer from Git but with no luck.
git clone https://github.com/siklon/cpuminer-gc3355 cpuminer
sudo sh autogen.sh
sudo ./configure CFLAGS="-O3"
make
Everything seems fine during compile (not an expert on linux)
Output
pi@rasp2 ~/cpuminer $ sudo ./minerd --gc3355=/dev/ttyAMA0 --freq=800 --gc3355-autotune --url=stratum+tcp://multi1.wemineall.com:5555 -u xxx.xxx -p test123 --retries=1
[2014-04-22 21:55:53.715] 0: GC3355 chip mining thread started, in SINGLE mode
[2014-04-22 21:55:53.717] 0: open device /dev/ttyAMA0
[2014-04-22 21:55:53.719] Starting Stratum on stratum+tcp://multi1.wemineall.com:5555
[2014-04-22 21:55:53.722] 0: Open UART device /dev/ttyAMA0
[2014-04-22 21:55:53.795] 0@0: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.806] 0@1: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.818] 0@2: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.830] 0@3: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.841] 0@4: Set GC3355 core frequency to 800Mhz
[2014-04-22 21:55:53.931] New job_id: 4ae Diff: 164
[2014-04-22 21:55:53.932] Stratum detected new block
[2014-04-22 21:55:53.934] Dispatching new work to GC3355 threads
[2014-04-22 21:57:53.985] Stratum connection timed out
[2014-04-22 21:57:53.985] Stratum connection interrupted
[2014-04-22 21:57:54.179] New job_id: c07a Diff: 164
[2014-04-22 21:57:54.180] Stratum detected new block
[2014-04-22 21:57:54.181] Dispatching new work to GC3355 threads
[2014-04-22 21:58:49.409] New job_id: c07b Diff: 164
[2014-04-22 21:58:49.410] Stratum detected new block
[2014-04-22 21:58:49.412] Dispatching new work to GC3355 threads
[2014-04-22 21:58:56.679] New job_id: c07c Diff: 164
[2014-04-22 21:58:56.679] Stratum detected new block
[2014-04-22 21:58:56.679] Dispatching new work to GC3355 threads
^C[2014-04-22 21:59:1.287] SIGINT received, exiting
Don't get any accepts, something is wrong.. Any Ideas ?.