On 26/04/22 6:41 am, Will wrote:
Hi,
I have a program I want to run on a Raspberry PI 4 that was written on an x86_64 architecture. So I downloaded the Raspberry PI image of CentOS 7 and now I'm on armv7hl. Unfortunately, there doesn't appear to be any devtools for arm at all. Is there an easy(ish) way to get c++ 17 this architecture?
Rocky Linux 8 has gcc-toolset-11 for aarch64 with an rpi-installible image. That has support for C++ 17.
Peter