hey there didn't know if i'm right here.
i got some trouble to run CgMiner on my Pogoplug B04 -> i connect to it via Putty
I installed arch linux like it was discribed here:
http://archlinuxarm.org/platforms/armv6/pogoplug-provideov3I installed the following packages:
pacman -Sy autoconf
pacman -Sy libtool
pacman -Sy ncurses
pacman -Sy yasm
pacman -Sy curl
pacman -Sy curlftpfs
pacman -Sy openssl
pacman -Sy flickcurl
pacman -Sy pkg-config
pacman -Sy git
than downloaded the lates cgminer on the following adress:
git clone git://github.com/ckolivas/cgminer.git cgminer
it donwloads all but no file named "cgminer". i only got cgminer.c which i cannot really handle.
i followed the configuration. first of al i entered:
aclocal
-> nothing happend, it take a while blocking the line and bring me back to the point where i can enter an other command.
i continued with:
./autogen.sh
->now there's some live in the Pogoplug. it lists a lot of things.
I continued with:
./configure --enable-cpumining
-> because i want the Pogo B04 first mine on it's CPu to test this, before i plug in any FPGA's =)
so it takes a while again untill the cofiguration is done....seems alright until yet.
But i don't know what to do now...
I'm new in arch linux and have no idea how to start CgMiner working ....i don't have a File that allows me to start it....i can't find any further explainations on the internet, how to move on =(
here's a litte sample of the "dir"
aclocal.m4 COPYING mknsis.sh
adl.c depcomp NEWS
adl_functions.h diablo121016.cl ocl.c
adl.h diakgcn121016.cl ocl.h
ADL_SDK driver-bitforce.c phatk121016.cl
api.c driver-cpu.c poclbm121016.cl
API.class driver-cpu.h README
api-example.c driver-icarus.c scrypt121016.cl
api-example.php driver-modminer.c scrypt.c
API.java driver-opencl.c scrypt.h
API-README driver-opencl.h SCRYPT-README
arg-nonnull.h driver-ztex.c sha256_4way.c
AUTHORS elist.h sha256_altivec_4way.c
autogen.sh example.conf sha256_cryptopp.c
autom4te.cache findnonce.c sha256_generic.c
bench_block.h findnonce.h sha256_sse2_amd64.c
bitforce-firmware-flash.c FPGA-README sha256_sse2_i386.c
bitstreams fpgautils.c sha256_sse4_amd64.c
ccan fpgautils.h sha256_via.c
c++defs.h install-sh sha2.c
cgminer.c lib sha2.h
ChangeLog libztex.c stamp-h1
compat libztex.h todo_ztex.txt
compat.h LICENSE usbutils.c
compile linux-usb-cgminer usbutils.h
config.guess logging.c uthash.h
config.h logging.h util.c
config.h.in m4 util.h
config.h.in~ Makefile warn-on-use.h
config.log Makefile.am windows-build.txt
config.status Makefile.in x86_32
config.sub miner.h x86_64
configure miner.php
configure.ac missing
The configure.acc is missing, i reinstalled the third time, at the second time it was available - don't know why but is it was, -> aclocal.m4 was missing -lol- =/
does anyone has some information for me, how i can move on?
greets Killa