Build on ubuntu and have error
git clone
https://github.com/nicehash/cpuminer-multicd cpuminer-multi/
./build.sh
...skip...
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -fno-strict-aliasing -I. -Wno-pointer-sign -Wno-pointer-to-int-cast -O2 -Ofast -flto -fuse-linker-plugin -ftree-loop-if-convert-stores -DUSE_ASM -pg -Iyes/include -Iyes/include -MT lyra2/cpuminer-Lyra2.o -MD -MP -MF lyra2/.deps/cpuminer-Lyra2.Tpo -c -o lyra2/cpuminer-Lyra2.o `test -f 'lyra2/Lyra2.c' || echo './'`lyra2/Lyra2.c
crypto/mshabal.c: In function ‘mshabal8_compress’:
crypto/mshabal.c:44:3: error: unknown type name ‘__m256i’
__m256i data[16];
^
crypto/mshabal.c:47:2: error: unknown type name ‘__m256i’
__m256i A[12], B[16], C[16];
^
crypto/mshabal.c:48:2: error: unknown type name ‘__m256i’
__m256i one;
^
crypto/mshabal.c:51:3: warning: implicit declaration of function ‘_mm256_loadu_si256’ [-Wimplicit-function-declaration]
A[j] = _mm256_loadu_si256((__m256i *)sc->state + j);
^
crypto/mshabal.c:51:30: error: ‘__m256i’ undeclared (first use in this function)
A[j] = _mm256_loadu_si256((__m256i *)sc->state + j);
^
crypto/mshabal.c:51:30: note: each undeclared identifier is reported only once for each function it appears in
crypto/mshabal.c:51:39: error: expected expression before ‘)’ token
A[j] = _mm256_loadu_si256((__m256i *)sc->state + j);
^
crypto/mshabal.c:53:39: error: expected expression before ‘)’ token
B[j] = _mm256_loadu_si256((__m256i *)sc->state + j + 12);
^
crypto/mshabal.c:54:39: error: expected expression before ‘)’ token
C[j] = _mm256_loadu_si256((__m256i *)sc->state + j + 28);
^
crypto/mshabal.c:56:2: warning: implicit declaration of function ‘_mm256_set1_epi32’ [-Wimplicit-function-declaration]
one = _mm256_set1_epi32(C32(0xFFFFFFFF));
^
crypto/mshabal.c:76:4: warning: implicit declaration of function ‘_mm256_add_epi32’ [-Wimplicit-function-declaration]
B[j] = _mm256_add_epi32(B[j], M(j));
^
crypto/mshabal.c:76:4: warning: implicit declaration of function ‘_mm256_load_si256’ [-Wimplicit-function-declaration]
crypto/mshabal.c:78:3: warning: implicit declaration of function ‘_mm256_xor_si256’ [-Wimplicit-function-declaration]
A[0] = _mm256_xor_si256(A[0], _mm256_set1_epi32(sc->Wlow));
^
crypto/mshabal.c:82:4: warning: implicit declaration of function ‘_mm256_or_si256’ [-Wimplicit-function-declaration]
B[j] = _mm256_or_si256(_mm256_slli_epi32(B[j], 17),
^
crypto/mshabal.c:82:4: warning: implicit declaration of function ‘_mm256_slli_epi32’ [-Wimplicit-function-declaration]
crypto/mshabal.c:83:4: warning: implicit declaration of function ‘_mm256_srli_epi32’ [-Wimplicit-function-declaration]
_mm256_srli_epi32(B[j], 15));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:102:3: note: in expansion of macro ‘PP’
PP(A[0x0], A[0xB], B[0x0], B[0xD], B[0x9], B[0x6], C[0x8], M(0x0));
^
crypto/mshabal.c:87:3: error: ‘tt’ undeclared (first use in this function)
tt = _mm256_or_si256(_mm256_slli_epi32(xa1, 15), \
^
crypto/mshabal.c:102:3: note: in expansion of macro ‘PP’
PP(A[0x0], A[0xB], B[0x0], B[0xD], B[0x9], B[0x6], C[0x8], M(0x0));
^
crypto/mshabal.c:86:11: warning: implicit declaration of function ‘_mm256_andnot_si256’ [-Wimplicit-function-declaration]
__m256i tt; \
^
crypto/mshabal.c:102:3: note: in expansion of macro ‘PP’
PP(A[0x0], A[0xB], B[0x0], B[0xD], B[0x9], B[0x6], C[0x8], M(0x0));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:103:3: note: in expansion of macro ‘PP’
PP(A[0x1], A[0x0], B[0x1], B[0xE], B[0xA], B[0x7], C[0x7], M(0x1));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:104:3: note: in expansion of macro ‘PP’
PP(A[0x2], A[0x1], B[0x2], B[0xF], B[0xB], B[0x8], C[0x6], M(0x2));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:105:3: note: in expansion of macro ‘PP’
PP(A[0x3], A[0x2], B[0x3], B[0x0], B[0xC], B[0x9], C[0x5], M(0x3));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:106:3: note: in expansion of macro ‘PP’
PP(A[0x4], A[0x3], B[0x4], B[0x1], B[0xD], B[0xA], C[0x4], M(0x4));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:107:3: note: in expansion of macro ‘PP’
PP(A[0x5], A[0x4], B[0x5], B[0x2], B[0xE], B[0xB], C[0x3], M(0x5));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:108:3: note: in expansion of macro ‘PP’
PP(A[0x6], A[0x5], B[0x6], B[0x3], B[0xF], B[0xC], C[0x2], M(0x6));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:109:3: note: in expansion of macro ‘PP’
PP(A[0x7], A[0x6], B[0x7], B[0x4], B[0x0], B[0xD], C[0x1], M(0x7));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:110:3: note: in expansion of macro ‘PP’
PP(A[0x8], A[0x7], B[0x8], B[0x5], B[0x1], B[0xE], C[0x0], M(0x8));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:111:3: note: in expansion of macro ‘PP’
PP(A[0x9], A[0x8], B[0x9], B[0x6], B[0x2], B[0xF], C[0xF], M(0x9));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:112:3: note: in expansion of macro ‘PP’
PP(A[0xA], A[0x9], B[0xA], B[0x7], B[0x3], B[0x0], C[0xE], M(0xA));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:113:3: note: in expansion of macro ‘PP’
PP(A[0xB], A[0xA], B[0xB], B[0x8], B[0x4], B[0x1], C[0xD], M(0xB));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:114:3: note: in expansion of macro ‘PP’
PP(A[0x0], A[0xB], B[0xC], B[0x9], B[0x5], B[0x2], C[0xC], M(0xC));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:115:3: note: in expansion of macro ‘PP’
PP(A[0x1], A[0x0], B[0xD], B[0xA], B[0x6], B[0x3], C[0xB], M(0xD));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:116:3: note: in expansion of macro ‘PP’
PP(A[0x2], A[0x1], B[0xE], B[0xB], B[0x7], B[0x4], C[0xA], M(0xE));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:117:3: note: in expansion of macro ‘PP’
PP(A[0x3], A[0x2], B[0xF], B[0xC], B[0x8], B[0x5], C[0x9], M(0xF));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:119:3: note: in expansion of macro ‘PP’
PP(A[0x4], A[0x3], B[0x0], B[0xD], B[0x9], B[0x6], C[0x8], M(0x0));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:120:3: note: in expansion of macro ‘PP’
PP(A[0x5], A[0x4], B[0x1], B[0xE], B[0xA], B[0x7], C[0x7], M(0x1));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:121:3: note: in expansion of macro ‘PP’
PP(A[0x6], A[0x5], B[0x2], B[0xF], B[0xB], B[0x8], C[0x6], M(0x2));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:122:3: note: in expansion of macro ‘PP’
PP(A[0x7], A[0x6], B[0x3], B[0x0], B[0xC], B[0x9], C[0x5], M(0x3));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:123:3: note: in expansion of macro ‘PP’
PP(A[0x8], A[0x7], B[0x4], B[0x1], B[0xD], B[0xA], C[0x4], M(0x4));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:124:3: note: in expansion of macro ‘PP’
PP(A[0x9], A[0x8], B[0x5], B[0x2], B[0xE], B[0xB], C[0x3], M(0x5));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:125:3: note: in expansion of macro ‘PP’
PP(A[0xA], A[0x9], B[0x6], B[0x3], B[0xF], B[0xC], C[0x2], M(0x6));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:126:3: note: in expansion of macro ‘PP’
PP(A[0xB], A[0xA], B[0x7], B[0x4], B[0x0], B[0xD], C[0x1], M(0x7));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:127:3: note: in expansion of macro ‘PP’
PP(A[0x0], A[0xB], B[0x8], B[0x5], B[0x1], B[0xE], C[0x0], M(0x8));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:128:3: note: in expansion of macro ‘PP’
PP(A[0x1], A[0x0], B[0x9], B[0x6], B[0x2], B[0xF], C[0xF], M(0x9));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:129:3: note: in expansion of macro ‘PP’
PP(A[0x2], A[0x1], B[0xA], B[0x7], B[0x3], B[0x0], C[0xE], M(0xA));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:130:3: note: in expansion of macro ‘PP’
PP(A[0x3], A[0x2], B[0xB], B[0x8], B[0x4], B[0x1], C[0xD], M(0xB));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:131:3: note: in expansion of macro ‘PP’
PP(A[0x4], A[0x3], B[0xC], B[0x9], B[0x5], B[0x2], C[0xC], M(0xC));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:132:3: note: in expansion of macro ‘PP’
PP(A[0x5], A[0x4], B[0xD], B[0xA], B[0x6], B[0x3], C[0xB], M(0xD));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:133:3: note: in expansion of macro ‘PP’
PP(A[0x6], A[0x5], B[0xE], B[0xB], B[0x7], B[0x4], C[0xA], M(0xE));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:134:3: note: in expansion of macro ‘PP’
PP(A[0x7], A[0x6], B[0xF], B[0xC], B[0x8], B[0x5], C[0x9], M(0xF));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:136:3: note: in expansion of macro ‘PP’
PP(A[0x8], A[0x7], B[0x0], B[0xD], B[0x9], B[0x6], C[0x8], M(0x0));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:137:3: note: in expansion of macro ‘PP’
PP(A[0x9], A[0x8], B[0x1], B[0xE], B[0xA], B[0x7], C[0x7], M(0x1));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:138:3: note: in expansion of macro ‘PP’
PP(A[0xA], A[0x9], B[0x2], B[0xF], B[0xB], B[0x8], C[0x6], M(0x2));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:139:3: note: in expansion of macro ‘PP’
PP(A[0xB], A[0xA], B[0x3], B[0x0], B[0xC], B[0x9], C[0x5], M(0x3));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:140:3: note: in expansion of macro ‘PP’
PP(A[0x0], A[0xB], B[0x4], B[0x1], B[0xD], B[0xA], C[0x4], M(0x4));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:141:3: note: in expansion of macro ‘PP’
PP(A[0x1], A[0x0], B[0x5], B[0x2], B[0xE], B[0xB], C[0x3], M(0x5));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:142:3: note: in expansion of macro ‘PP’
PP(A[0x2], A[0x1], B[0x6], B[0x3], B[0xF], B[0xC], C[0x2], M(0x6));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:143:3: note: in expansion of macro ‘PP’
PP(A[0x3], A[0x2], B[0x7], B[0x4], B[0x0], B[0xD], C[0x1], M(0x7));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:144:3: note: in expansion of macro ‘PP’
PP(A[0x4], A[0x3], B[0x8], B[0x5], B[0x1], B[0xE], C[0x0], M(0x8));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:145:3: note: in expansion of macro ‘PP’
PP(A[0x5], A[0x4], B[0x9], B[0x6], B[0x2], B[0xF], C[0xF], M(0x9));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:146:3: note: in expansion of macro ‘PP’
PP(A[0x6], A[0x5], B[0xA], B[0x7], B[0x3], B[0x0], C[0xE], M(0xA));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:147:3: note: in expansion of macro ‘PP’
PP(A[0x7], A[0x6], B[0xB], B[0x8], B[0x4], B[0x1], C[0xD], M(0xB));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:148:3: note: in expansion of macro ‘PP’
PP(A[0x8], A[0x7], B[0xC], B[0x9], B[0x5], B[0x2], C[0xC], M(0xC));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:149:3: note: in expansion of macro ‘PP’
PP(A[0x9], A[0x8], B[0xD], B[0xA], B[0x6], B[0x3], C[0xB], M(0xD));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:150:3: note: in expansion of macro ‘PP’
PP(A[0xA], A[0x9], B[0xE], B[0xB], B[0x7], B[0x4], C[0xA], M(0xE));
^
crypto/mshabal.c:86:11: error: expected ‘;’ before ‘tt’
__m256i tt; \
^
crypto/mshabal.c:151:3: note: in expansion of macro ‘PP’
PP(A[0xB], A[0xA], B[0xF], B[0xC], B[0x8], B[0x5], C[0x9], M(0xF));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:197:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
^
crypto/mshabal.c:192:3: error: ‘tmp’ undeclared (first use in this function)
tmp = xb; \
^
crypto/mshabal.c:197:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
^
crypto/mshabal.c:191:11: warning: implicit declaration of function ‘_mm256_sub_epi32’ [-Wimplicit-function-declaration]
__m256i tmp; \
^
crypto/mshabal.c:197:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x0], C[0x0], M(0x0));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:198:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x1], C[0x1], M(0x1));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:199:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x2], C[0x2], M(0x2));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:200:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x3], C[0x3], M(0x3));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:201:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x4], C[0x4], M(0x4));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:202:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x5], C[0x5], M(0x5));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:203:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x6], C[0x6], M(0x6));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:204:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x7], C[0x7], M(0x7));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:205:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x8], C[0x8], M(0x8));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:206:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0x9], C[0x9], M(0x9));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:207:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0xA], C[0xA], M(0xA));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:208:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0xB], C[0xB], M(0xB));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:209:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0xC], C[0xC], M(0xC));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:210:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0xD], C[0xD], M(0xD));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:211:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0xE], C[0xE], M(0xE));
^
crypto/mshabal.c:191:11: error: expected ‘;’ before ‘tmp’
__m256i tmp; \
^
crypto/mshabal.c:212:3: note: in expansion of macro ‘SWAP_AND_SUB’
SWAP_AND_SUB(B[0xF], C[0xF], M(0xF));
^
crypto/mshabal.c:228:3: warning: implicit declaration of function ‘_mm256_storeu_si256’ [-Wimplicit-function-declaration]
_mm256_storeu_si256((__m256i *)sc->state + j, A[j]);
^
crypto/mshabal.c:228:33: error: expected expression before ‘)’ token
_mm256_storeu_si256((__m256i *)sc->state + j, A[j]);
^
crypto/mshabal.c:230:33: error: expected expression before ‘)’ token
_mm256_storeu_si256((__m256i *)sc->state + j + 12, B[j]);
^
crypto/mshabal.c:231:33: error: expected expression before ‘)’ token
_mm256_storeu_si256((__m256i *)sc->state + j + 28, C[j]);
^
make[2]: *** [crypto/cpuminer-mshabal.o] Ошибка 1
make[2]: *** Ожидание завершения заданий...
mv -f lyra2/.deps/cpuminer-Lyra2.Tpo lyra2/.deps/cpuminer-Lyra2.Po
mv -f crypto/.deps/cpuminer-aesb.Tpo crypto/.deps/cpuminer-aesb.Po
mv -f crypto/.deps/cpuminer-c_skein.Tpo crypto/.deps/cpuminer-c_skein.Po
make[2]: Выход из каталога `/home/drstas/cpuminer-multi'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Выход из каталога `/home/drstas/cpuminer-multi'
make: *** [all] Ошибка 2
strip: 'cpuminer': Нет такого файла
drstas@ubuntu:~/cpuminer-multi$