How you do to build it?
im not expert but i tryied:
CROSS_COMPILE=arm-linux-gnueabi-gcc ./configure --build=arm-linux --target=arm-linux --host=arm
but i get
checking for curl_global_init in -lcurl... yes
checking for dlopen in -ldl... yes
checking for clock_gettime in -lrt... yes
checking for gcc 4.4... configure: error: in `/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32':
configure: error: cannot run test program while cross compiling
See `config.log' for more details
if i remove those lines in the config file, configure success, but when i try to make it i get
bitcoin-sha256.o: In function `SseBitcoinSha256':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/src/bitcoin-sha256sse.h:93: undefined reference to `vtable for Coin::SseBitcoinSha256'
bitcoin-sha256.o: In function `Coin::BitcoinSha256::FindNonce(unsigned int&)':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/src/bitcoin-sha256.cpp:99: undefined reference to `CalcSha256'
miner.o: In function `SseBitcoinSha256':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/src/bitcoin-sha256sse.h:93: undefined reference to `vtable for Coin::SseBitcoinSha256'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/src/bitcoin-sha256sse.h:93: undefined reference to `vtable for Coin::SseBitcoinSha256'
sha256.o: In function `Ext::Crypto::SHA256::HashBlock(void*, unsigned char const*, unsigned long)':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/sha256.cpp:74: undefined reference to `Sha256Update_x86x64'
scrypt.o: In function `Ext::Crypto::CalcSCryptHash_80_3way(unsigned int const*)':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:267: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:268: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:278: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:288: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:291: undefined reference to `Sha256Update_4way_x86x64Sse2'
scrypt.o:/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:303: more undefined references to `Sha256Update_4way_x86x64Sse2' follow
scrypt.o: In function `Ext::Crypto::CalcSCryptHash_80_3way(unsigned int const*)':
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:344: undefined reference to `ScryptCore_x64_3way'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:366: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:389: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:391: undefined reference to `Sha256Update_4way_x86x64Sse2'
/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32/el/crypto/scrypt.cpp:394: undefined reference to `Sha256Update_4way_x86x64Sse2'
collect2: ld returned 1 exit status
make[1]: *** [bitcoin-miner] Error 1
make[1]: Leaving directory `/home/shivan/Desktop/ufasoft_bitcoin-miner-0.32'
make: *** [all] Error 2
shivan@ubuntu:~/Desktop/ufasoft_bitcoin-miner-0.32$