• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Compiler errors

ae3

New member
Hi,

I am getting errors like;
<code>
x2/scrypt-x64.S:2824:2: note: while in macro instantiation

salsa8_core_6way_avx2

^

<instantiation>:143:10: error: invalid operand for instruction

vpshufd x39, %ymm15, %ymm15

^~~

<instantiation>:4:2: note: while in macro instantiation

salsa8_core_6way_avx2_doubleround

^

x2/scrypt-x64.S:2824:2: note: while in macro instantiation

salsa8_core_6way_avx2

^

make[2]: *** [x2/minerd-scrypt-x64.o] Error 1
</code>



make[1]: *** [all-recursive] Error 1

make: *** [all] Error 2

Trying to compile with brew clang-omp
CC=/usr/local/Cellar/clang-omp/2015-04-01/bin/clang-omp

On a mac 10.10.5
I don't compile C that often, any help is appreciated.

Cheers,
Scott
 
Back
Top