Post
Topic
Board Announcements (Altcoins)
Re: OPES - NEW Argon2 algo - No ICO - CPU ONLY
by
OPES
on 11/01/2016, 15:22:41 UTC
hey need help to build the wallet and the miner on linux!
tryed this:
Code:
git clone https://github.com/OpesCoin/OPES.git
cd OPES/src/
make USE_UPNP=-  -f makefile.unix


getting this errors:
Code:
hash/scrypt-jane/code/scrypt-jane-romix-basic.h:8: warning: 'scrypt_romix_nop' defined but not used
/tmp/cc05h2We.s: Assembler messages:
/tmp/cc05h2We.s:88: Error: no such instruction: `vprotq xmm10,xmm10,13'
/tmp/cc05h2We.s:89: Error: no such instruction: `vprotq xmm11,xmm11,13'
/tmp/cc05h2We.s:94: Error: no such instruction: `vprotq xmm8,xmm8,39'
/tmp/cc05h2We.s:95: Error: no such instruction: `vprotq xmm9,xmm9,39'
/tmp/cc05h2We.s:118: Error: no such instruction: `vprotq xmm8,xmm8,13'
/tmp/cc05h2We.s:119: Error: no such instruction: `vprotq xmm9,xmm9,13'
/tmp/cc05h2We.s:124: Error: no such instruction: `vprotq xmm10,xmm10,39'
/tmp/cc05h2We.s:125: Error: no such instruction: `vprotq xmm11,xmm11,39'
make: *** [hash/scrypt-jane/scrypt-jane.o] Error 1

The problem is your assembler, not the coin

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=assembler++Error:+no+such+instruction: