Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAKE error #34

Open
garzeth opened this issue May 19, 2022 · 12 comments
Open

MAKE error #34

garzeth opened this issue May 19, 2022 · 12 comments

Comments

@garzeth
Copy link

garzeth commented May 19, 2022

when building the miner it would suddenly fail

@tendo-abc
Copy link
Member

Hello, pls can you provide more information and attach some screenshots.

@garzeth
Copy link
Author

garzeth commented Jun 6, 2022

wait I never knew someone was going to reply to this issue 😅 Its been almost 19 days now

@garzeth
Copy link
Author

garzeth commented Jun 6, 2022

wait let me get a screenshot

@garzeth
Copy link
Author

garzeth commented Jun 6, 2022

Screenshot_2022-06-06-20-21-44-91

@garzeth
Copy link
Author

garzeth commented Jun 6, 2022

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

@garzeth
Copy link
Author

garzeth commented Jun 6, 2022

it's the same issue as issue #35

@dark-penguin
Copy link

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.

@dark-penguin
Copy link

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.)

@garzeth
Copy link
Author

garzeth commented Jul 20, 2022

its a arm64 phone

@garzeth
Copy link
Author

garzeth commented Jul 20, 2022

with gcc 9 and its on ubuntu 20.04

@dark-penguin
Copy link

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

@dark-penguin
Copy link

dark-penguin commented Jul 24, 2022

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants