On 4/25/2022 4:09 PM, Bill Campbell wrote: > On Mon, Apr 25, 2022, 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? > What program do you want to run on the Pi 4? > > Bill It's something I wrote myself a few years ago that extensively uses std::filesystem. --- Will