Preparing GCC Build: Difference between revisions

[unchecked revision][unchecked revision]
Line 20:
 
=== Downloading the Source Code ===
You can download the desired Binutils release by visiting the [https://gnu.org/software/binutils/ Binutils website] or directly accessing the [ftp://ftp.gnu.org/gnu/binutils/ GNU main ftpFTP mirror].
 
You can download the desired GCC release by visiting the [https://gnu.org/software/gcc/ GCC website] or directly accessing the [ftp://ftp.gnu.org/gnu/gcc/ GNU main ftpFTP mirror].
 
In addition, to build GCC you need to have installed GNU GMP, GNU MPFR, GNU MPC and the ISL library. You may already have these libraries and the development files installed, but this tutorial builds them as part of GCC. If you don't need this, simply don't build them as part of GCC. Note that not all GMP, MPFR and MPC combinations are compatible with a given GCC release. You also need texinfo to build Binutils.
Anonymous user