Post
Topic
Board Mining software (miners)
Re: Cross-compiling cgminer on Raspberry Pi
by
shinji.link
on 03/04/2021, 15:51:15 UTC
hi, just wondering are you already fresh install using NOOBS?

if yes, delete all related clone file, then try to re-clone the cgminer.

after that, Install, configure and also enable bmsc options like this:

Code:
cd cgminer
sudo ./autogen.sh
export LIBCURL_CFLAGS=’-I/usr/include/curl’
sudo ./configure --enable-bmsc
sudo make

then test your cgminer. hope this help dude