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? Will this make process produce these particular files? Thank you in advance! Andy