Closed Epikest closed 2 years ago
gcc 9.4.0 broken on all arm platforms, use newer.
Roughly,
apt install g++-10
CC=/usr/bin/gcc-10 CXX=/usr/bin/g++-10 cmake ..
Actually a new package just dropped on focal-updates with version 9.4.0-1ubuntu1~20.04.1
that claims to fix this. Previous version was same without the last .1
(9.4.0-1ubuntu1~20.04
)
Relevant launchpad bug thread -- it was crashing similarly in many other projects.
Actually a new package just dropped on focal-updates with version
9.4.0-1ubuntu1~20.04.1
that claims to fix this. Previous version was same without the last.1
(9.4.0-1ubuntu1~20.04
)Relevant launchpad bug thread -- it was crashing similarly in many other projects.
what do i install then?
Install updates, like always:
apt update && apt dist-upgrade
If it brings in a new gcc then it worked.
thanks
Describe the bug xmrig-mo will not compile on arm anymore, i get errors
To Reproduce follow the xmrig building steps on xmrig site for moneroocean fork
Expected behavior it should build
Required data