make all-recursive
make[1]: Entering directory `/opt/miners/whirl'
Making all in lib
make[2]: Entering directory `/opt/miners/whirl/lib'
GEN signal.h
GEN string.h
make all-recursive
make[3]: Entering directory `/opt/miners/whirl/lib'
make[4]: Entering directory `/opt/miners/whirl/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/opt/miners/whirl/lib'
make[3]: Leaving directory `/opt/miners/whirl/lib'
make[2]: Leaving directory `/opt/miners/whirl/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/whirl/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/whirl/submodules/jansson'
make[3]: *** No rule to make target `all'. Stop.
make[3]: Leaving directory `/opt/miners/whirl/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/whirl/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/whirl'
make: *** [all] Error 2
Any ideas?
this is what i did :
maybe u dont autoreconf ?
git submodule update
autoreconf -i
cp PATH_TO_ADL_SDK ./ADL_SDK
CFLAGS="-O2 -march=native" ./configure --enable-opencl
make
That worked. Thanks!
"git submodule init
git submodule update"
this commands are not recognized by mingw32
I use the same command but i still get the same error... I'm using mingw32... help please...
autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make
i followed your instruction but i still have the same error... and i notice that in the submodules folder the jansson folder seem empty... i re-download and look at the folder jansson still nothing is in there... any instructions how to solve this submodules jansson...
(not really helpful for people using windows even though it is way it should be done regarding package management... however there is certainly a way to do that automatically through windows... may-be not mingw32 though... )