yiimo working fine, create new coin OK, however, does not connect with server while running mining software like cpuminer or xmring. Likely not connecting with stratum that is not created during compilation.
blake2s.c: In function ‘blake2s’:
blake2s.c:327:9: error: size of array element is not a multiple of its alignment
327 | blake2s_state S[1];
| ^~~~~
make: *** [makefile:28: blake2s.o] Error 1
getting above error during Installing Yiimp compilation.
same error on ubuntu 18 version
Any suggestion, how to correct or bypass (if appropriate).
Installation on Ubuntu 22.04
yiimo working fine, create new coin OK, however, does not connect with server while running mining software like cpuminer or xmring. Likely not connecting with stratum that is not created during compilation.
blake2s.c: In function ‘blake2s’: blake2s.c:327:9: error: size of array element is not a multiple of its alignment 327 | blake2s_state S[1]; | ^
~~~~ make: *** [makefile:28: blake2s.o] Error 1getting above error during Installing Yiimp compilation.
same error on ubuntu 18 version
Any suggestion, how to correct or bypass (if appropriate).
Thanks