Silvermont support backport from trunk to 4.8
[platform/upstream/gcc48.git] / INSTALL / index.html
1 <html lang="en">
2 <head>
3 <title>Installing GCC</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="Installing GCC">
6 <meta name="generator" content="makeinfo 4.13">
7 <link title="Top" rel="top" href="#Top">
8 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
9 <!--
10 Copyright (C) 1988-2013 Free Software Foundation, Inc.
11
12    Permission is granted to copy, distribute and/or modify this document
13 under the terms of the GNU Free Documentation License, Version 1.3 or
14 any later version published by the Free Software Foundation; with no
15 Invariant Sections, the Front-Cover texts being (a) (see below), and
16 with the Back-Cover Texts being (b) (see below).  A copy of the
17 license is included in the section entitled "GNU Free Documentation License".
18
19 (a) The FSF's Front-Cover Text is:
20
21      A GNU Manual
22
23 (b) The FSF's Back-Cover Text is:
24
25      You have freedom to copy and modify this GNU Manual, like GNU
26      software.  Copies published by the Free Software Foundation raise
27      funds for GNU development.-->
28 <meta http-equiv="Content-Style-Type" content="text/css">
29 <style type="text/css"><!--
30   pre.display { font-family:inherit }
31   pre.format  { font-family:inherit }
32   pre.smalldisplay { font-family:inherit; font-size:smaller }
33   pre.smallformat  { font-family:inherit; font-size:smaller }
34   pre.smallexample { font-size:smaller }
35   pre.smalllisp    { font-size:smaller }
36   span.sc    { font-variant:small-caps }
37   span.roman { font-family:serif; font-weight:normal; } 
38   span.sansserif { font-family:sans-serif; font-weight:normal; } 
39 --></style>
40 </head>
41 <body>
42 <h1 class="settitle">Installing GCC</h1>
43 The latest version of this document is always available at
44 <a href="http://gcc.gnu.org/install/">http://gcc.gnu.org/install/</a>. 
45 It refers to the current development sources, instructions for
46 specific released versions are included with the sources.
47
48    <p>This document describes the generic installation procedure for GCC as well
49 as detailing some target specific installation instructions.
50
51    <p>GCC includes several components that previously were separate distributions
52 with their own installation instructions.  This document supersedes all
53 package-specific installation instructions.
54
55    <p><em>Before</em> starting the build/install procedure please check the
56 <a href="specific.html">host/target specific installation notes</a>. 
57 We recommend you browse the entire generic installation instructions before
58 you proceed.
59
60    <p>Lists of successful builds for released versions of GCC are
61 available at <a href="http://gcc.gnu.org/buildstat.html">http://gcc.gnu.org/buildstat.html</a>. 
62 These lists are updated as new information becomes available.
63
64    <p>The installation procedure itself is broken into five steps.
65
66      <ol type=1 start=1>
67 <li><a href="prerequisites.html">Prerequisites</a>
68 <li><a href="download.html">Downloading the source</a>
69 <li><a href="configure.html">Configuration</a>
70 <li><a href="build.html">Building</a>
71 <li><a href="test.html">Testing</a> (optional)
72 <li><a href="finalinstall.html">Final install</a>
73         </ol>
74
75    <p>Please note that GCC does not support &lsquo;<samp><span class="samp">make uninstall</span></samp>&rsquo; and probably
76 won't do so in the near future as this would open a can of worms.  Instead,
77 we suggest that you install GCC into a directory of its own and simply
78 remove that directory when you do not need that specific version of GCC
79 any longer, and, if shared libraries are installed there as well, no
80 more binaries exist that use them.
81
82    <p>There are also some <a href="old.html">old installation instructions</a>,
83 which are mostly obsolete but still contain some information which has
84 not yet been merged into the main part of this manual.
85
86    <p><hr />
87 <p><a href="./index.html">Return to the GCC Installation page</a>
88
89    <p>Copyright &copy; 1988-2013 Free Software Foundation, Inc.
90    <pre class="sp">
91
92 </pre>
93 Permission is granted to copy, distribute and/or modify this document
94 under the terms of the GNU Free Documentation License, Version 1.3 or
95 any later version published by the Free Software Foundation; with no
96 Invariant Sections, the Front-Cover texts being (a) (see below), and
97 with the Back-Cover Texts being (b) (see below).  A copy of the
98 license is included in the section entitled &ldquo;<a href="./gfdl.html">GNU Free Documentation License</a>&rdquo;.
99
100    <p>(a) The FSF's Front-Cover Text is:
101
102    <p>A GNU Manual
103
104    <p>(b) The FSF's Back-Cover Text is:
105
106    <p>You have freedom to copy and modify this GNU Manual, like GNU
107      software.  Copies published by the Free Software Foundation raise
108      funds for GNU development.
109
110 <!-- ***Prerequisites************************************************** -->
111 <!-- ***Downloading the source************************************************** -->
112 <!-- ***Configuration*********************************************************** -->
113 <!-- ***Building**************************************************************** -->
114 <!-- ***Testing***************************************************************** -->
115 <!-- ***Final install*********************************************************** -->
116 <!-- ***Binaries**************************************************************** -->
117 <!-- ***Specific**************************************************************** -->
118 <!-- ***Old documentation****************************************************** -->
119 <!-- ***GFDL******************************************************************** -->
120 <!-- *************************************************************************** -->
121 <!-- Part 6 The End of the Document -->
122 </body></html>
123