On Mon, 28 Mar 2022 at 19:19, Andy Bowery via Gcc-help <gcc-help@xxxxxxxxxxx> wrote: > > Help! I need to build both libgfortran.a and libquadmath.a for an embedded ARM-based environment. These libraries are currently not available for this environment, so I going to have to build them myself. Both need to be static libraries. I have downloaded the GNU GCC project and I am currently running 'make' (in the top level gcc folder) on this in this environment, but it is taking days on this limited environment! And I am not even sure it will produce the files I need. Is there a quicker way of building these files? Don't build on the ARM system, build a cross compiler that runs on a much more powerful multicore system. > Will this make process produce these particular files? It depends how you configured GCC.