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

2022-04-25 Thread Bill Campbell
On Mon, Apr 25, 2022, Will wrote: >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

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

2022-04-25 Thread Leon Fauster via CentOS
Am 25.04.22 um 23:30 schrieb Will: Hi, I think things are different because I'm on a Raspberry PI using armv7hl instead of x86_64. Ups, u are right. My fingers typed faster then my brain :-) ___ CentOS mailing list CentOS@centos.org

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

2022-04-25 Thread Kenneth Porter
Have you built RPMs from their source SRPMs before? I'd suggest getting one of the SRPMs from SCL and building it on the Pi. You'll probably have to incrementally build the whole tool chain, just as those in scl were built. It's possible you could get the person who built the scl versions for

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

2022-04-25 Thread Will
Hi, I think things are different because I'm on a Raspberry PI using armv7hl instead of x86_64. [root@localhost ~]# yum --enablerepo=extras install centos-release-scl centos-release-scl-rh Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile  * base:

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

2022-04-25 Thread Leon Fauster via CentOS
Am 25.04.22 um 23:07 schrieb Kenneth Porter: --On Monday, April 25, 2022 4:30 PM -0400 Will wrote: I sure did try that.  I also tried to install devtools (no luck there). [root@localhost source]# yum list installed binutils* gcc-c++* libc-devel* I'd suggest checking Software Collections

Re: [CentOS] arcconf Linux utility for Adaptec AAC-RAID (Rocket) (rev 02) (IBM ServeRAID 8k/8k-l8) unable to query RAID controller

2022-04-25 Thread ckeader via CentOS
[...] > Based on the following discussion thread, we think that the RAID > controller may be failing. > > Discussion thread: Which disk is bad in raid6 array > Link: > https://serverfault.com/questions/384935/which-disk-is-bad-in-raid6-array > > I had downloaded 32-bit arcconf Linux utility

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

2022-04-25 Thread Kenneth Porter
--On Monday, April 25, 2022 4:30 PM -0400 Will wrote: I sure did try that.  I also tried to install devtools (no luck there). [root@localhost source]# yum list installed binutils* gcc-c++* libc-devel* I'd suggest checking Software Collections or COPR for newer devtools built for CentOS 7.

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

2022-04-25 Thread Will
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

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

2022-04-25 Thread Bill Campbell
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

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

2022-04-25 Thread Will
Hi, I sure did try that.  I also tried to install devtools (no luck there). [root@localhost source]# yum list installed binutils* gcc-c++* libc-devel* Installed Packages binutils.armv7hl 2.27-44.base.el7_9.1 @updates gcc-c++.armv7hl 4.8.5-44.el7  

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

2022-04-25 Thread Robert Heller
Did you try: sudo yum install gcc-c++ binutils libc-devel ??? Not sure what version of gcc-c++ that will get you. My CentOS 7 VPS has gcc-c++-4.8.5-44.el7.x86_64 on it, so I would assume the above should get you gcc-c++-4.8.5-44.el7.armv7hl. OTOH, my Raspberry Pi 4 build box with Raspberry Pi

[CentOS] Raspberry Pi 4 and C++ 17

2022-04-25 Thread Will
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