System: Raspberry PI4 4GB @ Ubuntu 20.04.6 LTS 64 bits-> System up to date
If it is possible, can someone point me in the right direction to build gcc 11.1.0+ from source ?
This would be my first time building a package, so I'm lost right now.
Thanks.
-
- Posts: 412
- Joined: Sat Apr 29, 2017 10:36 am
- Location: Denmark
Re: help to build gcc 11.1.0+ from source
Thank you very much!!
Re: help to build gcc 11.1.0+ from source
There is a post here
viewtopic.php?p=1948417#p1948417
about how long it takes to build GCC on various models of Raspberry Pi. The speed depends on whether you also build Fortran, Go or others.
Note that it's worth looking at the build script earlier in that thread to see what options are chosen for the different models of Pi.
Re: help to build gcc 11.1.0+ from source
Hey, this worked perfectly. It took a few hours only.ejolson wrote: ↑Sat Sep 23, 2023 6:41 pmThere is a post here
viewtopic.php?p=1948417#p1948417
about how long it takes to build GCC on various models of Raspberry Pi. The speed depends on whether you also build Fortran, Go or others.
Note that it's worth looking at the build script earlier in that thread to see what options are chosen for the different models of Pi.
Thank you
