X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=INSTALL%2Fdownload.html;h=5bd1ae869872fc0bfc13d72761bf46b0c2196a14;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=d30dcb89949b00bdc2a9b36909f03dea5b1afc8e;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/INSTALL/download.html b/INSTALL/download.html index d30dcb89..5bd1ae86 100644 --- a/INSTALL/download.html +++ b/INSTALL/download.html @@ -3,24 +3,59 @@ Downloading GCC - - + + + + + +

Downloading GCC

-GCC is distributed via CVS and FTP -tarballs compressed with gzip or -bzip2. It is possible to download a full distribution or specific + +GCC is distributed via SVN and FTP +tarballs compressed with gzip or +bzip2. It is possible to download a full distribution or specific components. -

Please refer to our releases web page +

Please refer to the releases web page for information on how to obtain GCC.

The full distribution includes the C, C++, Objective-C, Fortran, Java, -and Ada (in case of GCC 3.1 and later) compilers. The full distribution -also includes runtime libraries for C++, Objective-C, Fortran, and Java. -In GCC 3.0 and later versions, GNU compiler testsuites are also included -in the full distribution. +and Ada (in the case of GCC 3.1 and later) compilers. The full +distribution also includes runtime libraries for C++, Objective-C, +Fortran, and Java. In GCC 3.0 and later versions, the GNU compiler +testsuites are also included in the full distribution.

If you choose to download specific components, you must download the core GCC distribution plus any language specific distributions you wish to @@ -36,12 +71,27 @@ installation or for use in place of the corresponding tools of your OS), unpack the binutils distribution either in the same directory or a separate one. In the latter case, add symbolic links to any components of the binutils you intend to build alongside the compiler -(bfd, binutils, gas, gprof, ld, -opcodes, ...) to the directory containing the GCC sources. +(bfd, binutils, gas, gprof, ld, +opcodes, ...) to the directory containing the GCC sources. + +

Likewise, the GMP and MPFR libraries can be automatically built together +with GCC. Unpack the GMP and/or MPFR source distributions in the +directory containing the GCC sources and rename their directories to +gmp and mpfr, respectively (or use symbolic links with the +same name). -


-

-Return to the GCC Installation page +


+

Return to the GCC Installation page - + + + + + + + + + + +