Post
Topic
Board Mining (Altcoins)
On Raspberry Pi 3
by
Zenitur
on 09/05/2017, 19:03:35 UTC
On Raspberry Pi 3

Code:
$ CFLAGS="-O3 -mfpu=neon" ./configure --disable-aes-ni
$ make
gcc -std=gnu99 -DHAVE_CONFIG_H -I.  -pthread -I./compat/jansson   -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -O2 -fno-strict-aliasing   -O3 -mfpu=neon -MT minerd-cryptonight_lobotomized.o -MD -MP -MF .deps/minerd-cryptonight_lobotomized.Tpo -c -o minerd-cryptonight_lobotomized.o `test -f 'cryptonight_lobotomized.c' || echo './'`cryptonight_lobotomized.c
In file included from cryptonight.h:6:0,
                 from cryptonight_lobotomized.c:1:
miner.h:188:58: warning: ‘struct cryptonight_ctx’ declared inside parameter list
   uint32_t max_nonce, unsigned long *hashes_done, struct cryptonight_ctx *persistentctx);
                                                          ^
miner.h:188:58: warning: its scope is only this definition or declaration, which is probably not what you want
cryptonight_lobotomized.c:2:23: fatal error: x86intrin.h: No such file or directory
 #include
                       ^
compilation terminated.