Post
Topic
Board Mining (Altcoins)
Re: [ANN] cpuminer-opt v24.1, Optimized multi-algo CPU miner for x86_64 and AArch64
by
JayDDee
on 16/05/2024, 20:33:43 UTC
Illegal instruction (core dumped)

Illegal instruction is always a bad compile, probably trying to use SHA when the CPU doesn't support it.
Always use -march=native unless it's a new CPU and an old compiler. Your version of GCC is current so it should work for RPi4,
maybe even RPi5. -march=armv8 should also work for RPi4 but it may not be optimum.