Post
Topic
Board Hardware
Re: GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread
by
Muppet007
on 29/12/2021, 12:39:55 UTC
I have acquired a Pi 4 8gig and would like to run my newpac's and r606 through it.
I understand the install and version of cg miner is designed for Raspbian - Kernel version: 4.4.
Is there an install for 'PI OS'? My searches so far have been fruitless as was my attempt to compile it using the current instructions.
I also tried one of the Raspbian images from here https://downloads.raspberrypi.org/raspbian_lite/ however this did not work either.
Anyone know which one works with the PI 4?
Thanks in advance.


  

Here are the instructions I used to install CGMiner on my Pi 4.  I just used the Raspbian OS that came with it.

https://bitcointalk.org/index.php?topic=5053833.msg50968875#msg50968875

I've gone through these installs on my PI4 (and PI3b) and latest Raspbian OS and the posted CGMiner package. I constantly get errors from the make -j 2;

collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:907: cgminer] Error 1
make[2]: Leaving directory '/home/pi/miner/cgminer'
make[1]: *** [Makefile:1896: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/miner/cgminer'
make: *** [Makefile:810: all] Error 2
pi@RockPi:~/miner/cgminer $

I've tried several Raspbian OS versions and keep getting the same errors when compiling CGMiner..


collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:907: cgminer] Error 1
make[2]: Leaving directory '/home/pi/git/vthoang/cgminer'
make[1]: *** [Makefile:1896: all-recursive] Error 1
make[1]: Leaving directory '/home/pi/git/vthoang/cgminer'
make: *** [Makefile:810: all] Error 2
pi@raspberrypi:~/git/vthoang/cgminer $

Same problem here, tried PIOS and older Raspbian versions with and without the slub_debug=FP added to the cmdline.txt.