216k155 / Yiimp-PHI1612-Implemented

Yiimp pool supported PHI1612 PoW/PoS Hybrid algo
3 stars 17 forks source link

How compile path ./stratum without error Assembler messages: Error: bad instruction `bswapl r3' #13

Open Master-01 opened 6 years ago

Master-01 commented 6 years ago

Hellow! My system: Ubuntu 16.04.3 LTS and processor: ARMv7 Processor rev 5 (v7l) I run command make on path ./stratum and stop on error:

gcc -g -march=native -DNO_EXCHANGE -DHAVE_CURL `mysql_config --cflags --libs` -c coind_template.cpp
/tmp/ccTFuffv.s: Assembler messages:
/tmp/ccTFuffv.s:132: Error: bad instruction `bswapl r3'
Makefile:56: recipe for target 'coind_template.o' failed
make: *** [coind_template.o] Error 1

Please help me - how compile source on my system?

goodthebest commented 6 years ago

did you try to compile it on a clean fresh Ubuntu?

Master-01 commented 6 years ago

Yes, I tried in 2 computer, once is system is old, two is system only installed and updgraded to last updates.

goodthebest commented 6 years ago

oh ok, you are compiling yiimp to run coins and algos?

Master-01 commented 6 years ago

yes I need pool for mining many alt coins for many algos.

goodthebest commented 6 years ago

I can help you with, you may get in touch with me at https://github.com/goodthebest

Kaleran commented 6 years ago

Same problem. Any fix?