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

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] 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

Re: [CentOS] Raspberry PI 3

2016-12-12 Thread Fabian Arrotin
On 12/12/16 20:07, Jerry Geis wrote: > Hi all > > I downloaded the RPI3 image: > CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img.xz > > how do I resize the root FS? My Sd card is 32G and I am only using 2G of > that. > > also I thought the RPI3 as was 64 bit. When I downloaded the >

Re: [CentOS] Raspberry PI 3

2016-12-12 Thread Michael Schumacher
Hi Jerry, > I downloaded the RPI3 image: > CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img.xz > how do I resize the root FS? My Sd card is 32G and I am only using 2G of > that. here is a copy of a mail I sent some weeks ago to the arm-dev list. This mail assumes that you add a SSD to

[CentOS] Raspberry PI 3

2016-12-12 Thread Jerry Geis
Hi all I downloaded the RPI3 image: CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img.xz how do I resize the root FS? My Sd card is 32G and I am only using 2G of that. also I thought the RPI3 as was 64 bit. When I downloaded the aarch64.img and tried that it did not boot. I thought the

[CentOS] Raspberry Pi

2013-08-18 Thread Rajagopal Swaminathan
Greetings, Does anybody know of centos spin of above-captioned platform? It is supposed to be an ARM platform. -- Regards, Rajagopal ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Raspberry Pi

2013-08-18 Thread David Hrbáč
Dne 18.8.2013 12:16, Rajagopal Swaminathan napsal(a): Greetings, Does anybody know of centos spin of above-captioned platform? It is supposed to be an ARM platform. You want the RedSleeve. DH ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Raspberry Pi

2013-08-18 Thread Rajagopal Swaminathan
You want the RedSleeve. Help s, Really apppreciate! -- Regards, Rajagopal ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos