Re: [CentOS] Raspberry Pi 4 and C++ 17

2022-04-29 Thread Peter
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

Re: [CentOS] Raspberry Pi 4 and C++ 17

2022-04-29 Thread Juraj Smieško
Hello Will, maybe package manager like spack[1] or guix[2] might help. [1] https://spack.readthedocs.io/en/latest/index.html [2] https://guix.gnu.org/ best, Juraj -Original Message- From: Will Reply-To: CentOS mailing list To: CentOS@centos.org Subject: [CentOS] Raspberry Pi 4 and C++