|
Woud like to run my OrangePi with Debian for mining and can't found out why it's giving me a problem all the time when I try to install it.
This is when I type in " make "
- checking for curl_free... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating compat/Makefile
- config.status: creating compat/jansson/Makefile
- config.status: creating m7/Makefile
- config.status: creating cpuminer-config.h
- config.status: cpuminer-config.h is unchanged
- config.status: executing depfiles commands
- make all-recursive
- make[1]: Entering directory '/wolf-m7m-cpuminer-V2'
- Making all in compat
- make[2]: Entering directory '/wolf-m7m-cpuminer-V2/compat'
- make[3]: Entering directory '/wolf-m7m-cpuminer-V2/compat'
- make[3]: Nothing to be done for 'all-am'.
- make[3]: Leaving directory '/wolf-m7m-cpuminer-V2/compat'
- make[2]: Leaving directory '/wolf-m7m-cpuminer-V2/compat'
- Making all in m7
- make[2]: Entering directory '/wolf-m7m-cpuminer-V2/m7'
- gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -Ofast -march=native -flto -O3 -MT libm7m_a-haval.o -MD -MP -MF .deps/libm7m_a-haval.Tpo -c -o libm7m_a-haval.o `test -f 'haval.c' || echo './'`haval.c
- haval.c:1:0: error: unknown value 'native' for -march
- /* $Id: haval.c 227 2010-06-16 17:28:38Z tp $ */
- ^
- Makefile:363: recipe for target 'libm7m_a-haval.o' failed
- make[2]: *** [libm7m_a-haval.o] Error 1
- make[2]: Leaving directory '/wolf-m7m-cpuminer-V2/m7'
- Makefile:760: recipe for target 'all-recursive' failed
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory '/wolf-m7m-cpuminer-V2'
- Makefile:410: recipe for target 'all' failed
- make: *** [all] Error 2
Copy code
Also I want to open an other mining program and even the wallet and gave me a fault saying:
-bash: ./m-wallet: cannot execute binary file: Exec format error
What does that mean? I'm 100% sure it's for linux.
|
|