Post
Topic
Board Mining (Altcoins)
Re: New sgminer support x11, x13, x14 and x15, fresh (with source)
by
aznboy84
on 09/07/2014, 14:11:14 UTC
Tired to compile the Freshcoin Version. This is what i got when using "MAKE"

make[4]: Leaving directory `/opt/miners/freshgpu/lib'
make[3]: Leaving directory `/opt/miners/freshgpu/lib'
make[2]: Leaving directory `/opt/miners/freshgpu/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/freshgpu/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/freshgpu/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/freshgpu/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/freshgpu/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/freshgpu'
make: *** [all] Error 2


Please help

Since the lastest sgminer v5 beta implemented jansson lib as a submodule, you need to pull it down to .... here's the build instructions
Quote
cd /opt
git clone https://github.com/aznboy84/freshgpu.git
cd freshgpu
cp -av /opt/ADL-SDK/*.h ./ADL_SDK/
git submodule update --init --recursive
sh autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure
make