miner
miner copied to clipboard
MAKE error
when building the miner it would suddenly fail
Hello, pls can you provide more information and attach some screenshots.
wait I never knew someone was going to reply to this issue 😅 Its been almost 19 days now
wait let me get a screenshot

this is how I configured miner
git clone https://github.com/mintme-com/miner cd miner mkdir build cmake .. make and then gives me error
it's the same issue as issue #35
I don't recognize this specific error, but it does fail to build with GCC 4.8 or older, even on x86_64. That means Debian Buster or CentOS 7. If you can provide more information about your system, then it will be more likely that someone can figure out what's wrong and respond.
I've just confirmed that it build just fine on Raspbian Bullseye (out of the box 2022-04-04-raspios-bullseye-arm64-lite.img ) using Qemu configured to emulate a Raspberry Pi 3b. If you are using Buster, you would have to upgrade to Bullseye, or use Docker, if it's available for your platform. (I've filed a PR #38 to include a Dockerfile; you can get it from my fork, docker branch.)
its a arm64 phone
with gcc 9 and its on ubuntu 20.04
I can confirm this on Ubuntu 20.04 on amd64 as well. I suppose this is the same problem: gcc not modern enough, even though it's more modern than in Buster..
# On Ubuntu 20.04:
Package: gcc
Architecture: amd64
Version: 4:9.3.0-1ubuntu2
# On Debian Buster:
Package: gcc
Source: gcc-defaults (1.181)
Version: 4:8.3.0-1
# On Debian Bullseye:
Package: gcc
Source: gcc-defaults (1.190)
Version: 4:10.2.1-1
Ummmm, I just confirmed it does not build on Ubuntu 22.04, which should definitely be modern enough by any standards. The error is the same as in this post. (amd64, instructions taken from XMRig build guide, which are exactly the same as for Debian Bullseye which builds fine.)