]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/doc/install.texi
install.texi (Prerequisites): Mention GNU make requirement.
[thirdparty/gcc.git] / gcc / doc / install.texi
CommitLineData
f42974dc
DW
1\input texinfo.tex @c -*-texinfo-*-
2@c @ifnothtml
3@c %**start of header
d7f8491b 4@setfilename gccinstall.info
f42974dc
DW
5@settitle Installing GCC
6@setchapternewpage odd
7@c %**end of header
8@c @end ifnothtml
9
10@c Specify title for specific html page
11@ifset indexhtml
12@settitle Installing GCC
13@end ifset
14@ifset specifichtml
15@settitle Host/Target specific installation notes for GCC
16@end ifset
67b1fbb9
KG
17@ifset prerequisiteshtml
18@settitle Prerequisites for GCC
19@end ifset
f42974dc
DW
20@ifset downloadhtml
21@settitle Downloading GCC
22@end ifset
23@ifset configurehtml
24@settitle Installing GCC: Configuration
25@end ifset
26@ifset buildhtml
27@settitle Installing GCC: Building
28@end ifset
29@ifset testhtml
30@settitle Installing GCC: Testing
31@end ifset
32@ifset finalinstallhtml
33@settitle Installing GCC: Final installation
34@end ifset
35@ifset binarieshtml
36@settitle Installing GCC: Binaries
37@end ifset
73e2155a
JM
38@ifset oldhtml
39@settitle Installing GCC: Old documentation
40@end ifset
aed5964b
JM
41@ifset gfdlhtml
42@settitle Installing GCC: GNU Free Documentation License
43@end ifset
f42974dc 44
aed5964b 45@c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
4dd57c18 46@c 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
f42974dc
DW
47@c *** Converted to texinfo by Dean Wakerley, dean@wakerley.com
48
49@c Include everything if we're not making html
50@ifnothtml
51@set indexhtml
52@set specifichtml
67b1fbb9 53@set prerequisiteshtml
f42974dc
DW
54@set downloadhtml
55@set configurehtml
56@set buildhtml
57@set testhtml
58@set finalinstallhtml
59@set binarieshtml
73e2155a 60@set oldhtml
aed5964b 61@set gfdlhtml
f42974dc
DW
62@end ifnothtml
63
64@c Part 2 Summary Description and Copyright
bdefb2ab 65@copying
aed5964b 66Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
b3a8389d 671999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
aed5964b
JM
68@sp 1
69Permission is granted to copy, distribute and/or modify this document
b3a8389d 70under the terms of the GNU Free Documentation License, Version 1.2 or
aed5964b
JM
71any later version published by the Free Software Foundation; with no
72Invariant Sections, the Front-Cover texts being (a) (see below), and
73with the Back-Cover Texts being (b) (see below). A copy of the
74license is included in the section entitled ``@uref{./gfdl.html,,GNU
75Free Documentation License}''.
76
77(a) The FSF's Front-Cover Text is:
78
79 A GNU Manual
80
81(b) The FSF's Back-Cover Text is:
82
83 You have freedom to copy and modify this GNU Manual, like GNU
84 software. Copies published by the Free Software Foundation raise
85 funds for GNU development.
bdefb2ab 86@end copying
f42974dc 87@ifinfo
bdefb2ab 88@insertcopying
f42974dc
DW
89@end ifinfo
90
91@c Part 3 Titlepage and Copyright
92@titlepage
93@sp 10
94@comment The title is printed in a large font.
ef88b07d 95@center @titlefont{Installing GCC}
f42974dc
DW
96
97@c The following two commands start the copyright page.
98@page
ef88b07d 99@vskip 0pt plus 1filll
bdefb2ab 100@insertcopying
f42974dc
DW
101@end titlepage
102
103@c Part 4 Top node and Master Menu
104@ifinfo
105@node Top, , , (dir)
106@comment node-name, next, Previous, up
107
108@menu
109* Installing GCC:: This document describes the generic installation
110 procedure for GCC as well as detailing some target
f9047ed3 111 specific installation instructions.
f42974dc
DW
112
113* Specific:: Host/target specific installation notes for GCC.
114* Binaries:: Where to get pre-compiled binaries.
115
73e2155a
JM
116* Old:: Old installation documentation.
117
aed5964b 118* GNU Free Documentation License:: How you can copy and share this manual.
f42974dc
DW
119* Concept Index:: This index has two entries.
120@end menu
121@end ifinfo
122
123@c Part 5 The Body of the Document
124@c ***Installing GCC**********************************************************
6cfb3f16 125@ifnothtml
f42974dc
DW
126@comment node-name, next, previous, up
127@node Installing GCC, Binaries, , Top
6cfb3f16 128@end ifnothtml
f42974dc 129@ifset indexhtml
f42974dc
DW
130@ifnothtml
131@chapter Installing GCC
132@end ifnothtml
133
134The latest version of this document is always available at
f9047ed3 135@uref{http://gcc.gnu.org/install/,,http://gcc.gnu.org/install/}.
f42974dc
DW
136
137This document describes the generic installation procedure for GCC as well
f9047ed3 138as detailing some target specific installation instructions.
f42974dc 139
f9047ed3
JM
140GCC includes several components that previously were separate distributions
141with their own installation instructions. This document supersedes all
eea81d3e 142package specific installation instructions.
f42974dc 143
f9047ed3 144@emph{Before} starting the build/install procedure please check the
f42974dc 145@ifnothtml
eea81d3e 146@ref{Specific, host/target specific installation notes}.
f42974dc 147@end ifnothtml
c009f01f 148@ifhtml
f9047ed3 149@uref{specific.html,,host/target specific installation notes}.
c009f01f 150@end ifhtml
f9047ed3 151We recommend you browse the entire generic installation instructions before
f42974dc
DW
152you proceed.
153
c009f01f 154Lists of successful builds for released versions of GCC are
b58bbfbb 155available at @uref{http://gcc.gnu.org/buildstat.html}.
c009f01f
JJ
156These lists are updated as new information becomes available.
157
f9047ed3 158The installation procedure itself is broken into five steps.
f42974dc
DW
159
160@ifinfo
161@menu
67b1fbb9 162* Prerequisites::
f42974dc
DW
163* Downloading the source::
164* Configuration::
165* Building::
166* Testing:: (optional)
167* Final install::
168@end menu
169@end ifinfo
c009f01f 170@ifhtml
f42974dc 171@enumerate
f9047ed3 172@item
67b1fbb9
KG
173@uref{prerequisites.html,,Prerequisites}
174@item
f42974dc 175@uref{download.html,,Downloading the source}
f42974dc 176@item
f9047ed3
JM
177@uref{configure.html,,Configuration}
178@item
179@uref{build.html,,Building}
180@item
181@uref{test.html,,Testing} (optional)
f42974dc
DW
182@item
183@uref{finalinstall.html,,Final install}
184@end enumerate
c009f01f 185@end ifhtml
f42974dc 186
38209993 187Please note that GCC does not support @samp{make uninstall} and probably
f9047ed3 188won't do so in the near future as this would open a can of worms. Instead,
f42974dc 189we suggest that you install GCC into a directory of its own and simply
38209993 190remove that directory when you do not need that specific version of GCC
eea81d3e
RO
191any longer, and, if shared libraries are installed there as well, no
192more binaries exist that use them.
f42974dc 193
73e2155a
JM
194@ifhtml
195There are also some @uref{old.html,,old installation instructions},
196which are mostly obsolete but still contain some information which has
197not yet been merged into the main part of this manual.
198@end ifhtml
199
f42974dc 200@html
b8db17af 201<hr />
f42974dc
DW
202<p>
203@end html
204@ifhtml
205@uref{./index.html,,Return to the GCC Installation page}
aed5964b 206
bdefb2ab 207@insertcopying
f42974dc
DW
208@end ifhtml
209@end ifset
210
67b1fbb9
KG
211@c ***Prerequisites**************************************************
212@ifnothtml
213@comment node-name, next, previous, up
214@node Prerequisites, Downloading the source, , Installing GCC
215@end ifnothtml
216@ifset prerequisiteshtml
217@ifnothtml
218@chapter Prerequisites
219@end ifnothtml
220@cindex Prerequisites
221
222GCC requires that various tools and packages be available for use in the
223build procedure. Modifying GCC sources requires additional tools
224described below.
225
226@heading Tools/packages necessary for building GCC
227@table @asis
228@item ISO C90 compiler
229Necessary to bootstrap the GCC package, although versions of GCC prior
230to 3.4 also allow bootstrapping with a traditional (K&R) C compiler.
231
232To make all languages in a cross-compiler or other configuration where
2333-stage bootstrap is not performed, you need to start with an existing
234GCC binary (version 2.95 or later) because source code for language
235frontends other than C might use GCC extensions.
236
237@item GNAT
238
239In order to build the Ada compiler (GNAT) you must already have GNAT
240installed because portions of the Ada frontend are written in Ada (with
241GNAT extensions.) Refer to the Ada installation instructions for more
242specific information.
243
244@item A ``working'' POSIX compatible shell, or GNU bash
245
246Necessary when running @command{configure} because some
247@command{/bin/sh} shells have bugs and may crash when configuring the
248target libraries. In other cases, @command{/bin/sh} or even some
249@command{ksh} have disastrous corner-case performance problems. This
250can cause target @command{configure} runs to literally take days to
251complete in some cases.
252
253So on some platforms @command{/bin/ksh} is sufficient, on others it
254isn't. See the host/target specific instructions for your platform, or
255use @command{bash} to be sure. Then set @env{CONFIG_SHELL} in your
256environment to your ``good'' shell prior to running
257@command{configure}/@command{make}.
258
259@item GNU binutils
260
261Necessary in some circumstances, optional in others. See the
262host/target specific instructions for your platform for the exact
263requirements.
264
265@item gzip version 1.2.4 (or later) or
266@itemx bzip2 version 1.0.2 (or later)
267
268Necessary to uncompress GCC @command{tar} files when source code is
269obtained via FTP mirror sites.
270
e158a5fb
MM
271@item GNU make version 3.79.1 (or later)
272
273You must have GNU make installed to build GCC.
274
67b1fbb9
KG
275@item GNU tar version 1.12 (or later)
276
277Necessary (only on some platforms) to untar the source code. Many
278systems' @command{tar} programs will also work, only try GNU
279@command{tar} if you have problems.
280
281@end table
282
283
284@heading Tools/packages necessary for modifying GCC
285@table @asis
286
287@item autoconf version 2.13 (NO earlier or later versions) and
288@itemx GNU m4 version 1.4 (or later)
289
290Necessary when modifying @file{configure.in}, @file{aclocal.m4}, etc.@:
291to regenerate @file{configure} and @file{config.in} files
292
293@item automake version ???
294
295Necessary when modifying a @file{Makefile.am} file to regenerate its
296associated @file{Makefile.in}
297
298@item gperf version 2.7.2 (or later)
299
300Necessary when modifying @command{gperf} input files, e.g.@:
301@file{gcc/cp/cfns.gperf} to regenerate its associated header file, e.g.@:
302@file{gcc/cp/cfns.h}.
303
304@item expect version ???
305@itemx tcl version ???
306@itemx dejagnu version ???
307
308Necessary to run the GCC testsuite.
309
310@item autogen version 5.5.4 (or later) and
311@itemx guile version 1.4.1 (or later)
312
313Necessary to regenerate @file{fixinc/fixincl.x} from
314@file{fixinc/inclhack.def} and @file{fixinc/*.tpl}.
315
316Necessary to run the @file{fixinc} @command{make check}.
317
318Necessary to regenerate the top level @file{Makefile.am} files from
319@file{Makefile.tpl} and @file{Makefile.def}.
320
321@item GNU Bison version 1.28 (or later)
322Berkeley @command{yacc} (@command{byacc}) is also reported to work other
323than for java.
324
325Necessary when modifying @file{*.y} files.
326
327Necessary to build GCC during development because the generated output
328files are not included in the CVS repository. They are included in
329releases.
330
331@item Flex version 2.5.4 (or later)
332
333Necessary when modifying @file{*.l} files.
334
335Necessary to build GCC during development because the generated output
336files are not included in the CVS repository. They are included in
337releases.
338
339@item Texinfo version 4.2 (or later)
340
341Necessary for running @command{makeinfo} when modifying @file{*.texi}
342files to test your changes.
343
344Necessary to build GCC documentation during development because the
345generated output files are not included in the CVS repository. They are
346included in releases.
347
348@item @TeX{} (any working version)
349
350Necessary for running @command{texi2dvi}, used when running
351@command{make dvi} to create DVI files.
352
353@item cvs version 1.10 (or later)
354@itemx ssh (any version)
355
356Necessary to access the CVS repository. Public releases and weekly
357snapshots of the development sources are also available via FTP.
358
359@item perl version 5.6.1 (or later)
360
361Necessary when regenerating @file{Makefile} dependencies in libiberty.
362Necessary when regenerating something with intl??? (pod2man???)
363Other stuff???
364
365@item GNU diffutils version 2.7 (or later)
366
367Necessary when creating changes to GCC source code to submit for review.
368
369@item patch version 2.5.4 (or later)
370
371Necessary when applying patches, created with @command{diff}, to one's
372own sources.
373
374@end table
375
376@html
377<hr />
378<p>
379@end html
380@ifhtml
381@uref{./index.html,,Return to the GCC Installation page}
382@end ifhtml
383@end ifset
384
f42974dc 385@c ***Downloading the source**************************************************
6cfb3f16 386@ifnothtml
f42974dc 387@comment node-name, next, previous, up
67b1fbb9 388@node Downloading the source, Configuration, Prerequisites, Installing GCC
6cfb3f16 389@end ifnothtml
f42974dc 390@ifset downloadhtml
f42974dc
DW
391@ifnothtml
392@chapter Downloading GCC
393@end ifnothtml
394@cindex Downloading GCC
395@cindex Downloading the Source
396
eea81d3e
RO
397GCC is distributed via @uref{http://gcc.gnu.org/cvs.html,,CVS} and FTP
398tarballs compressed with @command{gzip} or
6cfb3f16 399@command{bzip2}. It is possible to download a full distribution or specific
f42974dc
DW
400components.
401
402Please refer to our @uref{http://gcc.gnu.org/releases.html,,releases web page}
161d7b59 403for information on how to obtain GCC@.
f42974dc
DW
404
405The full distribution includes the C, C++, Objective-C, Fortran, Java,
8ecab453
GP
406and Ada (in case of GCC 3.1 and later) compilers. The full distribution
407also includes runtime libraries for C++, Objective-C, Fortran, and Java.
408In GCC 3.0 and later versions, GNU compiler testsuites are also included
409in the full distribution.
f42974dc
DW
410
411If you choose to download specific components, you must download the core
eea81d3e 412GCC distribution plus any language specific distributions you wish to
6c0a4eab 413use. The core distribution includes the C language front end as well as the
767094dd 414shared components. Each language has a tarball which includes the language
6c0a4eab 415front end as well as the language runtime (when appropriate).
f42974dc
DW
416
417Unpack the core distribution as well as any language specific
418distributions in the same directory.
419
420If you also intend to build binutils (either to upgrade an existing
421installation or for use in place of the corresponding tools of your
422OS), unpack the binutils distribution either in the same directory or
423a separate one. In the latter case, add symbolic links to any
424components of the binutils you intend to build alongside the compiler
6cfb3f16
JM
425(@file{bfd}, @file{binutils}, @file{gas}, @file{gprof}, @file{ld},
426@file{opcodes}, @dots{}) to the directory containing the GCC sources.
f42974dc
DW
427
428@html
b8db17af 429<hr />
f42974dc
DW
430<p>
431@end html
432@ifhtml
433@uref{./index.html,,Return to the GCC Installation page}
434@end ifhtml
435@end ifset
436
437@c ***Configuration***********************************************************
6cfb3f16 438@ifnothtml
f42974dc
DW
439@comment node-name, next, previous, up
440@node Configuration, Building, Downloading the source, Installing GCC
6cfb3f16 441@end ifnothtml
f42974dc 442@ifset configurehtml
f42974dc
DW
443@ifnothtml
444@chapter Installing GCC: Configuration
445@end ifnothtml
446@cindex Configuration
447@cindex Installing GCC: Configuration
448
449Like most GNU software, GCC must be configured before it can be built.
450This document describes the recommended configuration procedure
451for both native and cross targets.
452
38209993
LG
453We use @var{srcdir} to refer to the toplevel source directory for
454GCC; we use @var{objdir} to refer to the toplevel build/object directory.
455
456If you obtained the sources via CVS, @var{srcdir} must refer to the top
457@file{gcc} directory, the one where the @file{MAINTAINERS} can be found,
458and not its @file{gcc} subdirectory, otherwise the build will fail.
f42974dc 459
b4b0fb02
RO
460If either @var{srcdir} or @var{objdir} is located on an automounted NFS
461file system, the shell's built-in @command{pwd} command will return
462temporary pathnames. Using these can lead to various sorts of build
463problems. To avoid this issue, set the @env{PWDCMD} environment
464variable to an automounter-aware @command{pwd} command, e.g.,
7ba4ca63 465@command{pawd} or @samp{amq -w}, during the configuration and build
b4b0fb02
RO
466phases.
467
102b60d1
GP
468First, we @strong{highly} recommend that GCC be built into a
469separate directory than the sources which does @strong{not} reside
470within the source tree. This is how we generally build GCC; building
471where @var{srcdir} == @var{objdir} should still work, but doesn't
472get extensive testing; building where @var{objdir} is a subdirectory
473of @var{srcdir} is unsupported.
f42974dc 474
eea81d3e 475If you have previously built GCC in the same directory for a
f85b8d1a 476different target machine, do @samp{make distclean} to delete all files
377dfc82
GP
477that might be invalid. One of the files this deletes is @file{Makefile};
478if @samp{make distclean} complains that @file{Makefile} does not exist
479or issues a message like ``don't know how to make distclean'' it probably
480means that the directory is already suitably clean. However, with the
481recommended method of building in a separate @var{objdir}, you should
482simply use a different @var{objdir} for each target.
f85b8d1a 483
38209993
LG
484Second, when configuring a native system, either @command{cc} or
485@command{gcc} must be in your path or you must set @env{CC} in
df002c7d
DE
486your environment before running configure. Otherwise the configuration
487scripts may fail.
f42974dc 488
eea81d3e
RO
489Note that the bootstrap compiler and the resulting GCC must be link
490compatible, else the bootstrap will fail with linker errors about
491incompatible object file formats. Several multilibed targets are
e69aa433
GP
492affected by this requirement, see
493@ifnothtml
494@ref{Specific, host/target specific installation notes}.
495@end ifnothtml
c009f01f 496@ifhtml
e69aa433 497@uref{specific.html,,host/target specific installation notes}.
c009f01f 498@end ifhtml
eea81d3e 499
f42974dc
DW
500To configure GCC:
501
502@example
38209993
LG
503 % mkdir @var{objdir}
504 % cd @var{objdir}
eea81d3e 505 % @var{srcdir}/configure [@var{options}] [@var{target}]
f42974dc
DW
506@end example
507
508
ef88b07d 509@heading Target specification
f42974dc
DW
510@itemize @bullet
511@item
38209993 512GCC has code to correctly determine the correct value for @var{target}
f9047ed3 513for nearly all native systems. Therefore, we highly recommend you not
f42974dc
DW
514provide a configure target when configuring a native compiler.
515
516@item
6cfb3f16 517@var{target} must be specified as @option{--target=@var{target}}
f9047ed3 518when configuring a cross compiler; examples of valid targets would be
f42974dc
DW
519i960-rtems, m68k-coff, sh-elf, etc.
520
521@item
6cfb3f16 522Specifying just @var{target} instead of @option{--target=@var{target}}
38209993 523implies that the host defaults to @var{target}.
f42974dc
DW
524@end itemize
525
526
ef88b07d 527@heading Options specification
f42974dc 528
ef88b07d 529Use @var{options} to override several configure time options for
7ba4ca63 530GCC@. A list of supported @var{options} follows; @samp{configure
80f9249a
JM
531--help} may list other options, but those not listed below may not
532work and should not normally be used.
f42974dc 533
ef88b07d
JM
534@table @code
535@item --prefix=@var{dirname}
536Specify the toplevel installation
f42974dc
DW
537directory. This is the recommended way to install the tools into a directory
538other than the default. The toplevel installation directory defaults to
6cfb3f16 539@file{/usr/local}.
f42974dc 540
38209993 541We @strong{highly} recommend against @var{dirname} being the same or a
a7582c8c
BE
542subdirectory of @var{objdir} or vice versa. If specifying a directory
543beneath a user's home directory tree, some shells will not expand
544@var{dirname} correctly if it contains the @samp{~} metacharacter; use
545@env{$HOME} instead.
f42974dc 546
8e5f33ff
GK
547The following standard @command{autoconf} options are supported. Normally you
548should not need to use these options.
ef88b07d 549@table @code
ab130aa5
JM
550@item --exec-prefix=@var{dirname}
551Specify the toplevel installation directory for architecture-dependent
552files. The default is @file{@var{prefix}}.
553
554@item --bindir=@var{dirname}
555Specify the installation directory for the executables called by users
556(such as @command{gcc} and @command{g++}). The default is
557@file{@var{exec-prefix}/bin}.
558
559@item --libdir=@var{dirname}
560Specify the installation directory for object code libraries and
8e5f33ff
GK
561internal data files of GCC@. The default is @file{@var{exec-prefix}/lib}.
562
563@item --libexecdir=@var{dirname}
564Specify the installation directory for internal executables of GCC@.
565 The default is @file{@var{exec-prefix}/libexec}.
ab130aa5
JM
566
567@item --with-slibdir=@var{dirname}
568Specify the installation directory for the shared libgcc library. The
569default is @file{@var{libdir}}.
570
571@item --infodir=@var{dirname}
572Specify the installation directory for documentation in info format.
573The default is @file{@var{prefix}/info}.
574
8567c70f
TT
575@item --datadir=@var{dirname}
576Specify the installation directory for some architecture-independent
577data files referenced by GCC@. The default is @file{@var{prefix}/share}.
578
ab130aa5
JM
579@item --mandir=@var{dirname}
580Specify the installation directory for manual pages. The default is
581@file{@var{prefix}/man}. (Note that the manual pages are only extracts from
8e9a4a45 582the full GCC manuals, which are provided in Texinfo format. The manpages
ab130aa5
JM
583are derived by an automatic conversion process from parts of the full
584manual.)
585
ef88b07d
JM
586@item --with-gxx-include-dir=@var{dirname}
587Specify
eea81d3e 588the installation directory for G++ header files. The default is
ecb7d6b3
JM
589@file{@var{prefix}/include/g++-v3}.
590
ef88b07d 591@end table
f42974dc 592
b21d216c
AF
593@item --program-prefix=@var{prefix}
594GCC supports some transformations of the names of its programs when
595installing them. This option prepends @var{prefix} to the names of
596programs to install in @var{bindir} (see above). For example, specifying
597@option{--program-prefix=foo-} would result in @samp{gcc}
598being installed as @file{/usr/local/bin/foo-gcc}.
599
600@item --program-suffix=@var{suffix}
601Appends @var{suffix} to the names of programs to install in @var{bindir}
602(see above). For example, specifying @option{--program-suffix=-3.1}
603would result in @samp{gcc} being installed as
604@file{/usr/local/bin/gcc-3.1}.
605
606@item --program-transform-name=@var{pattern}
607Applies the @samp{sed} script @var{pattern} to be applied to the names
608of programs to install in @var{bindir} (see above). @var{pattern} has to
609consist of one or more basic @samp{sed} editing commands, separated by
610semicolons. For example, if you want the @samp{gcc} program name to be
611transformed to the installed program @file{/usr/local/bin/myowngcc} and
612the @samp{g++} program name to be transformed to
613@file{/usr/local/bin/gspecial++} without changing other program names,
614you could use the pattern
615@option{--program-transform-name='s/^gcc$/myowngcc/; s/^g++$/gspecial++/'}
616to achieve this effect.
617
618All three options can be combined and used together, resulting in more
619complex conversion patterns. As a basic rule, @var{prefix} (and
620@var{suffix}) are prepended (appended) before further transformations
621can happen with a special transformation script @var{pattern}.
622
8c085f6f 623As currently implemented, this option only takes effect for native
b21d216c 624builds; cross compiler binaries' names are not transformed even when a
8c085f6f 625transformation is explicitly asked for by one of these options.
b21d216c
AF
626
627For native builds, some of the installed programs are also installed
628with the target alias in front of their name, as in
629@samp{i686-pc-linux-gnu-gcc}. All of the above transformations happen
630before the target alias is prepended to the name - so, specifying
631@option{--program-prefix=foo-} and @option{program-suffix=-3.1}, the
632resulting binary would be installed as
633@file{/usr/local/bin/i686-pc-linux-gnu-foo-gcc-3.1}.
634
8ecab453 635As a last shortcoming, none of the installed Ada programs are
b21d216c
AF
636transformed yet, which will be fixed in some time.
637
ef88b07d
JM
638@item --with-local-prefix=@var{dirname}
639Specify the
6ac48571
JM
640installation directory for local include files. The default is
641@file{/usr/local}. Specify this option if you want the compiler to
642search directory @file{@var{dirname}/include} for locally installed
643header files @emph{instead} of @file{/usr/local/include}.
644
645You should specify @option{--with-local-prefix} @strong{only} if your
646site has a different convention (not @file{/usr/local}) for where to put
647site-specific files.
648
649The default value for @option{--with-local-prefix} is @file{/usr/local}
650regardless of the value of @option{--prefix}. Specifying
651@option{--prefix} has no effect on which directory GCC searches for
652local header files. This may seem counterintuitive, but actually it is
653logical.
654
655The purpose of @option{--prefix} is to specify where to @emph{install
656GCC}. The local header files in @file{/usr/local/include}---if you put
161d7b59 657any in that directory---are not part of GCC@. They are part of other
6ac48571
JM
658programs---perhaps many others. (GCC installs its own header files in
659another directory which is based on the @option{--prefix} value.)
660
48209ce5
JDA
661Both the local-prefix include directory and the GCC-prefix include
662directory are part of GCC's "system include" directories. Although these
663two directories are not fixed, they need to be searched in the proper
664order for the correct processing of the include_next directive. The
665local-prefix include directory is searched before the GCC-prefix
666include directory. Another characteristic of system include directories
667is that pedantic warnings are turned off for headers in these directories.
668
669Some autoconf macros add @option{-I @var{directory}} options to the
670compiler command line, to ensure that directories containing installed
671packages' headers are searched. When @var{directory} is one of GCC's
672system include directories, GCC will ignore the option so that system
673directories continue to be processed in the correct order. This
674may result in a search order different from what was specified but the
675directory will still be searched.
676
677GCC automatically searches for ordinary libraries using
678@env{GCC_EXEC_PREFIX}. Thus, when the same installation prefix is
679used for both GCC and packages, GCC will automatically search for
680both headers and libraries. This provides a configuration that is
681easy to use. GCC behaves in a manner similar to that when it is
682installed as a system compiler in @file{/usr}.
683
684Sites that need to install multiple versions of GCC may not want to
685use the above simple configuration. It is possible to use the
686@option{--program-prefix}, @option{--program-suffix} and
687@option{--program-transform-name} options to install multiple versions
688into a single directory, but it may be simpler to use different prefixes
689and the @option{--with-local-prefix} option to specify the location of the
690site-specific files for each version. It will then be necessary for
691users to specify explicitly the location of local site libraries
692(e.g., with @env{LIBRARY_PATH}).
693
694The same value can be used for both @option{--with-local-prefix} and
695@option{--prefix} provided it is not @file{/usr}. This can be used
696to avoid the default search of @file{/usr/local/include}.
697
6ac48571
JM
698@strong{Do not} specify @file{/usr} as the @option{--with-local-prefix}!
699The directory you use for @option{--with-local-prefix} @strong{must not}
700contain any of the system's standard header files. If it did contain
701them, certain programs would be miscompiled (including GNU Emacs, on
702certain targets), because this would override and nullify the header
4c64396e 703file corrections made by the @command{fixincludes} script.
6ac48571
JM
704
705Indications are that people who use this option use it based on mistaken
706ideas of what it is for. People use it as if it specified where to
161d7b59 707install part of GCC@. Perhaps they make this assumption because
6ac48571
JM
708installing GCC creates the directory.
709
6cfb3f16 710@item --enable-shared[=@var{package}[,@dots{}]]
0cb98517
AO
711Build shared versions of libraries, if shared libraries are supported on
712the target platform. Unlike GCC 2.95.x and earlier, shared libraries
eea81d3e
RO
713are enabled by default on all platforms that support shared libraries,
714except for @samp{libobjc} which is built as a static library only by
715default.
0cb98517
AO
716
717If a list of packages is given as an argument, build shared libraries
718only for the listed packages. For other packages, only static libraries
719will be built. Package names currently recognized in the GCC tree are
720@samp{libgcc} (also known as @samp{gcc}), @samp{libstdc++} (not
721@samp{libstdc++-v3}), @samp{libffi}, @samp{zlib}, @samp{boehm-gc} and
722@samp{libjava}. Note that @samp{libobjc} does not recognize itself by
723any name, so, if you list package names in @option{--enable-shared},
eea81d3e 724you will only get static Objective-C libraries. @samp{libf2c} and
0cb98517
AO
725@samp{libiberty} do not support shared libraries at all.
726
727Use @option{--disable-shared} to build only static libraries. Note that
728@option{--disable-shared} does not accept a list of package names as
729argument, only @option{--enable-shared} does.
f42974dc 730
ef88b07d
JM
731@item @anchor{with-gnu-as}--with-gnu-as
732Specify that the compiler should assume that the
767094dd 733assembler it finds is the GNU assembler. However, this does not modify
377dfc82
GP
734the rules to find an assembler and will result in confusion if the
735assembler found is not actually the GNU assembler. (Confusion may also
8c26c999
JM
736result if the compiler finds the GNU assembler but has not been
737configured with @option{--with-gnu-as}.) If you have more than one
38209993 738assembler installed on your system, you may want to use this option in
eea81d3e 739connection with @option{--with-as=@var{pathname}}.
38209993 740
8c085f6f
JJ
741The following systems are the only ones where it makes a difference
742whether you use the GNU assembler. On any other system,
743@option{--with-gnu-as} has no effect.
744
2ff16718 745@itemize @bullet
8c085f6f
JJ
746@item @samp{hppa1.0-@var{any}-@var{any}}
747@item @samp{hppa1.1-@var{any}-@var{any}}
748@item @samp{i386-@var{any}-sysv}
8c085f6f
JJ
749@item @samp{m68k-bull-sysv}
750@item @samp{m68k-hp-hpux}
8c085f6f
JJ
751@item @samp{m68000-hp-hpux}
752@item @samp{m68000-att-sysv}
753@item @samp{@var{any}-lynx-lynxos}
754@item @samp{mips-@var{any}}
8f2afc21
EB
755@item @samp{sparc-sun-solaris2.@var{any}}
756@item @samp{sparc64-@var{any}-solaris2.@var{any}}
8c085f6f 757@end itemize
8c26c999 758
8f2afc21
EB
759On the systems listed above (except for the HP-PA, the SPARC, for ISC on
760the 386, and for @samp{mips-sgi-irix5.*}), if you use the GNU assembler,
8c26c999
JM
761you should also use the GNU linker (and specify @option{--with-gnu-ld}).
762
8f2afc21 763@item @anchor{with-as}--with-as=@var{pathname}
ef88b07d 764Specify that the
38209993
LG
765compiler should use the assembler pointed to by @var{pathname}, rather
766than the one found by the standard rules to find an assembler, which
767are:
f42974dc
DW
768@itemize @bullet
769@item
8e5f33ff
GK
770Check the @file{@var{libexec}/gcc/@var{target}/@var{version}}
771directory, where @var{libexec} defaults to
772@file{@var{exec-prefix}/libexec} and @var{exec-prefix} defaults to
773@var{prefix} which defaults to @file{/usr/local} unless overridden by
774the @option{--prefix=@var{pathname}} switch described
775above. @var{target} is the target system triple, such as
776@samp{sparc-sun-solaris2.7}, and @var{version} denotes the GCC
777version, such as 3.0.
f42974dc 778@item
e979f9e8 779Check operating system specific directories (e.g.@: @file{/usr/ccs/bin} on
250d5688 780Sun Solaris 2).
f42974dc 781@end itemize
767094dd 782Note that these rules do not check for the value of @env{PATH}. You may
38209993
LG
783want to use @option{--with-as} if no assembler is installed in the
784directories listed above, or if you have multiple assemblers installed
785and want to choose one that is not found by the above rules.
f42974dc 786
ef88b07d
JM
787@item @anchor{with-gnu-ld}--with-gnu-ld
788Same as @uref{#with-gnu-as,,@option{--with-gnu-as}}
8f2afc21 789but for the linker.
f42974dc 790
eea81d3e 791@item --with-ld=@var{pathname}
8f2afc21
EB
792Same as @uref{#with-as,,@option{--with-as}}
793but for the linker.
f42974dc 794
ef88b07d
JM
795@item --with-stabs
796Specify that stabs debugging
38209993
LG
797information should be used instead of whatever format the host normally
798uses. Normally GCC uses the same debug format as the host system.
f42974dc 799
8c26c999
JM
800On MIPS based systems and on Alphas, you must specify whether you want
801GCC to create the normal ECOFF debugging format, or to use BSD-style
802stabs passed through the ECOFF symbol table. The normal ECOFF debug
161d7b59
JM
803format cannot fully handle languages other than C@. BSD stabs format can
804handle other languages, but it only works with the GNU debugger GDB@.
8c26c999
JM
805
806Normally, GCC uses the ECOFF debugging format by default; if you
161d7b59 807prefer BSD stabs, specify @option{--with-stabs} when you configure GCC@.
8c26c999
JM
808
809No matter which default you choose when you configure GCC, the user
810can use the @option{-gcoff} and @option{-gstabs+} options to specify explicitly
811the debug format for a particular compilation.
812
813@option{--with-stabs} is meaningful on the ISC system on the 386, also, if
814@option{--with-gas} is used. It selects use of stabs debugging
815information embedded in COFF output. This kind of debugging information
816supports C++ well; ordinary COFF debugging information does not.
817
818@option{--with-stabs} is also meaningful on 386 systems running SVR4. It
819selects use of stabs debugging information embedded in ELF output. The
820C++ compiler currently (2.6.0) does not support the DWARF debugging
821information normally used on 386 SVR4 platforms; stabs provide a
822workable alternative. This requires gas and gdb, as the normal SVR4
823tools can not generate or interpret stabs.
824
eea81d3e 825@item --disable-multilib
ef88b07d 826Specify that multiple target
eea81d3e
RO
827libraries to support different target variants, calling
828conventions, etc should not be built. The default is to build a
829predefined set of them.
f42974dc 830
e8515283
DE
831Some targets provide finer-grained control over which multilibs are built
832(e.g., @option{--disable-softfloat}):
833@table @code
e8515283
DE
834@item arc-*-elf*
835biendian.
836
837@item arm-*-*
838fpu, 26bit, underscore, interwork, biendian, nofmult.
839
840@item m68*-*-*
841softfloat, m68881, m68000, m68020.
842
843@item mips*-*-*
844single-float, biendian, softfloat.
845
846@item powerpc*-*-*, rs6000*-*-*
847aix64, pthread, softfloat, powercpu, powerpccpu, powerpcos, biendian,
f282ffb3 848sysv, aix.
e8515283
DE
849
850@end table
851
ef88b07d
JM
852@item --enable-threads
853Specify that the target
38209993
LG
854supports threads. This affects the Objective-C compiler and runtime
855library, and exception handling for other languages like C++ and Java.
6ac48571 856On some systems, this is the default.
f42974dc 857
f6160ed5
LR
858In general, the best (and, in many cases, the only known) threading
859model available will be configured for use. Beware that on some
860systems, gcc has not been taught what threading models are generally
3c6bb1db
LR
861available for the system. In this case, @option{--enable-threads} is an
862alias for @option{--enable-threads=single}.
f6160ed5
LR
863
864@item --disable-threads
865Specify that threading support should be disabled for the system.
3c6bb1db 866This is an alias for @option{--enable-threads=single}.
f6160ed5 867
ef88b07d
JM
868@item --enable-threads=@var{lib}
869Specify that
38209993
LG
870@var{lib} is the thread support library. This affects the Objective-C
871compiler and runtime library, and exception handling for other languages
f85b8d1a
JM
872like C++ and Java. The possibilities for @var{lib} are:
873
874@table @code
875@item aix
876AIX thread support.
877@item dce
878DCE thread support.
4c80872c
RK
879@item gnat
880Ada tasking support. For non-Ada programs, this setting is equivalent
881to @samp{single}. When used in conjunction with the Ada run time, it
882causes GCC to use the same thread primitives as Ada uses. This option
883is necessary when using both Ada and the back end exception handling,
884which is the default for most Ada targets.
f85b8d1a 885@item mach
eea81d3e 886Generic MACH thread support, known to work on NeXTSTEP@. (Please note
3c6bb1db 887that the file needed to support this configuration, @file{gthr-mach.h}, is
f6160ed5
LR
888missing and thus this setting will cause a known bootstrap failure.)
889@item no
890This is an alias for @samp{single}.
f85b8d1a 891@item posix
c771326b 892Generic POSIX thread support.
f85b8d1a 893@item pthreads
f6160ed5
LR
894Same as @samp{posix} on arm*-*-linux*, *-*-chorusos* and *-*-freebsd*
895only. A future release of gcc might remove this alias or extend it
896to all platforms.
897@item rtems
898RTEMS thread support.
f85b8d1a
JM
899@item single
900Disable thread support, should work for all platforms.
901@item solaris
eea81d3e 902Sun Solaris 2 thread support.
f85b8d1a
JM
903@item vxworks
904VxWorks thread support.
905@item win32
906Microsoft Win32 API thread support.
907@end table
f42974dc 908
ef88b07d 909@item --with-cpu=@var{cpu}
7816bea0
DJ
910Specify which cpu variant the compiler should generate code for by default.
911@var{cpu} will be used as the default value of the @option{-mcpu=} switch.
912This option is only supported on some targets, including ARM, i386, PowerPC,
913and SPARC@.
914
915@item --with-schedule=@var{cpu}
916@itemx --with-arch=@var{cpu}
917@itemx --with-tune=@var{cpu}
918@itemx --with-abi=@var{abi}
919@itemx --with-float=@var{type}
920These configure options provide default values for the @option{-mschedule=},
921@option{-march=}, @option{-mtune=}, and @option{-mabi=} options and for
922@option{-mhard-float} or @option{-msoft-float}. As with @option{--with-cpu},
923which switches will be accepted and acceptable values of the arguments depend
924on the target.
f42974dc 925
a004eb82
AH
926@item --enable-altivec
927Specify that the target supports AltiVec vector enhancements. This
928option will adjust the ABI for AltiVec enhancements, as well as generate
929AltiVec code when appropriate. This option is only available for
930PowerPC systems.
931
ef88b07d
JM
932@item --enable-target-optspace
933Specify that target
38209993
LG
934libraries should be optimized for code space instead of code speed.
935This is the default for the m32r platform.
f42974dc 936
ab130aa5
JM
937@item --disable-cpp
938Specify that a user visible @command{cpp} program should not be installed.
939
940@item --with-cpp-install-dir=@var{dirname}
941Specify that the user visible @command{cpp} program should be installed
942in @file{@var{prefix}/@var{dirname}/cpp}, in addition to @var{bindir}.
f42974dc 943
07cf4226
DM
944@item --enable-initfini-array
945Force the use of sections @code{.init_array} and @code{.fini_array}
946(instead of @code{.init} and @code{.fini}) for constructors and
947destructors. Option @option{--disable-initfini-array} has the
948opposite effect. If neither option is specified, the configure script
949will try to guess whether the @code{.init_array} and
950@code{.fini_array} sections are supported and, if they are, use them.
951
ef88b07d
JM
952@item --enable-maintainer-mode
953The build rules that
6cfb3f16 954regenerate the GCC master message catalog @file{gcc.pot} are normally
767094dd
JM
955disabled. This is because it can only be rebuilt if the complete source
956tree is present. If you have changed the sources and want to rebuild the
6ac48571 957catalog, configuring with @option{--enable-maintainer-mode} will enable
767094dd 958this. Note that you need a recent version of the @code{gettext} tools
6ac48571
JM
959to do so.
960
ef88b07d
JM
961@item --enable-version-specific-runtime-libs
962Specify
38209993 963that runtime libraries should be installed in the compiler specific
8e5f33ff
GK
964subdirectory (@file{@var{libdir}/gcc}) rather than the usual places. In
965addition, @samp{libstdc++}'s include files will be installed into
966@file{@var{libdir}} unless you overruled it by using
6cfb3f16 967@option{--with-gxx-include-dir=@var{dirname}}. Using this option is
38209993 968particularly useful if you intend to use several versions of GCC in
eea81d3e
RO
969parallel. This is currently supported by @samp{libf2c} and
970@samp{libstdc++}, and is the default for @samp{libobjc} which cannot be
971changed in this case.
38209993 972
ef88b07d
JM
973@item --enable-languages=@var{lang1},@var{lang2},@dots{}
974Specify that only a particular subset of compilers and
767094dd 975their runtime libraries should be built. For a list of valid values for
6cfb3f16 976@var{langN} you can issue the following command in the
eea81d3e
RO
977@file{gcc} directory of your GCC source tree:@*
978@example
979grep language= */config-lang.in
980@end example
981Currently, you can use any of the following:
e23381df 982@code{ada}, @code{c}, @code{c++}, @code{f77}, @code{java}, @code{objc}.
8ecab453 983Building the Ada compiler has special requirements, see below.@*
38209993 984If you do not pass this flag, all languages available in the @file{gcc}
6cfb3f16 985sub-tree will be configured. Re-defining @code{LANGUAGES} when calling
ef88b07d 986@samp{make bootstrap} @strong{does not} work anymore, as those
38209993 987language sub-directories might not have been configured!
f42974dc 988
ef88b07d
JM
989@item --disable-libgcj
990Specify that the run-time libraries
f42974dc
DW
991used by GCJ should not be built. This is useful in case you intend
992to use GCJ with some other run-time, or you're going to install it
993separately, or it just happens not to build on your particular
6c0a4eab 994machine. In general, if the Java front end is enabled, the GCJ
f42974dc 995libraries will be enabled too, unless they're known to not work on
eea81d3e 996the target platform. If GCJ is enabled but @samp{libgcj} isn't built, you
f42974dc 997may need to port it; in this case, before modifying the top-level
eea81d3e 998@file{configure.in} so that @samp{libgcj} is enabled by default on this platform,
f42974dc
DW
999you may use @option{--enable-libgcj} to override the default.
1000
ef88b07d
JM
1001@item --with-dwarf2
1002Specify that the compiler should
eea81d3e 1003use DWARF 2 debugging information as the default.
f85b8d1a
JM
1004
1005@item --enable-win32-registry
eea81d3e 1006@itemx --enable-win32-registry=@var{key}
f85b8d1a 1007@itemx --disable-win32-registry
6cfb3f16 1008The @option{--enable-win32-registry} option enables Windows-hosted GCC
f85b8d1a
JM
1009to look up installations paths in the registry using the following key:
1010
1011@smallexample
eea81d3e 1012@code{HKEY_LOCAL_MACHINE\SOFTWARE\Free Software Foundation\@var{key}}
f85b8d1a
JM
1013@end smallexample
1014
eea81d3e
RO
1015@var{key} defaults to GCC version number, and can be overridden by the
1016@option{--enable-win32-registry=@var{key}} option. Vendors and distributors
f85b8d1a
JM
1017who use custom installers are encouraged to provide a different key,
1018perhaps one comprised of vendor name and GCC version number, to
767094dd 1019avoid conflict with existing installations. This feature is enabled
6cfb3f16 1020by default, and can be disabled by @option{--disable-win32-registry}
f85b8d1a
JM
1021option. This option has no effect on the other hosts.
1022
1023@item --nfp
1024Specify that the machine does not have a floating point unit. This
c9693e96
LH
1025option only applies to @samp{m68k-sun-sunos@var{n}}. On any other
1026system, @option{--nfp} has no effect.
f85b8d1a 1027
dd859b8a
KG
1028@item --enable-werror
1029@itemx --disable-werror
1030@itemx --enable-werror=yes
1031@itemx --enable-werror=no
1032When you specify this option, it controls whether certain files in the
1033compiler are built with @option{-Werror} in bootstrap stage2 and later.
1034If you don't specify it, @option{-Werror} is turned on for the main
1035development trunk. However it defaults to off for release branches and
1036final releases. The specific files which get @option{-Werror} are
1037controlled by the Makefiles.
1038
f85b8d1a
JM
1039@item --enable-checking
1040@itemx --enable-checking=@var{list}
1041When you specify this option, the compiler is built to perform checking
1042of tree node types when referencing fields of that node, and some other
1043internal consistency checks. This does not change the generated code,
1044but adds error checking within the compiler. This will slow down the
1045compiler and may only work properly if you are building the compiler
161d7b59 1046with GCC@. This is on by default when building from CVS or snapshots,
f85b8d1a
JM
1047but off for releases. More control over the checks may be had by
1048specifying @var{list}; the categories of checks available are
c2f82a84 1049@samp{misc}, @samp{tree}, @samp{gc}, @samp{rtl}, @samp{rtlflag},
5dfa45d0
JJ
1050@samp{fold}, @samp{gcac} and @samp{valgrind}. The check @samp{valgrind}
1051requires the external @command{valgrind} simulator, available from
c2f82a84
HPN
1052@uref{http://developer.kde.org/~sewardj/}. The default when @var{list} is
1053not specified is @samp{misc,tree,gc,rtlflag}; the checks @samp{rtl},
1054@samp{gcac} and @samp{valgrind} are very expensive.
f85b8d1a 1055
22aa533e
NS
1056@item --enable-coverage
1057@item --enable-coverage=@var{level}
1058With this option, the compiler is built to collect self coverage
1059information, every time it is run. This is for internal development
1060purposes, and only works when the compiler is being built with gcc. The
1061@var{level} argument controls whether the compiler is built optimized or
1062not, values are @samp{opt} and @samp{noopt}. For coverage analysis you
1063want to disable optimization, for performance analysis you want to
1064enable optimization. When coverage is enabled, the default level is
1065without optimization.
1066
f85b8d1a
JM
1067@item --enable-nls
1068@itemx --disable-nls
6cfb3f16 1069The @option{--enable-nls} option enables Native Language Support (NLS),
f85b8d1a 1070which lets GCC output diagnostics in languages other than American
767094dd 1071English. Native Language Support is enabled by default if not doing a
161d7b59 1072canadian cross build. The @option{--disable-nls} option disables NLS@.
f85b8d1a
JM
1073
1074@item --with-included-gettext
c771326b 1075If NLS is enabled, the @option{--with-included-gettext} option causes the build
021c4bfd 1076procedure to prefer its copy of GNU @command{gettext}.
f85b8d1a
JM
1077
1078@item --with-catgets
1079If NLS is enabled, and if the host lacks @code{gettext} but has the
1080inferior @code{catgets} interface, the GCC build procedure normally
1081ignores @code{catgets} and instead uses GCC's copy of the GNU
6cfb3f16 1082@code{gettext} library. The @option{--with-catgets} option causes the
f85b8d1a 1083build procedure to use the host's @code{catgets} in this situation.
80f9249a 1084
5304400d
CR
1085@item --with-libiconv-prefix=@var{dir}
1086Search for libiconv header files in @file{@var{dir}/include} and
1087libiconv library files in @file{@var{dir}/lib}.
1088
80f9249a
JM
1089@item --with-system-zlib
1090Use installed zlib rather than that included with GCC@. This option
1091only applies if the Java front end is being built.
9340544b
ZW
1092
1093@item --enable-obsolete
1094Enable configuration for an obsoleted system. If you attempt to
1095configure GCC for a system (build, host, or target) which has been
1096obsoleted, and you do not specify this flag, configure will halt with an
1097error message.
1098
1099All support for systems which have been obsoleted in one release of GCC
1100is removed entirely in the next major release, unless someone steps
1101forward to maintain the port.
ef88b07d 1102@end table
f42974dc
DW
1103
1104Some options which only apply to building cross compilers:
ef88b07d 1105@table @code
4977bab6
ZW
1106@item --with-sysroot
1107@itemx --with-sysroot=@var{dir}
1108Tells GCC to consider @var{dir} as the root of a tree that contains a
1109(subset of) the root filesystem of the target operating system.
1110Target system headers, libraries and run-time object files will be
1111searched in there. The specified directory is not copied into the
1112install tree, unlike the options @option{--with-headers} and
1113@option{--with-libs} that this option obsoletes. The default value,
1114in case @option{--with-sysroot} is not given an argument, is
047d636f
DJ
1115@option{$@{gcc_tooldir@}/sys-root}. If the specified directory is a
1116subdirectory of @option{$@{exec_prefix@}}, then it will be found relative to
1117the GCC binaries if the installation tree is moved.
4977bab6 1118
65a824f6
JT
1119@item --with-headers
1120@itemx --with-headers=@var{dir}
4977bab6 1121Deprecated in favor of @option{--with-sysroot}.
65a824f6
JT
1122Specifies that target headers are available when building a cross compiler.
1123The @var{dir} argument specifies a directory which has the target include
1124files. These include files will be copied into the @file{gcc} install
1125directory. @emph{This option with the @var{dir} argument is required} when
1126building a cross compiler, if @file{@var{prefix}/@var{target}/sys-include}
1127doesn't pre-exist. If @file{@var{prefix}/@var{target}/sys-include} does
1128pre-exist, the @var{dir} argument may be omitted. @command{fixincludes}
1129will be run on these files to make them compatible with GCC.
264d65c1
AP
1130
1131@item --without-headers
1132Tells GCC not use any target headers from a libc when building a cross
1133compiler. When crossing to GNU/Linux, you need the headers so gcc
1134can build the exception handling for libgcc.
1135See @uref{http://www.objsw.com/CrossGCC/,,CrossGCC} for more information
1136on this option.
1137
65a824f6
JT
1138@item --with-libs
1139@itemx --with-libs=``@var{dir1} @var{dir2} @dots{} @var{dirN}''
4977bab6 1140Deprecated in favor of @option{--with-sysroot}.
38209993
LG
1141Specifies a list of directories which contain the target runtime
1142libraries. These libraries will be copied into the @file{gcc} install
65a824f6
JT
1143directory. If the directory list is omitted, this option has no
1144effect.
ef88b07d 1145@item --with-newlib
eea81d3e 1146Specifies that @samp{newlib} is
38209993 1147being used as the target C library. This causes @code{__eprintf} to be
eea81d3e
RO
1148omitted from @file{libgcc.a} on the assumption that it will be provided by
1149@samp{newlib}.
ef88b07d 1150@end table
f9047ed3 1151
38209993
LG
1152Note that each @option{--enable} option has a corresponding
1153@option{--disable} option and that each @option{--with} option has a
1154corresponding @option{--without} option.
f42974dc
DW
1155
1156@html
b8db17af 1157<hr />
f42974dc
DW
1158<p>
1159@end html
1160@ifhtml
1161@uref{./index.html,,Return to the GCC Installation page}
1162@end ifhtml
1163@end ifset
1164
1165@c ***Building****************************************************************
6cfb3f16 1166@ifnothtml
f42974dc
DW
1167@comment node-name, next, previous, up
1168@node Building, Testing, Configuration, Installing GCC
6cfb3f16 1169@end ifnothtml
f42974dc 1170@ifset buildhtml
f42974dc
DW
1171@ifnothtml
1172@chapter Building
1173@end ifnothtml
1174@cindex Installing GCC: Building
1175
1176Now that GCC is configured, you are ready to build the compiler and
1177runtime libraries.
1178
58db9d1a 1179We @strong{highly} recommend that GCC be built using GNU make;
f282ffb3 1180other versions may work, then again they might not.
58db9d1a
AH
1181GNU make is required for compiling GNAT (the Ada compiler) and the Java
1182runtime library.
f42974dc
DW
1183
1184(For example, many broken versions of make will fail if you use the
b8df899a
JM
1185recommended setup where @var{objdir} is different from @var{srcdir}.
1186Other broken versions may recompile parts of the compiler when
1187installing the compiler.)
f42974dc 1188
b8df899a 1189Some commands executed when making the compiler may fail (return a
7ba4ca63 1190nonzero status) and be ignored by @command{make}. These failures, which
b8df899a
JM
1191are often due to files that were not found, are expected, and can safely
1192be ignored.
1193
1194It is normal to have compiler warnings when compiling certain files.
1195Unless you are a GCC developer, you can generally ignore these warnings
dd859b8a
KG
1196unless they cause compilation to fail. Developers should attempt to fix
1197any warnings encountered, however they can temporarily continue past
1198warnings-as-errors by specifying the configure flag
1199@option{--disable-werror}.
b8df899a
JM
1200
1201On certain old systems, defining certain environment variables such as
6cfb3f16 1202@env{CC} can interfere with the functioning of @command{make}.
b8df899a
JM
1203
1204If you encounter seemingly strange errors when trying to build the
1205compiler in a directory other than the source directory, it could be
1206because you have previously configured the compiler in the source
1207directory. Make sure you have done all the necessary preparations.
1208
1209If you build GCC on a BSD system using a directory stored in an old System
4c64396e 1210V file system, problems may occur in running @command{fixincludes} if the
b8df899a
JM
1211System V file system doesn't support symbolic links. These problems
1212result in a failure to fix the declaration of @code{size_t} in
1213@file{sys/types.h}. If you find that @code{size_t} is a signed type and
1214that type mismatches occur, this could be the cause.
1215
161d7b59 1216The solution is not to use such a directory for building GCC@.
f42974dc 1217
f85b8d1a
JM
1218When building from CVS or snapshots, or if you modify parser sources,
1219you need the Bison parser generator installed. Any version 1.25 or
1220later should work; older versions may also work. If you do not modify
1221parser sources, releases contain the Bison-generated files and you do
1222not need Bison installed to build them.
1223
1224When building from CVS or snapshots, or if you modify Texinfo
a38f87a9 1225documentation, you need version 4.2 or later of Texinfo installed if you
f85b8d1a
JM
1226want Info documentation to be regenerated. Releases contain Info
1227documentation pre-built for the unmodified documentation in the release.
1228
f42974dc
DW
1229@section Building a native compiler
1230
f9047ed3 1231For a native build issue the command @samp{make bootstrap}. This
f42974dc
DW
1232will build the entire GCC system, which includes the following steps:
1233
1234@itemize @bullet
1235@item
1236Build host tools necessary to build the compiler such as texinfo, bison,
1237gperf.
1238
1239@item
1240Build target tools for use by the compiler such as binutils (bfd,
eea81d3e 1241binutils, gas, gprof, ld, and opcodes)
f282ffb3 1242if they have been individually linked
f42974dc
DW
1243or moved into the top level GCC source tree before configuring.
1244
1245@item
1246Perform a 3-stage bootstrap of the compiler.
1247
1248@item
1249Perform a comparison test of the stage2 and stage3 compilers.
1250
1251@item
1252Build runtime libraries using the stage3 compiler from the previous step.
f9047ed3 1253
f42974dc
DW
1254@end itemize
1255
38209993
LG
1256If you are short on disk space you might consider @samp{make
1257bootstrap-lean} instead. This is identical to @samp{make
1258bootstrap} except that object files from the stage1 and
f42974dc
DW
1259stage2 of the 3-stage bootstrap of the compiler are deleted as
1260soon as they are no longer needed.
1261
f42974dc
DW
1262If you want to save additional space during the bootstrap and in
1263the final installation as well, you can build the compiler binaries
8c085f6f 1264without debugging information as in the following example. This will save
f42974dc
DW
1265roughly 40% of disk space both for the bootstrap and the final installation.
1266(Libraries will still contain debugging information.)
1267
8c085f6f
JJ
1268@example
1269 make CFLAGS='-O' LIBCFLAGS='-g -O2' \
1270 LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap
1271@end example
1272
eea81d3e
RO
1273If you wish to use non-default GCC flags when compiling the stage2 and
1274stage3 compilers, set @code{BOOT_CFLAGS} on the command line when doing
f85b8d1a
JM
1275@samp{make bootstrap}. Non-default optimization flags are less well
1276tested here than the default of @samp{-g -O2}, but should still work.
1277In a few cases, you may find that you need to specify special flags such
1278as @option{-msoft-float} here to complete the bootstrap; or, if the
1279native compiler miscompiles the stage1 compiler, you may need to work
1280around this, by choosing @code{BOOT_CFLAGS} to avoid the parts of the
1281stage1 compiler that were miscompiled, or by using @samp{make
1282bootstrap4} to increase the number of stages of bootstrap.
1283
6cfb3f16 1284If you used the flag @option{--enable-languages=@dots{}} to restrict
f42974dc 1285the compilers to be built, only those you've actually enabled will be
767094dd 1286built. This will of course only build those runtime libraries, for
f42974dc 1287which the particular compiler has been built. Please note,
eea81d3e 1288that re-defining @env{LANGUAGES} when calling @samp{make bootstrap}
ef88b07d 1289@strong{does not} work anymore!
f42974dc 1290
f85b8d1a 1291If the comparison of stage2 and stage3 fails, this normally indicates
eea81d3e 1292that the stage2 compiler has compiled GCC incorrectly, and is therefore
f85b8d1a
JM
1293a potentially serious bug which you should investigate and report. (On
1294a few systems, meaningful comparison of object files is impossible; they
1295always appear ``different''. If you encounter this problem, you will
1296need to disable comparison in the @file{Makefile}.)
f42974dc
DW
1297
1298@section Building a cross compiler
1299
1300We recommend reading the
1301@uref{http://www.objsw.com/CrossGCC/,,crossgcc FAQ}
1302for information about building cross compilers.
1303
1304When building a cross compiler, it is not generally possible to do a
13053-stage bootstrap of the compiler. This makes for an interesting problem
161d7b59 1306as parts of GCC can only be built with GCC@.
f42974dc
DW
1307
1308To build a cross compiler, we first recommend building and installing a
1309native compiler. You can then use the native GCC compiler to build the
635771af
JM
1310cross compiler. The installed native compiler needs to be GCC version
13112.95 or later.
f42974dc
DW
1312
1313Assuming you have already installed a native copy of GCC and configured
6cfb3f16 1314your cross compiler, issue the command @command{make}, which performs the
f42974dc
DW
1315following steps:
1316
1317@itemize @bullet
1318@item
1319Build host tools necessary to build the compiler such as texinfo, bison,
1320gperf.
1321
1322@item
1323Build target tools for use by the compiler such as binutils (bfd,
1324binutils, gas, gprof, ld, and opcodes)
1325if they have been individually linked or moved into the top level GCC source
1326tree before configuring.
1327
1328@item
1329Build the compiler (single stage only).
1330
1331@item
1332Build runtime libraries using the compiler from the previous step.
1333@end itemize
1334
1335Note that if an error occurs in any step the make process will exit.
1336
1337@section Building in parallel
1338
27a3e494
DE
1339You can use @samp{make bootstrap MAKE="make -j 2" -j 2}, or just
1340@samp{make -j 2 bootstrap} for GNU Make 3.79 and above, instead of
1341@samp{make bootstrap} to build GCC in parallel.
1342You can also specify a bigger number, and in most cases using a value
1343greater than the number of processors in your machine will result in
1344fewer and shorter I/O latency hits, thus improving overall throughput;
1345this is especially true for slow drives and network filesystems.
f42974dc 1346
e23381df
GB
1347@section Building the Ada compiler
1348
1349In order to build GNAT, the Ada compiler, you need a working GNAT
3e98a119 1350compiler (GNAT version 3.14 or later, or GCC version 3.1 or later),
38e23049 1351since the Ada front end is written in Ada (with some
e23381df
GB
1352GNAT-specific extensions), and GNU make.
1353
1354However, you do not need a full installation of GNAT, just the GNAT
1355binary @file{gnat1}, a copy of @file{gnatbind}, and a compiler driver
1356which can deal with Ada input (by invoking the @file{gnat1} binary).
1357You can specify this compiler driver by setting the @env{ADAC}
1358environment variable at the configure step. @command{configure} can
1359detect the driver automatically if it has got a common name such as
1360@command{gcc} or @command{gnatgcc}. Of course, you still need a working
1361C compiler (the compiler driver can be different or not).
38e23049
JM
1362@command{configure} does not test whether the GNAT installation works
1363and has a sufficiently recent version; if too old a GNAT version is
1364installed, the build will fail unless @option{--enable-languages} is
1365used to disable building the Ada front end.
e23381df
GB
1366
1367Additional build tools (such as @command{gnatmake}) or a working GNAT
1368run-time library installation are usually @emph{not} required. However,
9026a957 1369if you want to bootstrap the compiler using a minimal version of GNAT,
e23381df 1370you have to issue the following commands before invoking @samp{make
9026a957 1371bootstrap} (this assumes that you start with an unmodified and consistent
e23381df
GB
1372source distribution):
1373
1374@example
1375 cd @var{srcdir}/gcc/ada
1376 touch treeprs.ads [es]info.h nmake.ad[bs]
1377@end example
1378
1379At the moment, the GNAT library and several tools for GNAT are not built
f282ffb3 1380by @samp{make bootstrap}. You have to invoke
e23381df
GB
1381@samp{make gnatlib_and_tools} in the @file{@var{objdir}/gcc}
1382subdirectory before proceeding with the next steps.
1383
1384For example, you can build a native Ada compiler by issuing the
1385following commands (assuming @command{make} is GNU make):
1386
1387@example
1388 cd @var{objdir}
f282ffb3 1389 @var{srcdir}/configure --enable-languages=c,ada
e23381df
GB
1390 cd @var{srcdir}/gcc/ada
1391 touch treeprs.ads [es]info.h nmake.ad[bs]
f282ffb3 1392 cd @var{objdir}
e23381df
GB
1393 make bootstrap
1394 cd gcc
1395 make gnatlib_and_tools
1396 cd ..
1397@end example
1398
1399Currently, when compiling the Ada front end, you cannot use the parallel
1400build feature described in the previous section.
1401
8f231b5d
JH
1402@section Building with profile feedback
1403
1404It is possible to use profile feedback to optimize the compiler itself. This
1405should result in a faster compiler binary. Experiments done on x86 using gcc
14063.3 showed approximately 7 percent speedup on compiling C programs. To
1407bootstrap compiler with profile feedback, use @code{make profiledbootstrap}.
1408
1409When @samp{make profiledbootstrap} is run, it will first build a @code{stage1}
1410compiler. This compiler is used to build a @code{stageprofile} compiler
1411instrumented to collect execution counts of instruction and branch
1412probabilities. Then runtime libraries are compiled with profile collected.
1413Finally a @code{stagefeedback} compiler is built using the information collected.
1414
1415Unlike @samp{make bootstrap} several additional restrictions apply. The
1416compiler used to build @code{stage1} needs to support a 64-bit integral type.
1417It is recommended to only use GCC for this. Also parallel make is currently
1418not supported since collisions in profile collecting may occur.
1419
f42974dc 1420@html
b8db17af 1421<hr />
f42974dc
DW
1422<p>
1423@end html
1424@ifhtml
1425@uref{./index.html,,Return to the GCC Installation page}
1426@end ifhtml
1427@end ifset
1428
1429@c ***Testing*****************************************************************
6cfb3f16 1430@ifnothtml
f42974dc
DW
1431@comment node-name, next, previous, up
1432@node Testing, Final install, Building, Installing GCC
6cfb3f16 1433@end ifnothtml
f42974dc 1434@ifset testhtml
f42974dc
DW
1435@ifnothtml
1436@chapter Installing GCC: Testing
1437@end ifnothtml
1438@cindex Testing
1439@cindex Installing GCC: Testing
1440@cindex Testsuite
1441
f97903cc
JJ
1442Before you install GCC, we encourage you to run the testsuites and to
1443compare your results with results from a similar configuration that have
1444been submitted to the
1445@uref{http://gcc.gnu.org/ml/gcc-testresults/,,gcc-testresults mailing list}.
05253aed
JJ
1446Some of these archived results are linked from the build status lists
1447at @uref{http://gcc.gnu.org/buildstat.html}, although not everyone who
1448reports a successful build runs the testsuites and submits the results.
f97903cc
JJ
1449This step is optional and may require you to download additional software,
1450but it can give you confidence in your new GCC installation or point out
1451problems before you install and start using your new GCC.
f42974dc 1452
f9047ed3 1453First, you must have @uref{download.html,,downloaded the testsuites}.
f97903cc
JJ
1454These are part of the full distribution, but if you downloaded the
1455``core'' compiler plus any front ends, you must download the testsuites
1456separately.
f42974dc 1457
f97903cc 1458Second, you must have the testing tools installed. This includes
6cbf57c9
GP
1459@uref{http://www.gnu.org/software/dejagnu/,,DejaGnu} 1.4.1 or 1.4.3
1460and later, Tcl, and Expect; the DejaGnu site has links to these.
f42974dc 1461
8cacda7c
GP
1462If the directories where @command{runtest} and @command{expect} were
1463installed are not in the @env{PATH}, you may need to set the following
1464environment variables appropriately, as in the following example (which
1465assumes that DejaGnu has been installed under @file{/usr/local}):
f42974dc
DW
1466
1467@example
1468 TCL_LIBRARY = /usr/local/share/tcl8.0
1469 DEJAGNULIBS = /usr/local/share/dejagnu
1470@end example
1471
8cacda7c 1472(On systems such as Cygwin, these paths are required to be actual
f42974dc 1473paths, not mounts or links; presumably this is due to some lack of
8cacda7c 1474portability in the DejaGnu code.)
ecb7d6b3 1475
f42974dc
DW
1476
1477Finally, you can run the testsuite (which may take a long time):
1478@example
ef88b07d 1479 cd @var{objdir}; make -k check
f42974dc
DW
1480@end example
1481
794aca5d
WB
1482This will test various components of GCC, such as compiler
1483front ends and runtime libraries. While running the testsuite, DejaGnu
1484might emit some harmless messages resembling
06809951 1485@samp{WARNING: Couldn't find the global config file.} or
794aca5d 1486@samp{WARNING: Couldn't find tool init file} that can be ignored.
06809951 1487
f42974dc
DW
1488@section How can I run the test suite on selected tests?
1489
794aca5d
WB
1490In order to run sets of tests selectively, there are targets
1491@samp{make check-gcc} and @samp{make check-g++}
1492in the @file{gcc} subdirectory of the object directory. You can also
1493just run @samp{make check} in a subdirectory of the object directory.
1494
1495
1496A more selective way to just run all @command{gcc} execute tests in the
1497testsuite is to use
f42974dc
DW
1498
1499@example
6cfb3f16 1500 make check-gcc RUNTESTFLAGS="execute.exp @var{other-options}"
f42974dc
DW
1501@end example
1502
794aca5d
WB
1503Likewise, in order to run only the @command{g++} ``old-deja'' tests in
1504the testsuite with filenames matching @samp{9805*}, you would use
f42974dc
DW
1505
1506@example
6cfb3f16 1507 make check-g++ RUNTESTFLAGS="old-deja.exp=9805* @var{other-options}"
f42974dc
DW
1508@end example
1509
6cfb3f16
JM
1510The @file{*.exp} files are located in the testsuite directories of the GCC
1511source, the most important ones being @file{compile.exp},
1512@file{execute.exp}, @file{dg.exp} and @file{old-deja.exp}.
1513To get a list of the possible @file{*.exp} files, pipe the
38209993 1514output of @samp{make check} into a file and look at the
6cfb3f16 1515@samp{Running @dots{} .exp} lines.
f42974dc 1516
688d8b84
RM
1517The Java runtime tests can be executed via @samp{make check}
1518in the @file{@var{target}/libjava/testsuite} directory in
1519the build tree.
f702e700
JJ
1520
1521@section Additional testing for Java Class Libraries
1522
1523The @uref{http://sources.redhat.com/mauve/,,Mauve Project} provides
1524a suite of tests for the Java Class Libraries. This suite can be run
1525as part of libgcj testing by placing the Mauve tree within the libjava
1526testsuite at @file{libjava/testsuite/libjava.mauve/mauve}, or by
1527specifying the location of that tree when invoking @samp{make}, as in
1528@samp{make MAUVEDIR=~/mauve check}.
1529
582f6e6d
TT
1530@uref{http://www-124.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html,,Jacks}
1531is a free test suite that tests Java compiler front ends. This suite
3b41afd9 1532can be run as part of libgcj testing by placing the Jacks tree within
582f6e6d
TT
1533the libjava testsuite at @file{libjava/testsuite/libjava.jacks/jacks}.
1534
f42974dc
DW
1535@section How to interpret test results
1536
794aca5d 1537The result of running the testsuite are various @file{*.sum} and @file{*.log}
767094dd 1538files in the testsuite subdirectories. The @file{*.log} files contain a
f42974dc 1539detailed log of the compiler invocations and the corresponding
794aca5d
WB
1540results, the @file{*.sum} files summarize the results. These summaries
1541contain status codes for all tests:
f42974dc
DW
1542
1543@itemize @bullet
1544@item
1545PASS: the test passed as expected
1546@item
1547XPASS: the test unexpectedly passed
1548@item
1549FAIL: the test unexpectedly failed
1550@item
1551XFAIL: the test failed as expected
1552@item
1553UNSUPPORTED: the test is not supported on this platform
1554@item
1555ERROR: the testsuite detected an error
1556@item
1557WARNING: the testsuite detected a possible problem
1558@end itemize
1559
38209993
LG
1560It is normal for some tests to report unexpected failures. At the
1561current time our testing harness does not allow fine grained control
1562over whether or not a test is expected to fail. We expect to fix this
1563problem in future releases.
f42974dc
DW
1564
1565
1566@section Submitting test results
1567
1568If you want to report the results to the GCC project, use the
767094dd 1569@file{contrib/test_summary} shell script. Start it in the @var{objdir} with
f42974dc
DW
1570
1571@example
6cfb3f16
JM
1572 @var{srcdir}/contrib/test_summary -p your_commentary.txt \
1573 -m gcc-testresults@@gcc.gnu.org |sh
f42974dc
DW
1574@end example
1575
6cfb3f16 1576This script uses the @command{Mail} program to send the results, so
767094dd 1577make sure it is in your @env{PATH}. The file @file{your_commentary.txt} is
f42974dc 1578prepended to the testsuite summary and should contain any special
767094dd 1579remarks you have on your results or your build environment. Please
f42974dc 1580do not edit the testsuite result block or the subject line, as these
05c425a9 1581messages may be automatically processed.
f42974dc 1582
aed5964b 1583@html
b8db17af 1584<hr />
aed5964b
JM
1585<p>
1586@end html
1587@ifhtml
1588@uref{./index.html,,Return to the GCC Installation page}
1589@end ifhtml
f42974dc
DW
1590@end ifset
1591
1592@c ***Final install***********************************************************
6cfb3f16 1593@ifnothtml
f42974dc
DW
1594@comment node-name, next, previous, up
1595@node Final install, , Testing, Installing GCC
6cfb3f16 1596@end ifnothtml
f42974dc 1597@ifset finalinstallhtml
f42974dc
DW
1598@ifnothtml
1599@chapter Installing GCC: Final installation
1600@end ifnothtml
1601
eea81d3e
RO
1602Now that GCC has been built (and optionally tested), you can install it with
1603@example
1604cd @var{objdir}; make install
1605@end example
f42974dc 1606
06809951
GP
1607We strongly recommend to install into a target directory where there is
1608no previous version of GCC present.
1609
f42974dc 1610That step completes the installation of GCC; user level binaries can
8e5f33ff
GK
1611be found in @file{@var{prefix}/bin} where @var{prefix} is the value
1612you specified with the @option{--prefix} to configure (or
1613@file{/usr/local} by default). (If you specified @option{--bindir},
1614that directory will be used instead; otherwise, if you specified
1615@option{--exec-prefix}, @file{@var{exec-prefix}/bin} will be used.)
1616Headers for the C++ and Java libraries are installed in
1617@file{@var{prefix}/include}; libraries in @file{@var{libdir}}
1618(normally @file{@var{prefix}/lib}); internal parts of the compiler in
1619@file{@var{libdir}/gcc} and @file{@var{libexecdir}/gcc}; documentation
1620in info format in @file{@var{infodir}} (normally
1621@file{@var{prefix}/info}).
f42974dc 1622
53b50ac1
CC
1623When installing cross-compilers, GCC's executables
1624are not only installed into @file{@var{bindir}}, that
1625is, @file{@var{exec-prefix}/bin}, but additionally into
1626@file{@var{exec-prefix}/@var{target-alias}/bin}, if that directory
1627exists. Typically, such @dfn{tooldirs} hold target-specific
1628binutils, including assembler and linker.
1629
1630Installation into a temporary staging area or into a @command{chroot}
1631jail can be achieved with the command
1632
1633@example
1634make DESTDIR=@var{path-to-rootdir} install
1635@end example
1636
1637@noindent where @var{path-to-rootdir} is the absolute path of
1638a directory relative to which all installation paths will be
1639interpreted. Note that the directory specified by @code{DESTDIR}
1640need not exist yet; it will be created if necessary.
1641
1642There is a subtle point with tooldirs and @code{DESTDIR}:
1643If you relocate a cross-compiler installation with
1644e.g.@: @samp{DESTDIR=@var{rootdir}}, then the directory
1645@file{@var{rootdir}/@var{exec-prefix}/@var{target-alias}/bin} will
1646be filled with duplicated GCC executables only if it already exists,
1647it will not be created otherwise. This is regarded as a feature,
1648not as a bug, because it gives slightly more control to the packagers
1649using the @code{DESTDIR} feature.
1650
2b46bc67 1651If you built a released version of GCC using @samp{make bootstrap} then please
f97a5bda
JJ
1652quickly review the build status page for your release, available from
1653@uref{http://gcc.gnu.org/buildstat.html}.
c5997381
JJ
1654If your system is not listed for the version of GCC that you built,
1655send a note to
eea81d3e
RO
1656@email{gcc@@gcc.gnu.org} indicating
1657that you successfully built and installed GCC.
c5997381 1658Include the following information:
f42974dc 1659
c5997381
JJ
1660@itemize @bullet
1661@item
1662Output from running @file{@var{srcdir}/config.guess}. Do not send us
1663that file itself, just the one-line output from running it.
1664
1665@item
1666The output of @samp{gcc -v} for your newly installed gcc.
1667This tells us which version of GCC you built and the options you passed to
1668configure.
1669
2b46bc67
JJ
1670@item
1671Whether you enabled all languages or a subset of them. If you used a
1672full distribution then this information is part of the configure
1673options in the output of @samp{gcc -v}, but if you downloaded the
1674``core'' compiler plus additional front ends then it isn't apparent
1675which ones you built unless you tell us about it.
1676
c5997381
JJ
1677@item
1678If the build was for GNU/Linux, also include:
1679@itemize @bullet
1680@item
1681The distribution name and version (e.g., Red Hat 7.1 or Debian 2.2.3);
1682this information should be available from @file{/etc/issue}.
1683
1684@item
1685The version of the Linux kernel, available from @samp{uname --version}
1686or @samp{uname -a}.
1687
1688@item
1689The version of glibc you used; for RPM-based systems like Red Hat,
b9da07da
JJ
1690Mandrake, and SuSE type @samp{rpm -q glibc} to get the glibc version,
1691and on systems like Debian and Progeny use @samp{dpkg -l libc6}.
c5997381
JJ
1692@end itemize
1693For other systems, you can include similar information if you think it is
1694relevant.
1695
1696@item
1697Any other information that you think would be useful to people building
1698GCC on the same configuration. The new entry in the build status list
1699will include a link to the archived copy of your message.
1700@end itemize
c009f01f
JJ
1701
1702We'd also like to know if the
1703@ifnothtml
1704@ref{Specific, host/target specific installation notes}
1705@end ifnothtml
1706@ifhtml
1707@uref{specific.html,,host/target specific installation notes}
1708@end ifhtml
1709didn't include your host/target information or if that information is
1710incomplete or out of date. Send a note to
1711@email{gcc@@gcc.gnu.org} telling us how the information should be changed.
f42974dc
DW
1712
1713If you find a bug, please report it following our
1714@uref{../bugs.html,,bug reporting guidelines}.
1715
ab130aa5 1716If you want to print the GCC manuals, do @samp{cd @var{objdir}; make
a38f87a9 1717dvi}. You will need to have @command{texi2dvi} (version at least 4.2)
ab130aa5
JM
1718and @TeX{} installed. This creates a number of @file{.dvi} files in
1719subdirectories of @file{@var{objdir}}; these may be converted for
1720printing with programs such as @command{dvips}. You can also
1721@uref{http://www.gnu.org/order/order.html,,buy printed manuals from the
1722Free Software Foundation}, though such manuals may not be for the most
161d7b59 1723recent version of GCC@.
ab130aa5 1724
f42974dc 1725@html
b8db17af 1726<hr />
f42974dc
DW
1727<p>
1728@end html
1729@ifhtml
1730@uref{./index.html,,Return to the GCC Installation page}
1731@end ifhtml
1732@end ifset
1733
1734@c ***Binaries****************************************************************
6cfb3f16 1735@ifnothtml
f42974dc
DW
1736@comment node-name, next, previous, up
1737@node Binaries, Specific, Installing GCC, Top
6cfb3f16 1738@end ifnothtml
f42974dc 1739@ifset binarieshtml
f42974dc
DW
1740@ifnothtml
1741@chapter Installing GCC: Binaries
1742@end ifnothtml
1743@cindex Binaries
1744@cindex Installing GCC: Binaries
1745
161d7b59 1746We are often asked about pre-compiled versions of GCC@. While we cannot
f42974dc
DW
1747provide these for all platforms, below you'll find links to binaries for
1748various platforms where creating them by yourself is not easy due to various
1749reasons.
1750
1751Please note that we did not create these binaries, nor do we
1752support them. If you have any problems installing them, please
1753contact their makers.
1754
1755@itemize
1756@item
df002c7d
DE
1757AIX:
1758@itemize
1759@item
ff4c5e7b 1760@uref{http://www.bullfreeware.com,,Bull's Freeware and Shareware Archive for AIX};
df002c7d
DE
1761
1762@item
8d5362b7 1763@uref{http://aixpdslib.seas.ucla.edu,,UCLA Software Library for AIX}.
df002c7d 1764@end itemize
f42974dc
DW
1765
1766@item
8d5362b7
GP
1767DOS---@uref{http://www.delorie.com/djgpp/,,DJGPP}.
1768
1769@item
71c6b994
KH
1770Renesas H8/300[HS]---@uref{http://h8300-hms.sourceforge.net/,,GNU
1771Development Tools for the Renesas H8/300[HS] Series}.
f42974dc 1772
f404402c
MW
1773@item
1774HP-UX:
1775@itemize
f42974dc
DW
1776@item
1777@uref{http://hpux.cae.wisc.edu/,,HP-UX Porting Center};
1778
f404402c
MW
1779@item
1780@uref{ftp://sunsite.informatik.rwth-aachen.de/pub/packages/gcc_hpux/,,Binaries for HP-UX 11.00 at Aachen University of Technology}.
1781@end itemize
1782
3e35d143
SC
1783@item
1784Motorola 68HC11/68HC12---@uref{http://www.gnu-m68hc11.org,,GNU
1785Development Tools for the Motorola 68HC11/68HC12}.
1786
f42974dc 1787@item
38209993 1788@uref{http://www.sco.com/skunkware/devtools/index.html#gcc,,SCO
8d5362b7 1789OpenServer/Unixware}.
f42974dc
DW
1790
1791@item
35113fde 1792Sinix/Reliant Unix---@uref{ftp://ftp.fujitsu-siemens.com/pub/pd/gnu/gcc/,,Siemens}.
8d5362b7
GP
1793
1794@item
1795Solaris 2 (SPARC, Intel)---@uref{http://www.sunfreeware.com/,,Sunfreeware}.
f42974dc
DW
1796
1797@item
8d5362b7 1798SGI---@uref{http://freeware.sgi.com/,,SGI Freeware}.
f42974dc
DW
1799
1800@item
05c425a9 1801Microsoft Windows:
f42974dc
DW
1802@itemize
1803@item
1804The @uref{http://sources.redhat.com/cygwin/,,Cygwin} project;
1805@item
cc92b8ab 1806The @uref{http://www.mingw.org/,,MinGW} project.
f42974dc
DW
1807@end itemize
1808
1809@item
616de62f
GP
1810@uref{ftp://ftp.thewrittenword.com/packages/by-name/,,The
1811Written Word} offers binaries for
1812AIX 4.3.2.
1813IRIX 6.5,
1814Digital UNIX 4.0D and 5.1,
1815GNU/Linux (i386),
1816HP-UX 10.20, 11.00, and 11.11, and
1817Solaris/SPARC 2.5.1, 2.6, 2.7, 8, and 9,
f42974dc
DW
1818@end itemize
1819
1820In addition to those specific offerings, you can get a binary
1821distribution CD-ROM from the
f9047ed3 1822@uref{http://www.fsf.org/order/order.html,,Free Software Foundation}.
f42974dc 1823It contains binaries for a number of platforms, and
767094dd 1824includes not only GCC, but other stuff as well. The current CD does
f42974dc 1825not contain the latest version of GCC, but it should allow
767094dd 1826bootstrapping the compiler. An updated version of that disk is in the
f42974dc
DW
1827works.
1828
1829@html
b8db17af 1830<hr />
f42974dc
DW
1831<p>
1832@end html
1833@ifhtml
1834@uref{./index.html,,Return to the GCC Installation page}
1835@end ifhtml
1836@end ifset
1837
1838@c ***Specific****************************************************************
6cfb3f16 1839@ifnothtml
f42974dc 1840@comment node-name, next, previous, up
73e2155a 1841@node Specific, Old, Binaries, Top
6cfb3f16 1842@end ifnothtml
f42974dc 1843@ifset specifichtml
f42974dc
DW
1844@ifnothtml
1845@chapter Host/target specific installation notes for GCC
1846@end ifnothtml
1847@cindex Specific
1848@cindex Specific installation notes
1849@cindex Target specific installation
1850@cindex Host specific installation
1851@cindex Target specific installation notes
1852
1853Please read this document carefully @emph{before} installing the
1854GNU Compiler Collection on your machine.
1855
ef88b07d 1856@ifhtml
f42974dc
DW
1857@itemize
1858@item
333e14b0 1859@uref{#alpha*-*-*,,alpha*-*-*}
f42974dc
DW
1860@item
1861@uref{#alpha*-dec-osf*,,alpha*-dec-osf*}
1862@item
71b96724
RL
1863@uref{#alphaev5-cray-unicosmk*,,alphaev5-cray-unicosmk*}
1864@item
b8df899a
JM
1865@uref{#arc-*-elf,,arc-*-elf}
1866@item
34e8290f
NC
1867@uref{#arm-*-elf,,arm-*-elf}
1868@uref{#arm-*-coff,,arm-*-coff}
34e8290f 1869@uref{#arm-*-aout,,arm-*-aout}
b8df899a 1870@item
2aea0b53 1871@uref{#xscale-*-*,,xscale-*-*}
476c334e 1872@item
f42974dc
DW
1873@uref{#avr,,avr}
1874@item
0132e321
MH
1875@uref{#c4x,,c4x}
1876@item
f42974dc
DW
1877@uref{#dos,,DOS}
1878@item
b8df899a
JM
1879@uref{#dsp16xx,,dsp16xx}
1880@item
021c4bfd
RO
1881@uref{#*-*-freebsd*,,*-*-freebsd*}
1882@item
f42974dc
DW
1883@uref{#h8300-hms,,h8300-hms}
1884@item
1885@uref{#hppa*-hp-hpux*,,hppa*-hp-hpux*}
1886@item
f42974dc
DW
1887@uref{#hppa*-hp-hpux10,,hppa*-hp-hpux10}
1888@item
1889@uref{#hppa*-hp-hpux11,,hppa*-hp-hpux11}
1890@item
b8df899a
JM
1891@uref{#i370-*-*,,i370-*-*}
1892@item
f42974dc
DW
1893@uref{#*-*-linux-gnu,,*-*-linux-gnu}
1894@item
b8df899a
JM
1895@uref{#ix86-*-linux*aout,,i?86-*-linux*aout}
1896@item
f42974dc
DW
1897@uref{#ix86-*-linux*,,i?86-*-linux*}
1898@item
1899@uref{#ix86-*-sco3.2v5*,,i?86-*-sco3.2v5*}
1900@item
f42974dc
DW
1901@uref{#ix86-*-udk,,i?86-*-udk}
1902@item
b8df899a
JM
1903@uref{#ix86-*-esix,,i?86-*-esix}
1904@item
b499d9ab
JJ
1905@uref{#ia64-*-linux,,ia64-*-linux}
1906@item
959a73a4
DH
1907@uref{#ia64-*-hpux*,,ia64-*-hpux*}
1908@item
f42974dc
DW
1909@uref{#*-ibm-aix*,,*-ibm-aix*}
1910@item
e3223ea2
DC
1911@uref{#ip2k-*-elf,,ip2k-*-elf}
1912@item
6b3d1e47
SC
1913@uref{#iq2000-*-elf,,iq2000-*-elf}
1914@item
b8df899a
JM
1915@uref{#m32r-*-elf,,m32r-*-elf}
1916@item
b8df899a
JM
1917@uref{#m6811-elf,,m6811-elf}
1918@item
1919@uref{#m6812-elf,,m6812-elf}
1920@item
b8df899a
JM
1921@uref{#m68k-hp-hpux,,m68k-hp-hpux}
1922@item
b8df899a
JM
1923@uref{#mips-*-*,,mips-*-*}
1924@item
b953cc4b 1925@uref{#mips-sgi-irix5,,mips-sgi-irix5}
f42974dc 1926@item
b953cc4b 1927@uref{#mips-sgi-irix6,,mips-sgi-irix6}
f42974dc 1928@item
021c4bfd
RO
1929@uref{#powerpc*-*-*,,powerpc*-*-*, powerpc-*-sysv4}
1930@item
4f2b1139
SS
1931@uref{#powerpc-*-darwin*,,powerpc-*-darwin*}
1932@item
b8df899a
JM
1933@uref{#powerpc-*-elf,,powerpc-*-elf, powerpc-*-sysv4}
1934@item
f42974dc
DW
1935@uref{#powerpc-*-linux-gnu*,,powerpc-*-linux-gnu*}
1936@item
edf1b3f3
AC
1937@uref{#powerpc-*-netbsd*,,powerpc-*-netbsd*}
1938@item
b8df899a
JM
1939@uref{#powerpc-*-eabiaix,,powerpc-*-eabiaix}
1940@item
1941@uref{#powerpc-*-eabisim,,powerpc-*-eabisim}
1942@item
1943@uref{#powerpc-*-eabi,,powerpc-*-eabi}
1944@item
1945@uref{#powerpcle-*-elf,,powerpcle-*-elf, powerpcle-*-sysv4}
1946@item
1947@uref{#powerpcle-*-eabisim,,powerpcle-*-eabisim}
1948@item
1949@uref{#powerpcle-*-eabi,,powerpcle-*-eabi}
1950@item
225cee28 1951@uref{#s390-*-linux*,,s390-*-linux*}
91abf72d 1952@item
225cee28 1953@uref{#s390x-*-linux*,,s390x-*-linux*}
91abf72d 1954@item
250d5688 1955@uref{#*-*-solaris2*,,*-*-solaris2*}
f42974dc 1956@item
250d5688 1957@uref{#sparc-sun-solaris2*,,sparc-sun-solaris2*}
f42974dc
DW
1958@item
1959@uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7}
1960@item
c6fa9728
JS
1961@uref{#sparc-*-linux*,,sparc-*-linux*}
1962@item
0dc7ee3c 1963@uref{#sparc64-*-solaris2*,,sparc64-*-solaris2*}
f42974dc 1964@item
e403b4bc
CR
1965@uref{#sparcv9-*-solaris2*,,sparcv9-*-solaris2*}
1966@item
b8df899a
JM
1967@uref{#*-*-sysv*,,*-*-sysv*}
1968@item
1969@uref{#vax-dec-ultrix,,vax-dec-ultrix}
1970@item
4977bab6
ZW
1971@uref{#*-*-vxworks*,,*-*-vxworks*}
1972@item
fd29f6ea
BW
1973@uref{#xtensa-*-elf,,xtensa-*-elf}
1974@item
1975@uref{#xtensa-*-linux*,,xtensa-*-linux*}
1976@item
f42974dc
DW
1977@uref{#windows,,Microsoft Windows}
1978@item
1979@uref{#os2,,OS/2}
1980@item
1981@uref{#older,,Older systems}
1982@end itemize
1983
1984@itemize
1985@item
250d5688 1986@uref{#elf_targets,,all ELF targets} (SVR4, Solaris 2, etc.)
f42974dc 1987@end itemize
ef88b07d 1988@end ifhtml
f42974dc
DW
1989
1990
1991@html
1992<!-- -------- host/target specific issues start here ---------------- -->
b8db17af 1993<hr />
f42974dc 1994@end html
333e14b0
LR
1995@heading @anchor{alpha*-*-*}alpha*-*-*
1996
1997This section contains general configuration information for all
1998alpha-based platforms using ELF (in particular, ignore this section for
161d7b59 1999DEC OSF/1, Digital UNIX and Tru64 UNIX)@. In addition to reading this
f2541106 2000section, please read all other sections that match your target.
333e14b0 2001
021c4bfd
RO
2002We require binutils 2.11.2 or newer.
2003Previous binutils releases had a number of problems with DWARF 2
333e14b0
LR
2004debugging information, not the least of which is incorrect linking of
2005shared libraries.
2006
b8df899a 2007@html
b8db17af 2008<hr />
b8df899a 2009@end html
f2541106 2010@heading @anchor{alpha*-dec-osf*}alpha*-dec-osf*
b8df899a 2011Systems using processors that implement the DEC Alpha architecture and
f2541106
RO
2012are running the DEC/Compaq Unix (DEC OSF/1, Digital UNIX, or Compaq
2013Tru64 UNIX) operating system, for example the DEC Alpha AXP systems.
2014
c7bdf0a6
ZW
2015As of GCC 3.2, versions before @code{alpha*-dec-osf4} are no longer
2016supported. (These are the versions which identify themselves as DEC
2017OSF/1.)
9340544b 2018
6e92b3a1
RB
2019In Digital Unix V4.0, virtual memory exhausted bootstrap failures
2020may be fixed by configuring with @option{--with-gc=simple},
2021reconfiguring Kernel Virtual Memory and Swap parameters
2022per the @command{/usr/sbin/sys_check} Tuning Suggestions,
2023or applying the patch in
2024@uref{http://gcc.gnu.org/ml/gcc/2002-08/msg00822.html}.
2025
f2541106
RO
2026In Tru64 UNIX V5.1, Compaq introduced a new assembler that does not
2027currently (2001-06-13) work with @command{mips-tfile}. As a workaround,
2028we need to use the old assembler, invoked via the barely documented
2029@option{-oldas} option. To bootstrap GCC, you either need to use the
2030Compaq C Compiler:
2031
2032@example
eea81d3e 2033 % CC=cc @var{srcdir}/configure [@var{options}] [@var{target}]
f2541106
RO
2034@end example
2035
2036or you can use a copy of GCC 2.95.3 or higher built on Tru64 UNIX V4.0:
2037
2038@example
eea81d3e 2039 % CC=gcc -Wa,-oldas @var{srcdir}/configure [@var{options}] [@var{target}]
f2541106 2040@end example
b8df899a 2041
b953cc4b
RO
2042As of GNU binutils 2.11.2, neither GNU @command{as} nor GNU @command{ld}
2043are supported on Tru64 UNIX, so you must not configure GCC with
2044@option{--with-gnu-as} or @option{--with-gnu-ld}.
2045
f0523f02 2046GCC writes a @samp{.verstamp} directive to the assembler output file
b8df899a
JM
2047unless it is built as a cross-compiler. It gets the version to use from
2048the system header file @file{/usr/include/stamp.h}. If you install a
2049new version of DEC Unix, you should rebuild GCC to pick up the new version
2050stamp.
2051
2052Note that since the Alpha is a 64-bit architecture, cross-compilers from
205332-bit machines will not generate code as efficient as that generated
2054when the compiler is running on a 64-bit machine because many
2055optimizations that depend on being able to represent a word on the
2056target in an integral value on the host cannot be performed. Building
2057cross-compilers on the Alpha for 32-bit machines has only been tested in
2058a few cases and may not work properly.
2059
7ba4ca63 2060@samp{make compare} may fail on old versions of DEC Unix unless you add
6cfb3f16 2061@option{-save-temps} to @code{CFLAGS}. On these systems, the name of the
b8df899a
JM
2062assembler input file is stored in the object file, and that makes
2063comparison fail if it differs between the @code{stage1} and
6cfb3f16 2064@code{stage2} compilations. The option @option{-save-temps} forces a
b8df899a 2065fixed name to be used for the assembler input file, instead of a
6cfb3f16 2066randomly chosen name in @file{/tmp}. Do not add @option{-save-temps}
b8df899a 2067unless the comparisons fail without that option. If you add
6cfb3f16 2068@option{-save-temps}, you will have to manually delete the @samp{.i} and
b8df899a
JM
2069@samp{.s} files after each series of compilations.
2070
f0523f02 2071GCC now supports both the native (ECOFF) debugging format used by DBX
161d7b59 2072and GDB and an encapsulated STABS format for use only with GDB@. See the
6cfb3f16 2073discussion of the @option{--with-stabs} option of @file{configure} above
b8df899a
JM
2074for more information on these formats and how to select them.
2075
2076There is a bug in DEC's assembler that produces incorrect line numbers
2077for ECOFF format when the @samp{.align} directive is used. To work
f0523f02 2078around this problem, GCC will not emit such alignment directives
b8df899a
JM
2079while writing ECOFF format debugging information even if optimization is
2080being performed. Unfortunately, this has the very undesirable
6cfb3f16
JM
2081side-effect that code addresses when @option{-O} is specified are
2082different depending on whether or not @option{-g} is also specified.
b8df899a 2083
6cfb3f16 2084To avoid this behavior, specify @option{-gstabs+} and use GDB instead of
161d7b59 2085DBX@. DEC is now aware of this problem with the assembler and hopes to
b8df899a
JM
2086provide a fix shortly.
2087
71b96724 2088@html
b8db17af 2089<hr />
71b96724
RL
2090@end html
2091@heading @anchor{alphaev5-cray-unicosmk*}alphaev5-cray-unicosmk*
2092Cray T3E systems running Unicos/Mk.
2093
2094This port is incomplete and has many known bugs. We hope to improve the
2095support for this target soon. Currently, only the C front end is supported,
2096and it is not possible to build parallel applications. Cray modules are not
2097supported; in particular, Craylibs are assumed to be in
2098@file{/opt/ctl/craylibs/craylibs}.
2099
2100You absolutely @strong{must} use GNU make on this platform. Also, you
2101need to tell GCC where to find the assembler and the linker. The
2102simplest way to do so is by providing @option{--with-as} and
2103@option{--with-ld} to @file{configure}, e.g.@:
2104
8c085f6f
JJ
2105@example
2106 configure --with-as=/opt/ctl/bin/cam --with-ld=/opt/ctl/bin/cld \
2107 --enable-languages=c
2108@end example
71b96724
RL
2109
2110The comparison test during @samp{make bootstrap} fails on Unicos/Mk
2111because the assembler inserts timestamps into object files. You should
2112be able to work around this by doing @samp{make all} after getting this
2113failure.
2114
b8df899a 2115@html
b8db17af 2116<hr />
b8df899a
JM
2117@end html
2118@heading @anchor{arc-*-elf}arc-*-elf
2119Argonaut ARC processor.
2120This configuration is intended for embedded systems.
2121
2122@html
b8db17af 2123<hr />
b8df899a 2124@end html
34e8290f 2125@heading @anchor{arm-*-elf}arm-*-elf
2aea0b53 2126@heading @anchor{xscale-*-*}xscale-*-*
34e8290f
NC
2127ARM-family processors. Subtargets that use the ELF object format
2128require GNU binutils 2.13 or newer. Such subtargets include:
2129@code{arm-*-freebsd}, @code{arm-*-netbsdelf}, @code{arm-*-*linux},
2130@code{arm-*-rtems} and @code{arm-*-kaos}.
2131
2132@html
2133<hr />
2134@end html
2135@heading @anchor{arm-*-coff}arm-*-coff
61aeb06f 2136ARM-family processors. Note that there are two different varieties
34e8290f
NC
2137of PE format subtarget supported: @code{arm-wince-pe} and
2138@code{arm-pe} as well as a standard COFF target @code{arm-*-coff}.
2139
34e8290f
NC
2140@html
2141<hr />
2142@end html
2143@heading @anchor{arm-*-aout}arm-*-aout
2144ARM-family processors. These targets support the AOUT file format:
2145@code{arm-*-aout}, @code{arm-*-netbsd}.
476c334e 2146
f42974dc 2147@html
b8db17af 2148<hr />
f42974dc 2149@end html
ef88b07d 2150@heading @anchor{avr}avr
f42974dc 2151
b8df899a 2152ATMEL AVR-family micro controllers. These are used in embedded
ca52d046
GP
2153applications. There are no standard Unix configurations.
2154@ifnothtml
2155@xref{AVR Options,, AVR Options, gcc, Using and Porting the GNU Compiler
2156Collection (GCC)},
2157@end ifnothtml
98999d8b 2158@ifhtml
ca52d046 2159See ``AVR Options'' in the main manual
98999d8b 2160@end ifhtml
ca52d046 2161for the list of supported MCU types.
b8df899a 2162
161d7b59 2163Use @samp{configure --target=avr --enable-languages="c"} to configure GCC@.
f42974dc
DW
2164
2165Further installation notes and other useful information about AVR tools
2166can also be obtained from:
2167
2168@itemize @bullet
2169@item
de7999ba
MM
2170@uref{http://www.openavr.org,,http://www.openavr.org}
2171@item
d1a86812 2172@uref{http://home.overta.ru/users/denisc/,,http://home.overta.ru/users/denisc/}
f42974dc 2173@item
d1a86812 2174@uref{http://www.amelek.gda.pl/avr/,,http://www.amelek.gda.pl/avr/}
f42974dc
DW
2175@end itemize
2176
de7999ba 2177We @emph{strongly} recommend using binutils 2.13 or newer.
f42974dc
DW
2178
2179The following error:
2180@example
2181 Error: register required
2182@end example
2183
2184indicates that you should upgrade to a newer version of the binutils.
2185
0132e321 2186@html
b8db17af 2187<hr />
0132e321
MH
2188@end html
2189@heading @anchor{c4x}c4x
2190
2191Texas Instruments TMS320C3x and TMS320C4x Floating Point Digital Signal
2192Processors. These are used in embedded applications. There are no
d8393f64
GP
2193standard Unix configurations.
2194@ifnothtml
2195@xref{TMS320C3x/C4x Options,, TMS320C3x/C4x Options, gcc, Using and
2196Porting the GNU Compiler Collection (GCC)},
2197@end ifnothtml
98999d8b 2198@ifhtml
d8393f64 2199See ``TMS320C3x/C4x Options'' in the main manual
98999d8b 2200@end ifhtml
d8393f64 2201for the list of supported MCU types.
0132e321
MH
2202
2203GCC can be configured as a cross compiler for both the C3x and C4x
2204architectures on the same system. Use @samp{configure --target=c4x
2205--enable-languages="c,c++"} to configure.
2206
2207
2208Further installation notes and other useful information about C4x tools
2209can also be obtained from:
2210
2211@itemize @bullet
2212@item
d8393f64 2213@uref{http://www.elec.canterbury.ac.nz/c4x/,,http://www.elec.canterbury.ac.nz/c4x/}
0132e321
MH
2214@end itemize
2215
0b85d816 2216@html
b8db17af 2217<hr />
0b85d816
HPN
2218@end html
2219@heading @anchor{cris}CRIS
2220
2221CRIS is the CPU architecture in Axis Communications ETRAX system-on-a-chip
2222series. These are used in embedded applications.
2223
2224@ifnothtml
2225@xref{CRIS Options,, CRIS Options, gcc, Using and Porting the GNU Compiler
2226Collection (GCC)},
2227@end ifnothtml
2228@ifhtml
2229See ``CRIS Options'' in the main manual
2230@end ifhtml
2231for a list of CRIS-specific options.
2232
2233There are a few different CRIS targets:
2234@table @code
2235@item cris-axis-aout
2236Old target. Includes a multilib for the @samp{elinux} a.out-based
2237target. No multilibs for newer architecture variants.
2238@item cris-axis-elf
2239Mainly for monolithic embedded systems. Includes a multilib for the
2240@samp{v10} core used in @samp{ETRAX 100 LX}.
2241@item cris-axis-linux-gnu
2242A GNU/Linux port for the CRIS architecture, currently targeting
2243@samp{ETRAX 100 LX} by default.
2244@end table
2245
2246For @code{cris-axis-aout} and @code{cris-axis-elf} you need binutils 2.11
2247or newer. For @code{cris-axis-linux-gnu} you need binutils 2.12 or newer.
2248
2249Pre-packaged tools can be obtained from
2250@uref{ftp://ftp.axis.com/pub/axis/tools/cris/compiler-kit/}. More
2251information about this platform is available at
2252@uref{http://developer.axis.com/}.
2253
f42974dc 2254@html
b8db17af 2255<hr />
f42974dc 2256@end html
ef88b07d 2257@heading @anchor{dos}DOS
f42974dc
DW
2258
2259Please have a look at our @uref{binaries.html,,binaries page}.
2260
f0523f02 2261You cannot install GCC by itself on MSDOS; it will not compile under
f85b8d1a
JM
2262any MSDOS compiler except itself. You need to get the complete
2263compilation package DJGPP, which includes binaries as well as sources,
2264and includes all the necessary compilation tools and libraries.
2265
b8df899a 2266@html
b8db17af 2267<hr />
b8df899a
JM
2268@end html
2269@heading @anchor{dsp16xx}dsp16xx
2270A port to the AT&T DSP1610 family of processors.
2271
021c4bfd 2272@html
b8db17af 2273<hr />
021c4bfd
RO
2274@end html
2275@heading @anchor{*-*-freebsd*}*-*-freebsd*
2276
2277The version of binutils installed in @file{/usr/bin} is known to work unless
2278otherwise specified in any per-architecture notes. However, binutils
6b976d99 22792.12.1 or greater is known to improve overall testsuite results.
021c4bfd 2280
2aea0b53 2281FreeBSD 1 is no longer supported.
c7bdf0a6
ZW
2282
2283For FreeBSD 2 or any mutant a.out versions of FreeBSD 3: All
021c4bfd
RO
2284configuration support and files as shipped with GCC 2.95 are still in
2285place. FreeBSD 2.2.7 has been known to bootstrap completely; however,
2286it is unknown which version of binutils was used (it is assumed that it
2287was the system copy in @file{/usr/bin}) and C++ EH failures were noted.
2288
2289For FreeBSD using the ELF file format: DWARF 2 debugging is now the
2290default for all CPU architectures. It had been the default on
2291FreeBSD/alpha since its inception. You may use @option{-gstabs} instead
2292of @option{-g}, if you really want the old debugging format. There are
2293no known issues with mixing object files and libraries with different
2294debugging formats. Otherwise, this release of GCC should now match more
2295of the configuration used in the stock FreeBSD configuration of GCC. In
2296particular, @option{--enable-threads} is now configured by default.
2297However, as a general user, do not attempt to replace the system
2298compiler with this release. Known to bootstrap and check with good
e4e7d312
LR
2299results on FreeBSD 4.8-STABLE and 5-CURRENT@. In the past, known to
2300bootstrap and check with good results on FreeBSD 3.0, 3.4, 4.0, 4.2,
23014.3, 4.4, 4.5-STABLE@.
46fc709d
LR
2302
2303In principle, @option{--enable-threads} is now compatible with
2304@option{--enable-libgcj} on FreeBSD@. However, it has only been built
e4e7d312 2305and tested on @samp{i386-*-freebsd[45]} and @samp{alpha-*-freebsd[45]}.
8c085f6f 2306The static
6b976d99
LR
2307library may be incorrectly built (symbols are missing at link time).
2308There is a rare timing-based startup hang (probably involves an
c0478a66 2309assumption about the thread library). Multi-threaded boehm-gc (required for
46fc709d 2310libjava) exposes severe threaded signal-handling bugs on FreeBSD before
e4e7d312 23114.5-RELEASE@. Other CPU architectures
46fc709d
LR
2312supported by FreeBSD will require additional configuration tuning in, at
2313the very least, both boehm-gc and libffi.
021c4bfd 2314
bc3a44db
LR
2315Shared @file{libgcc_s.so} is now built and installed by default.
2316
f42974dc 2317@html
b8db17af 2318<hr />
f42974dc 2319@end html
ef88b07d 2320@heading @anchor{h8300-hms}h8300-hms
71c6b994 2321Renesas H8/300 series of processors.
f42974dc
DW
2322
2323Please have a look at our @uref{binaries.html,,binaries page}.
2324
b8df899a
JM
2325The calling convention and structure layout has changed in release 2.6.
2326All code must be recompiled. The calling convention now passes the
2327first three arguments in function calls in registers. Structures are no
2328longer a multiple of 2 bytes.
2329
f42974dc 2330@html
b8db17af 2331<hr />
f42974dc 2332@end html
ef88b07d 2333@heading @anchor{hppa*-hp-hpux*}hppa*-hp-hpux*
2aea0b53 2334HP-UX version 9 or older is no longer supported.
f42974dc 2335
021c4bfd 2336We @emph{highly} recommend using gas/binutils 2.8 or newer on all hppa
f9047ed3 2337platforms; you may encounter a variety of problems when using the HP
581d9404 2338assembler.
f42974dc
DW
2339
2340Specifically, @option{-g} does not work on HP-UX (since that system
2341uses a peculiar debugging format which GCC does not know about), unless you
38209993
LG
2342use GAS and GDB and configure GCC with the
2343@uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}} and
6cfb3f16 2344@option{--with-as=@dots{}} options.
f42974dc 2345
08b3d104
JDA
2346If you wish to use the pa-risc 2.0 architecture support with a 32-bit
2347runtime, you must use either the HP assembler, gas/binutils 2.11 or newer,
2348or a recent
f42974dc
DW
2349@uref{ftp://sources.redhat.com/pub/binutils/snapshots,,snapshot of gas}.
2350
d5355cb2
JDA
2351There are two default scheduling models for instructions. These are
2352PROCESSOR_7100LC and PROCESSOR_8000. They are selected from the pa-risc
2353architecture specified for the target machine when configuring.
2354PROCESSOR_8000 is the default. PROCESSOR_7100LC is selected when
2355the target is a @samp{hppa1*} machine.
806bf413
JDA
2356
2357The PROCESSOR_8000 model is not well suited to older processors. Thus,
2358it is important to completely specify the machine architecture when
2359configuring if you want a model other than PROCESSOR_8000. The macro
2360TARGET_SCHED_DEFAULT can be defined in BOOT_CFLAGS if a different
2361default scheduling model is desired.
2362
021c4bfd 2363More specific information to @samp{hppa*-hp-hpux*} targets follows.
f42974dc 2364
f42974dc 2365@html
b8db17af 2366<hr />
f42974dc 2367@end html
ef88b07d 2368@heading @anchor{hppa*-hp-hpux10}hppa*-hp-hpux10
f42974dc 2369
f9047ed3 2370For hpux10.20, we @emph{highly} recommend you pick up the latest sed patch
161d7b59 2371@code{PHCO_19798} from HP@. HP has two sites which provide patches free of
f42974dc
DW
2372charge:
2373
2374@itemize @bullet
2375@item
2376@html
f401d0f5 2377<a href="http://us.itrc.hp.com/service/home/home.do">US, Canada, Asia-Pacific, and
f42974dc
DW
2378Latin-America</a>
2379@end html
2380@ifnothtml
f401d0f5
JDA
2381@uref{http://us.itrc.hp.com/service/home/home.do,,} US, Canada, Asia-Pacific,
2382and Latin-America.
f42974dc
DW
2383@end ifnothtml
2384@item
f401d0f5 2385@uref{http://europe.itrc.hp.com/service/home/home.do,,} Europe.
f42974dc
DW
2386@end itemize
2387
2aea0b53
ZW
2388The HP assembler on these systems has some problems. Most notably the
2389assembler inserts timestamps into each object file it creates, causing
2390the 3-stage comparison test to fail during a @samp{make bootstrap}.
2391You should be able to continue by saying @samp{make all} after getting
2392the failure from @samp{make bootstrap}.
f42974dc
DW
2393
2394
2395@html
b8db17af 2396<hr />
f42974dc 2397@end html
ef88b07d 2398@heading @anchor{hppa*-hp-hpux11}hppa*-hp-hpux11
f42974dc 2399
08b3d104
JDA
2400GCC 3.0 and up support HP-UX 11. On 64-bit capable systems, there
2401are two distinct ports. The @samp{hppa2.0w-hp-hpux11*} port generates
2402code for the 32-bit pa-risc runtime architecture. It uses the HP
f269f54f
JDA
2403linker. The @samp{hppa64-hp-hpux11*} port generates 64-bit code for the
2404pa-risc 2.0 architecture. The script config.guess now selects the port
2405type based on the type compiler detected during configuration. You must
2406set your @env{PATH} or define @env{CC} so that configure finds an appropriate
2407compiler for the initial bootstrap. Different prefixes must be used if
2408both ports are to be installed on the same system.
2409
f401d0f5
JDA
2410It is best to explicitly configure the @samp{hppa64-hp-hpux11*} target
2411with the @option{--with-ld=@dots{}} option. We support both the HP
2412and GNU linkers for this target. The two linkers require different
2413link commands. Thus, it's not possible to switch linkers during a
2414GCC build. This has been been reported to occur in a unified build
2415of binutils and GCC.
2416
f269f54f
JDA
2417GCC 2.95.x is not supported under HP-UX 11 and cannot be used to
2418compile GCC 3.0 and up. Refer to @uref{binaries.html,,binaries} for
2419information about obtaining precompiled GCC binaries for HP-UX.
08b3d104
JDA
2420
2421You must use GNU binutils 2.11 or above with the 32-bit port. Thread
2422support is not currently implemented, so @option{--enable-threads} does
8c085f6f
JJ
2423not work. See:
2424
2425@itemize
2426@item @uref{http://gcc.gnu.org/ml/gcc-prs/2002-01/msg00551.html}
2427@item @uref{http://gcc.gnu.org/ml/gcc-bugs/2002-01/msg00663.html}
2428@end itemize
2429
f269f54f
JDA
2430GCC 3.3 and later support weak symbols on the 32-bit port using SOM
2431secondary definition symbols. This feature is not enabled for earlier
2432versions of HP-UX since there have been bugs in the linker support for
2433secondary symbols. The HP linker patches @code{PHSS_26559} and
2434@code{PHSS_24304} for HP-UX 11.00 and 11.11, respectively, correct the
2435problem of linker core dumps creating C++ libraries. Earlier patches
2436may work but they have not been tested.
2437
2438GCC 3.3 nows uses the ELF DT_INIT_ARRAY and DT_FINI_ARRAY capability
2439to run initializers and finalizers on the 64-bit port. The feature
2440requires CVS binutils as of January 2, 2003, or a subsequent release
2441to correct a problem arising from HP's non-standard use of the .init
2442and .fini sections. The 32-bit port uses the linker @option{+init}
2443and @option{+fini} options. As with the support for secondary symbols,
2444there have been bugs in the order in which these options are executed
2445by the HP linker. So, again a recent linker patch is recommended.
2446
2447The HP assembler has many limitations and is not recommended for either
2448the 32 or 64-bit ports. For example, it does not support weak symbols
2449or alias definitions. As a result, explicit template instantiations
f401d0f5
JDA
2450are required when using C++. This will make it difficult if not
2451impossible to build many C++ applications. You also can't generate
2452debugging information when using the HP assembler with GCC.
2453
2454There are a number of issues to consider in selecting which linker to
2455use with the 64-bit port. The GNU 64-bit linker can only create dynamic
2456binaries. The @option{-static} option causes linking with archive
2457libraries but doesn't produce a truly static binary. Dynamic binaries
2458still require final binding by the dynamic loader to resolve a set of
2459dynamic-loader-defined symbols. The default behavior of the HP linker
2460is the same as the GNU linker. However, it can generate true 64-bit
2461static binaries using the @option{+compat} option.
2462
2463The HP 64-bit linker doesn't support linkonce semantics. As a
2464result, C++ programs have many more sections than they should.
2465
2466The GNU 64-bit linker has some issues with shared library support
2467and exceptions. As a result, we only support libgcc in archive
2468format. For similar reasons, dwarf2 unwind and exception support
2469are disabled. The GNU linker also has problems creating binaries
2470with @option{-static}. It doesn't provide stubs for internal
2471calls to global functions in shared libraries, so these calls
2472can't be overloaded.
581d9404
JDA
2473
2474There are several possible approaches to building the distribution.
2475Binutils can be built first using the HP tools. Then, the GCC
2476distribution can be built. The second approach is to build GCC
2477first using the HP tools, then build binutils, then rebuild GCC.
2478There have been problems with various binary distributions, so
2479it is best not to start from a binary distribution.
2480
2aea0b53
ZW
2481Starting with GCC 3.4 an ISO C compiler is required to bootstrap.
2482The bundled compiler supports only traditional C; you will need
2483either HP's unbundled compiler, or a binary distribution of GCC@.
581d9404
JDA
2484
2485This port still is undergoing significant development.
08b3d104 2486
b8df899a 2487@html
b8db17af 2488<hr />
b8df899a
JM
2489@end html
2490@heading @anchor{i370-*-*}i370-*-*
2491This port is very preliminary and has many known bugs. We hope to
2492have a higher-quality port for this machine soon.
2493
f42974dc 2494@html
b8db17af 2495<hr />
f42974dc 2496@end html
ef88b07d 2497@heading @anchor{*-*-linux-gnu}*-*-linux-gnu
f42974dc 2498
9e80ada7
PE
2499Versions of libstdc++-v3 starting with 3.2.1 require bugfixes present
2500in glibc 2.2.5 and later. More information is available in the
2501libstdc++-v3 documentation.
2502
f42974dc 2503If you use glibc 2.2 (or 2.1.9x), GCC 2.95.2 won't install
021c4bfd 2504out-of-the-box. You'll get compile errors while building @samp{libstdc++}.
f42974dc
DW
2505The patch @uref{glibc-2.2.patch,,glibc-2.2.patch}, that is to be
2506applied in the GCC source tree, fixes the compatibility problems.
2507
e15ed790 2508Currently Glibc 2.2.3 (and older releases) and GCC 3.0 are out of sync
161d7b59 2509since the latest exception handling changes for GCC@. Compiling glibc
e15ed790 2510with GCC 3.0 will give a binary incompatible glibc and therefore cause
3bcf1b13
KH
2511lots of problems and might make your system completely unusable. This
2512will definitely need fixes in glibc but might also need fixes in GCC@. We
e15ed790
AJ
2513strongly advise to wait for glibc 2.2.4 and to read the release notes of
2514glibc 2.2.4 whether patches for GCC 3.0 are needed. You can use glibc
25152.2.3 with GCC 3.0, just do not try to recompile it.
2516
b8df899a 2517@html
b8db17af 2518<hr />
b8df899a
JM
2519@end html
2520@heading @anchor{ix86-*-linux*aout}i?86-*-linux*aout
2521Use this configuration to generate @file{a.out} binaries on Linux-based
41ca24de 2522GNU systems. This configuration is being superseded.
b8df899a 2523
f42974dc 2524@html
b8db17af 2525<hr />
f42974dc 2526@end html
ef88b07d 2527@heading @anchor{ix86-*-linux*}i?86-*-linux*
f42974dc 2528
1ea6f4c8
DH
2529As of GCC 3.3, binutils 2.13.1 or later is required for this platform.
2530See @uref{http://gcc.gnu.org/PR10877,,bug 10877} for more information.
f42974dc
DW
2531
2532If you receive Signal 11 errors when building on GNU/Linux, then it is
2533possible you have a hardware problem. Further information on this can be
2534found on @uref{http://www.bitwizard.nl/sig11/,,www.bitwizard.nl}.
2535
2536@html
b8db17af 2537<hr />
f42974dc 2538@end html
ef88b07d 2539@heading @anchor{ix86-*-sco3.2v5*}i?86-*-sco3.2v5*
b8df899a 2540Use this for the SCO OpenServer Release 5 family of operating systems.
f42974dc
DW
2541
2542Unlike earlier versions of GCC, the ability to generate COFF with this
2543target is no longer provided.
2544
021c4bfd 2545Earlier versions of GCC emitted DWARF 1 when generating ELF to allow
f42974dc 2546the system debugger to be used. That support was too burdensome to
021c4bfd 2547maintain. GCC now emits only DWARF 2 for this target. This means you
f42974dc 2548may use either the UDK debugger or GDB to debug programs built by this
161d7b59 2549version of GCC@.
f42974dc 2550
ac24fc99
KJ
2551GCC is now only supported on releases 5.0.4 and later, and requires that
2552you install Support Level Supplement OSS646B or later, and Support Level
2553Supplement OSS631C or later. If you are using release 5.0.7 of
2554OpenServer, you must have at least the first maintenance pack installed
2555(this includes the relevant portions of OSS646). OSS646, also known as
2556the "Execution Environment Update", provides updated link editors and
2557assemblers, as well as updated standard C and math libraries. The C
2558startup modules are also updated to support the System V gABI draft, and
0b4be7de 2559GCC relies on that behavior. OSS631 provides a collection of commonly
ac24fc99
KJ
2560used open source libraries, some of which GCC depends on (such as GNU
2561gettext and zlib). SCO OpenServer Release 5.0.7 has all of this built
2562in by default, but OSS631C and later also apply to that release. Please
2563visit
2564@uref{ftp://ftp.sco.com/pub/openserver5,,ftp://ftp.sco.com/pub/openserver5}
2565for the latest versions of these (and other potentially useful)
2566supplements.
2567
2568Although there is support for using the native assembler, it is
2569recommended that you configure GCC to use the GNU assembler. You do
2570this by using the flags
2571@uref{./configure.html#with-gnu-as,,@option{--with-gnu-as}}. You should
2572use a modern version of GNU binutils. Version 2.13.2.1 was used for all
2573testing. In general, only the @option{--with-gnu-as} option is tested.
2574A modern bintuils (as well as a plethora of other development related
2575GNU utilities) can be found in Support Level Supplement OSS658A, the
2576"GNU Development Tools" package. See the SCO web and ftp sites for details.
2577That package also contains the currently "officially supported" version of
2578GCC, version 2.95.3. It is useful for bootstrapping this version.
f42974dc 2579
f42974dc 2580@html
b8db17af 2581<hr />
f42974dc 2582@end html
ef88b07d 2583@heading @anchor{ix86-*-udk}i?86-*-udk
f42974dc
DW
2584
2585This target emulates the SCO Universal Development Kit and requires that
f9047ed3
JM
2586package be installed. (If it is installed, you will have a
2587@file{/udk/usr/ccs/bin/cc} file present.) It's very much like the
b953cc4b 2588@samp{i?86-*-unixware7*} target
f42974dc
DW
2589but is meant to be used when hosting on a system where UDK isn't the
2590default compiler such as OpenServer 5 or Unixware 2. This target will
f9047ed3 2591generate binaries that will run on OpenServer, Unixware 2, or Unixware 7,
161d7b59 2592with the same warnings and caveats as the SCO UDK@.
f42974dc 2593
f42974dc
DW
2594This target is a little tricky to build because we have to distinguish
2595it from the native tools (so it gets headers, startups, and libraries
f9047ed3 2596from the right place) while making the tools not think we're actually
f42974dc
DW
2597building a cross compiler. The easiest way to do this is with a configure
2598command like this:
2599
8c085f6f
JJ
2600@example
2601 CC=/udk/usr/ccs/bin/cc @var{/your/path/to}/gcc/configure \
2602 --host=i686-pc-udk --target=i686-pc-udk --program-prefix=udk-
2603@end example
f42974dc 2604
6cfb3f16 2605@emph{You should substitute @samp{i686} in the above command with the appropriate
f42974dc
DW
2606processor for your host.}
2607
021c4bfd
RO
2608After the usual @samp{make bootstrap} and
2609@samp{make install}, you can then access the UDK-targeted GCC
38209993
LG
2610tools by adding @command{udk-} before the commonly known name. For
2611example, to invoke the C compiler, you would use @command{udk-gcc}.
2612They will coexist peacefully with any native-target GCC tools you may
2613have installed.
f42974dc
DW
2614
2615
b499d9ab 2616@html
b8db17af 2617<hr />
b499d9ab
JJ
2618@end html
2619@heading @anchor{ia64-*-linux}ia64-*-linux
2620IA-64 processor (also known as IPF, or Itanium Processor Family)
2621running GNU/Linux.
2622
b499d9ab
JJ
2623None of the following versions of GCC has an ABI that is compatible
2624with any of the other versions in this list, with the exception that
2625Red Hat 2.96 and Trillian 000171 are compatible with each other:
41ca24de 26263.1, 3.0.2, 3.0.1, 3.0, Red Hat 2.96, and Trillian 000717.
b499d9ab 2627This primarily affects C++ programs and programs that create shared libraries.
41ca24de
DH
2628GCC 3.1 or later is recommended for compiling linux, the kernel.
2629As of version 3.1 GCC is believed to be fully ABI compliant, and hence no
2630more major ABI changes are expected.
b499d9ab 2631
959a73a4
DH
2632@html
2633<hr />
2634@end html
2635@heading @anchor{ia64-*-hpux*}ia64-*-hpux*
2636Building GCC on this target requires the GNU Assembler. The bundled HP
2637assembler will not work. To prevent GCC from using the wrong assembler,
2638the option @option{--with-gnu-as} may be necessary.
2639
2640The GCC libunwind library has not been ported to HPUX. This means that for
2641GCC versions 3.2.3 and earlier, @option{--enable-libunwind-exceptions}
2642is required to build GCC. For GCC 3.3 and later, this is the default.
2643
f42974dc 2644@html
b8db17af 2645<hr />
f42974dc
DW
2646<!-- rs6000-ibm-aix*, powerpc-ibm-aix* -->
2647@end html
ef88b07d 2648@heading @anchor{*-ibm-aix*}*-ibm-aix*
2aea0b53 2649AIX version 3 or older is no longer supported.
f42974dc 2650
41ca24de 2651AIX Make frequently has problems with GCC makefiles. GNU Make 3.79.1 or
f42974dc
DW
2652newer is recommended to build on this platform.
2653
6cfb3f16 2654Errors involving @code{alloca} when building GCC generally are due
021c4bfd 2655to an incorrect definition of @code{CC} in the Makefile or mixing files
161d7b59 2656compiled with the native C compiler and GCC@. During the stage1 phase of
6cfb3f16
JM
2657the build, the native AIX compiler @strong{must} be invoked as @command{cc}
2658(not @command{xlc}). Once @command{configure} has been informed of
2659@command{xlc}, one needs to use @samp{make distclean} to remove the
38209993 2660configure cache files and ensure that @env{CC} environment variable
f42974dc
DW
2661does not provide a definition that will confuse @command{configure}.
2662If this error occurs during stage2 or later, then the problem most likely
2663is the version of Make (see above).
2664
f0483418
DE
2665The native @command{as} and @command{ld} are recommended for bootstrapping
2666on AIX 4 and required for bootstrapping on AIX 5L. The GNU Assembler
2667reports that it supports WEAK symbols on AIX 4, which causes GCC to try to
2668utilize weak symbol functionality although it is not supported. The GNU
2669Assembler and Linker do not support AIX 5L sufficiently to bootstrap GCC.
2670The native AIX tools do interoperate with GCC@.
df002c7d 2671
04d2be8e 2672Building @file{libstdc++.a} requires a fix for an AIX Assembler bug
2705baf5
DE
2673APAR IY26685 (AIX 4.3) or APAR IY25528 (AIX 5.1).
2674
fdf68669
DE
2675@samp{libstdc++} in GCC 3.2 increments the major version number of the
2676shared object and GCC installation places the @file{libstdc++.a}
2677shared library in a common location which will overwrite the GCC 3.1
2678version of the shared library. Applications either need to be
2679re-linked against the new shared library or the GCC 3.1 version of the
2680@samp{libstdc++} shared object needs to be available to the AIX
2681runtime loader. The GCC 3.1 @samp{libstdc++.so.4} shared object can
2682be installed for runtime dynamic loading using the following steps to
2683set the @samp{F_LOADONLY} flag in the shared object for @emph{each}
2684multilib @file{libstdc++.a} installed:
2685
2686Extract the shared object from each the GCC 3.1 @file{libstdc++.a}
2687archive:
2688@example
35fb4cf6 2689 % ar -x libstdc++.a libstdc++.so.4
fdf68669
DE
2690@end example
2691
2692Enable the @samp{F_LOADONLY} flag so that the shared object will be
2693available for runtime dynamic loading, but not linking:
2694@example
2695 % strip -e libstdc++.so.4
2696@end example
2697
2698Archive the runtime-only shared object in the GCC 3.2
2699@file{libstdc++.a} archive:
2700@example
35fb4cf6 2701 % ar -q libstdc++.a libstdc++.so.4
fdf68669
DE
2702@end example
2703
df002c7d
DE
2704Linking executables and shared libraries may produce warnings of
2705duplicate symbols. The assembly files generated by GCC for AIX always
2706have included multiple symbol definitions for certain global variable
2707and function declarations in the original program. The warnings should
2708not prevent the linker from producing a correct library or runnable
2709executable.
2710
6cfb3f16 2711AIX 4.3 utilizes a ``large format'' archive to support both 32-bit and
df002c7d
DE
271264-bit object modules. The routines provided in AIX 4.3.0 and AIX 4.3.1
2713to parse archive libraries did not handle the new format correctly.
2714These routines are used by GCC and result in error messages during
6cfb3f16 2715linking such as ``not a COFF file''. The version of the routines shipped
df002c7d
DE
2716with AIX 4.3.1 should work for a 32-bit environment. The @option{-g}
2717option of the archive command may be used to create archives of 32-bit
6cfb3f16 2718objects using the original ``small format''. A correct version of the
d5d8d540 2719routines is shipped with AIX 4.3.2 and above.
df002c7d 2720
f42974dc
DW
2721Some versions of the AIX binder (linker) can fail with a relocation
2722overflow severe error when the @option{-bbigtoc} option is used to link
161d7b59 2723GCC-produced object files into an executable that overflows the TOC@. A fix
f42974dc
DW
2724for APAR IX75823 (OVERFLOW DURING LINK WHEN USING GCC AND -BBIGTOC) is
2725available from IBM Customer Support and from its
d5d8d540 2726@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
f42974dc
DW
2727website as PTF U455193.
2728
df002c7d 2729The AIX 4.3.2.1 linker (bos.rte.bind_cmds Level 4.3.2.1) will dump core
161d7b59 2730with a segmentation fault when invoked by any version of GCC@. A fix for
df002c7d 2731APAR IX87327 is available from IBM Customer Support and from its
d5d8d540 2732@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
df002c7d 2733website as PTF U461879. This fix is incorporated in AIX 4.3.3 and above.
f42974dc
DW
2734
2735The initial assembler shipped with AIX 4.3.0 generates incorrect object
2736files. A fix for APAR IX74254 (64BIT DISASSEMBLED OUTPUT FROM COMPILER FAILS
2737TO ASSEMBLE/BIND) is available from IBM Customer Support and from its
d5d8d540 2738@uref{http://techsupport.services.ibm.com/,,techsupport.services.ibm.com}
f42974dc
DW
2739website as PTF U453956. This fix is incorporated in AIX 4.3.1 and above.
2740
161d7b59 2741AIX provides National Language Support (NLS)@. Compilers and assemblers
df002c7d 2742use NLS to support locale-specific representations of various data
6cfb3f16 2743formats including floating-point numbers (e.g., @samp{.} vs @samp{,} for
df002c7d
DE
2744separating decimal fractions). There have been problems reported where
2745GCC does not produce the same floating-point formats that the assembler
c771326b 2746expects. If one encounters this problem, set the @env{LANG}
6cfb3f16 2747environment variable to @samp{C} or @samp{En_US}.
f42974dc 2748
5791e6da
DE
2749By default, GCC for AIX 4.1 and above produces code that can be used on
2750both Power or PowerPC processors.
2751
d5d8d540
DE
2752A default can be specified with the @option{-mcpu=@var{cpu_type}}
2753switch and using the configure option @option{--with-cpu-@var{cpu_type}}.
f42974dc 2754
e3223ea2 2755@html
b8db17af 2756<hr />
e3223ea2
DC
2757@end html
2758@heading @anchor{ip2k-*-elf}ip2k-*-elf
2759Ubicom IP2022 micro controller.
2760This configuration is intended for embedded systems.
2761There are no standard Unix configurations.
2762
2763Use @samp{configure --target=ip2k-elf --enable-languages=c} to configure GCC@.
2764
6b3d1e47
SC
2765@html
2766<hr />
2767@end html
2768@heading @anchor{iq2000-*-elf}iq2000-*-elf
2769Vitesse IQ2000 processors. These are used in embedded
2770applications. There are no standard Unix configurations.
2771
b8df899a 2772@html
b8db17af 2773<hr />
b8df899a
JM
2774@end html
2775@heading @anchor{m32r-*-elf}m32r-*-elf
25f47a4c 2776Renesas M32R processor.
b8df899a
JM
2777This configuration is intended for embedded systems.
2778
b8df899a 2779@html
b8db17af 2780<hr />
b8df899a
JM
2781@end html
2782@heading @anchor{m6811-elf}m6811-elf
2783Motorola 68HC11 family micro controllers. These are used in embedded
2784applications. There are no standard Unix configurations.
2785
2786@html
b8db17af 2787<hr />
b8df899a
JM
2788@end html
2789@heading @anchor{m6812-elf}m6812-elf
2790Motorola 68HC12 family micro controllers. These are used in embedded
2791applications. There are no standard Unix configurations.
2792
b8df899a 2793@html
b8db17af 2794<hr />
b8df899a
JM
2795@end html
2796@heading @anchor{m68k-hp-hpux}m68k-hp-hpux
161d7b59
JM
2797HP 9000 series 300 or 400 running HP-UX@. HP-UX version 8.0 has a bug in
2798the assembler that prevents compilation of GCC@. This
b8df899a
JM
2799bug manifests itself during the first stage of compilation, while
2800building @file{libgcc2.a}:
2801
2802@smallexample
2803_floatdisf
2804cc1: warning: `-g' option not supported on this version of GCC
2805cc1: warning: `-g1' option not supported on this version of GCC
2806./xgcc: Internal compiler error: program as got fatal signal 11
2807@end smallexample
2808
2809A patched version of the assembler is available as the file
2810@uref{ftp://altdorf.ai.mit.edu/archive/cph/hpux-8.0-assembler}. If you
2811have HP software support, the patch can also be obtained directly from
2812HP, as described in the following note:
2813
2814@quotation
2815This is the patched assembler, to patch SR#1653-010439, where the
2816assembler aborts on floating point constants.
2817
2818The bug is not really in the assembler, but in the shared library
2819version of the function ``cvtnum(3c)''. The bug on ``cvtnum(3c)'' is
2820SR#4701-078451. Anyway, the attached assembler uses the archive
2821library version of ``cvtnum(3c)'' and thus does not exhibit the bug.
2822@end quotation
2823
2824This patch is also known as PHCO_4484.
2825
41ca24de 2826In addition gdb does not understand that native HP-UX format, so
b8df899a
JM
2827you must use gas if you wish to use gdb.
2828
2829On HP-UX version 8.05, but not on 8.07 or more recent versions, the
7ba4ca63 2830@command{fixproto} shell script triggers a bug in the system shell. If you
b8df899a 2831encounter this problem, upgrade your operating system or use BASH (the
7ba4ca63 2832GNU shell) to run @command{fixproto}. This bug will cause the fixproto
b8df899a
JM
2833program to report an error of the form:
2834
2835@example
2836./fixproto: sh internal 1K buffer overflow
2837@end example
2838
2839To fix this, you can also change the first line of the fixproto script
2840to look like:
2841
2842@example
2843#!/bin/ksh
2844@end example
2845
b8df899a 2846@html
b8db17af 2847<hr />
b8df899a
JM
2848@end html
2849@heading @anchor{mips-*-*}mips-*-*
b8df899a
JM
2850If on a MIPS system you get an error message saying ``does not have gp
2851sections for all it's [sic] sectons [sic]'', don't worry about it. This
2852happens whenever you use GAS with the MIPS linker, but there is not
2853really anything wrong, and it is okay to use the output file. You can
2854stop such warnings by installing the GNU linker.
2855
2856It would be nice to extend GAS to produce the gp tables, but they are
2857optional, and there should not be a warning about their absence.
2858
26979a17
PE
2859The libstdc++ atomic locking routines for MIPS targets requires MIPS II
2860and later. A patch went in just after the GCC 3.3 release to
2861make @samp{mips*-*-*} use the generic implementation instead. You can also
2862configure for @samp{mipsel-elf} as a workaround. The
2863@samp{mips*-*-linux*} target continues to use the MIPS II routines. More
2864work on this is expected in future releases.
2865
5fb57097
EB
2866@html
2867<hr />
2868@end html
b953cc4b
RO
2869@heading @anchor{mips-sgi-irix5}mips-sgi-irix5
2870
2871This configuration has considerable problems, which will be fixed in a
2872future release.
f42974dc 2873
213ba345
RO
2874In order to compile GCC on an SGI running IRIX 5, the ``compiler_dev.hdr''
2875subsystem must be installed from the IDO CD-ROM supplied by Silicon
2876Graphics. It is also available for download from
2877@uref{http://www.sgi.com/developers/devtools/apis/ido.html,,http://www.sgi.com/developers/devtools/apis/ido.html}.
f42974dc 2878
7ba4ca63 2879@samp{make compare} may fail on version 5 of IRIX unless you add
213ba345
RO
2880@option{-save-temps} to @code{CFLAGS}. On these systems, the name of the
2881assembler input file is stored in the object file, and that makes
2882comparison fail if it differs between the @code{stage1} and
2883@code{stage2} compilations. The option @option{-save-temps} forces a
2884fixed name to be used for the assembler input file, instead of a
2885randomly chosen name in @file{/tmp}. Do not add @option{-save-temps}
2886unless the comparisons fail without that option. If you do you
2887@option{-save-temps}, you will have to manually delete the @samp{.i} and
2888@samp{.s} files after each series of compilations.
f42974dc 2889
213ba345
RO
2890If you use the MIPS C compiler to bootstrap, it may be necessary
2891to increase its table size for switch statements with the
2892@option{-Wf,-XNg1500} option. If you use the @option{-O2}
2893optimization option, you also need to use @option{-Olimit 3000}.
f42974dc 2894
b953cc4b 2895To enable debugging under IRIX 5, you must use GNU @command{as} 2.11.2
f282ffb3 2896or later,
213ba345
RO
2897and use the @option{--with-gnu-as} configure option when configuring GCC.
2898GNU @command{as} is distributed as part of the binutils package.
f282ffb3 2899When using release 2.11.2, you need to apply a patch
b953cc4b
RO
2900@uref{http://sources.redhat.com/ml/binutils/2001-07/msg00352.html,,http://sources.redhat.com/ml/binutils/2001-07/msg00352.html}
2901which will be included in the next release of binutils.
f42974dc 2902
213ba345
RO
2903When building GCC, the build process loops rebuilding @command{cc1} over
2904and over again. This happens on @samp{mips-sgi-irix5.2}, and possibly
2905other platforms. It has been reported that this is a known bug in the
2906@command{make} shipped with IRIX 5.2. We recommend you use GNU
2907@command{make} instead of the vendor supplied @command{make} program;
2908however, you may have success with @command{smake} on IRIX 5.2 if you do
2909not have GNU @command{make} available.
f42974dc
DW
2910
2911@html
b8db17af 2912<hr />
f42974dc 2913@end html
b953cc4b 2914@heading @anchor{mips-sgi-irix6}mips-sgi-irix6
f42974dc 2915
213ba345 2916If you are using IRIX @command{cc} as your bootstrap compiler, you must
f42974dc
DW
2917ensure that the N32 ABI is in use. To test this, compile a simple C
2918file with @command{cc} and then run @command{file} on the
2919resulting object file. The output should look like:
2920
2921@example
213ba345 2922test.o: ELF N32 MSB @dots{}
f42974dc
DW
2923@end example
2924
2925If you see:
213ba345
RO
2926
2927@example
2928test.o: ELF 32-bit MSB @dots{}
2929@end example
2930
2931or
2932
f42974dc 2933@example
213ba345 2934test.o: ELF 64-bit MSB @dots{}
f42974dc
DW
2935@end example
2936
213ba345 2937then your version of @command{cc} uses the O32 or N64 ABI by default. You
38209993 2938should set the environment variable @env{CC} to @samp{cc -n32}
161d7b59 2939before configuring GCC@.
f42974dc 2940
0fca60ab
RO
2941If you want the resulting @command{gcc} to run on old 32-bit systems
2942with the MIPS R4400 CPU, you need to ensure that only code for the mips3
2943instruction set architecture (ISA) is generated. While GCC 3.x does
2944this correctly, both GCC 2.95 and SGI's MIPSpro @command{cc} may change
2945the ISA depending on the machine where GCC is built. Using one of them
2946as the bootstrap compiler may result in mips4 code, which won't run at
2947all on mips3-only systems. For the test program above, you should see:
2948
2949@example
2950test.o: ELF N32 MSB mips-3 @dots{}
2951@end example
2952
2953If you get:
2954
2955@example
2956test.o: ELF N32 MSB mips-4 @dots{}
2957@end example
2958
2959instead, you should set the environment variable @env{CC} to @samp{cc
2960-n32 -mips3} or @samp{gcc -mips3} respectively before configuring GCC@.
2961
213ba345
RO
2962GCC on IRIX 6 is usually built to support both the N32 and N64 ABIs. If
2963you build GCC on a system that doesn't have the N64 libraries installed,
2964you need to configure with @option{--disable-multilib} so GCC doesn't
2965try to use them. Look for @file{/usr/lib64/libc.so.1} to see if you
2966have the 64-bit libraries installed.
2967
2968You must @emph{not} use GNU @command{as} (which isn't built anyway as of
2969binutils 2.11.2) on IRIX 6 platforms; doing so will only cause problems.
2970
f42974dc 2971GCC does not currently support generating O32 ABI binaries in the
b953cc4b 2972@samp{mips-sgi-irix6} configurations. It is possible to create a GCC
213ba345 2973with O32 ABI only support by configuring it for the @samp{mips-sgi-irix5}
b953cc4b
RO
2974target and using a patched GNU @command{as} 2.11.2 as documented in the
2975@uref{#mips-sgi-irix5,,@samp{mips-sgi-irix5}} section above. Using the
2976native assembler requires patches to GCC which will be included in a
2977future release. It is
213ba345 2978expected that O32 ABI support will be available again in a future release.
f42974dc 2979
b953cc4b
RO
2980The @option{--enable-threads} option doesn't currently work, a patch is
2981in preparation for a future release. The @option{--enable-libgcj}
2982option is disabled by default: IRIX 6 uses a very low default limit
2983(20480) for the command line length. Although libtool contains a
2984workaround for this problem, at least the N64 @samp{libgcj} is known not
2985to build despite this, running into an internal error of the native
2986@command{ld}. A sure fix is to increase this limit (@samp{ncargs}) to
2987its maximum of 262144 bytes. If you have root access, you can use the
2988@command{systune} command to do this.
2989
f42974dc 2990GCC does not correctly pass/return structures which are
767094dd
JM
2991smaller than 16 bytes and which are not 8 bytes. The problem is very
2992involved and difficult to fix. It affects a number of other targets also,
57694e40 2993but IRIX 6 is affected the most, because it is a 64-bit target, and 4 byte
767094dd 2994structures are common. The exact problem is that structures are being padded
e979f9e8 2995at the wrong end, e.g.@: a 4 byte structure is loaded into the lower 4 bytes
f42974dc
DW
2996of the register when it should be loaded into the upper 4 bytes of the
2997register.
2998
2999GCC is consistent with itself, but not consistent with the SGI C compiler
3000(and the SGI supplied runtime libraries), so the only failures that can
3001happen are when there are library functions that take/return such
213ba345
RO
3002structures. There are very few such library functions. Currently this
3003is known to affect @code{inet_ntoa}, @code{inet_lnaof},
46d2e8d7
RO
3004@code{inet_netof}, @code{inet_makeaddr}, and @code{semctl}. Until the
3005bug is fixed, GCC contains workarounds for the known affected functions.
f42974dc 3006
3aa8219e
GP
3007See @uref{http://freeware.sgi.com/,,http://freeware.sgi.com/} for more
3008information about using GCC on IRIX platforms.
f42974dc 3009
b8df899a 3010@html
b8db17af 3011<hr />
b8df899a 3012@end html
021c4bfd 3013@heading @anchor{powerpc*-*-*}powerpc-*-*
b8df899a 3014
6cfb3f16
JM
3015You can specify a default version for the @option{-mcpu=@var{cpu_type}}
3016switch by using the configure option @option{--with-cpu-@var{cpu_type}}.
b8df899a 3017
4f2b1139 3018@html
b8db17af 3019<hr />
4f2b1139
SS
3020@end html
3021@heading @anchor{powerpc-*-darwin*}powerpc-*-darwin*
3022PowerPC running Darwin (Mac OS X kernel).
3023
4f2b1139
SS
3024Pre-installed versions of Mac OS X may not include any developer tools,
3025meaning that you will not be able to build GCC from source. Tool
3026binaries are available at
11292480 3027@uref{http://developer.apple.com/tools/compilers.html} (free
4f2b1139
SS
3028registration required).
3029
b89a3806
GK
3030The default stack limit of 512K is too small, which may cause compiles
3031to fail with 'Bus error'. Set the stack larger, for instance
3032by doing @samp{limit stack 800}. It's a good idea to use the GNU
3033preprocessor instead of Apple's @file{cpp-precomp} during the first stage of
3034bootstrapping; this is automatic when doing @samp{make bootstrap}, but
3035to do it from the toplevel objdir you will need to say @samp{make
3036CC='cc -no-cpp-precomp' bootstrap}.
3037
3038The version of GCC shipped by Apple typically includes a number of
3039extensions not available in a standard GCC release. These extensions
3040are generally specific to Mac programming.
4f2b1139 3041
021c4bfd 3042@html
b8db17af 3043<hr />
021c4bfd
RO
3044@end html
3045@heading @anchor{powerpc-*-elf}powerpc-*-elf, powerpc-*-sysv4
3046PowerPC system in big endian mode, running System V.4.
3047
f42974dc 3048@html
b8db17af 3049<hr />
f42974dc 3050@end html
ef88b07d 3051@heading @anchor{powerpc-*-linux-gnu*}powerpc-*-linux-gnu*
f42974dc 3052
f9047ed3 3053You will need
e8a7b0c2 3054@uref{ftp://ftp.kernel.org/pub/linux/devel/binutils,,binutils 2.13.90.0.10}
791a949f 3055or newer for a working GCC@.
f42974dc 3056
edf1b3f3 3057@html
b8db17af 3058<hr />
edf1b3f3
AC
3059@end html
3060@heading @anchor{powerpc-*-netbsd*}powerpc-*-netbsd*
3061PowerPC system in big endian mode running NetBSD@. To build the
a38f87a9 3062documentation you will need Texinfo version 4.2 (NetBSD 1.5.1 included
edf1b3f3
AC
3063Texinfo version 3.12).
3064
b8df899a 3065@html
b8db17af 3066<hr />
b8df899a
JM
3067@end html
3068@heading @anchor{powerpc-*-eabisim}powerpc-*-eabisim
3069Embedded PowerPC system in big endian mode for use in running under the
3070PSIM simulator.
3071
b8df899a 3072@html
b8db17af 3073<hr />
b8df899a
JM
3074@end html
3075@heading @anchor{powerpc-*-eabi}powerpc-*-eabi
3076Embedded PowerPC system in big endian mode.
3077
b8df899a 3078@html
b8db17af 3079<hr />
b8df899a
JM
3080@end html
3081@heading @anchor{powerpcle-*-elf}powerpcle-*-elf, powerpcle-*-sysv4
3082PowerPC system in little endian mode, running System V.4.
3083
b8df899a 3084@html
b8db17af 3085<hr />
b8df899a
JM
3086@end html
3087@heading @anchor{powerpcle-*-eabisim}powerpcle-*-eabisim
3088Embedded PowerPC system in little endian mode for use in running under
3089the PSIM simulator.
3090
3091@html
b8db17af 3092<hr />
b8df899a
JM
3093@end html
3094@heading @anchor{powerpcle-*-eabi}powerpcle-*-eabi
3095Embedded PowerPC system in little endian mode.
3096
91abf72d 3097@html
b8db17af 3098<hr />
91abf72d
HP
3099@end html
3100@heading @anchor{s390-*-linux*}s390-*-linux*
f282ffb3 3101S/390 system running Linux for S/390@.
91abf72d
HP
3102
3103@html
b8db17af 3104<hr />
91abf72d
HP
3105@end html
3106@heading @anchor{s390x-*-linux*}s390x-*-linux*
57694e40 3107zSeries system (64-bit) running Linux for zSeries@.
91abf72d 3108
f42974dc 3109@html
b8db17af 3110<hr />
f42974dc 3111@end html
250d5688
RO
3112@c Please use Solaris 2 to refer to all release of Solaris, starting
3113@c with 2.0 until 2.6, 7, and 8. Solaris 1 was a marketing name for
3114@c SunOS 4 releases which we don't use to avoid confusion. Solaris
3115@c alone is too unspecific and must be avoided.
3116@heading @anchor{*-*-solaris2*}*-*-solaris2*
f42974dc 3117
250d5688 3118Sun does not ship a C compiler with Solaris 2. To bootstrap and install
dbd210ef
KC
3119GCC you first have to install a pre-built compiler, see our
3120@uref{binaries.html,,binaries page} for details.
f42974dc 3121
250d5688 3122The Solaris 2 @command{/bin/sh} will often fail to configure
92441f83 3123@file{libstdc++-v3}, @file{boehm-gc} or @file{libjava}. We therefore
bc890961
EB
3124recommend to use the following sequence of commands to bootstrap and
3125install GCC:
3126
3127@smallexample
3128 % CONFIG_SHELL=/bin/ksh
3129 % export CONFIG_SHELL
bc890961
EB
3130@end smallexample
3131
1cba0a4e
PE
3132and then proceed as described in @uref{build.html,,the build instructions},
3133where we strongly recommend using GNU make and specifying an absolute path
3134to invoke @var{srcdir}/configure.
e6855a2d 3135
b8df899a 3136Solaris 2 comes with a number of optional OS packages. Some of these
92441f83 3137are needed to use GCC fully, namely @code{SUNWarc},
dbd210ef
KC
3138@code{SUNWbtool}, @code{SUNWesu}, @code{SUNWhea}, @code{SUNWlibm},
3139@code{SUNWsprot}, and @code{SUNWtoo}. If you did not install all
250d5688 3140optional packages when installing Solaris 2, you will need to verify that
b8df899a
JM
3141the packages that GCC needs are installed.
3142
3143To check whether an optional package is installed, use
dbd210ef 3144the @command{pkginfo} command. To add an optional package, use the
250d5688 3145@command{pkgadd} command. For further details, see the Solaris 2
b8df899a
JM
3146documentation.
3147
250d5688 3148Trying to use the linker and other tools in
b8df899a
JM
3149@file{/usr/ucb} to install GCC has been observed to cause trouble.
3150For example, the linker may hang indefinitely. The fix is to remove
250d5688 3151@file{/usr/ucb} from your @env{PATH}.
f42974dc 3152
bc890961
EB
3153The build process works more smoothly with the legacy Sun tools so, if you
3154have @file{/usr/xpg4/bin} in your @env{PATH}, we recommend that you place
3155@file{/usr/bin} before @file{/usr/xpg4/bin} for the duration of the build.
3156
021c4bfd
RO
3157All releases of GNU binutils prior to 2.11.2 have known bugs on this
3158platform. We recommend the use of GNU binutils 2.11.2 or the vendor
3159tools (Sun @command{as}, Sun @command{ld}).
f42974dc 3160
250d5688
RO
3161Sun bug 4296832 turns up when compiling X11 headers with GCC 2.95 or
3162newer: @command{g++} will complain that types are missing. These headers assume
3163that omitting the type means @code{int}; this assumption worked for C89 but
3164is wrong for C++, and is now wrong for C99 also.
3165
13ba36b4 3166@command{g++} accepts such (invalid) constructs with the option
250d5688
RO
3167@option{-fpermissive}; it
3168will assume that any missing type is @code{int} (as defined by C89).
3169
3170There are patches for Solaris 2.6 (105633-56 or newer for SPARC,
3171106248-42 or newer for Intel), Solaris 7 (108376-21 or newer for SPARC,
3172108377-20 for Intel), and Solaris 8 (108652-24 or newer for SPARC,
3173108653-22 for Intel) that fix this bug.
f42974dc 3174
dbd210ef 3175@html
b8db17af 3176<hr />
dbd210ef 3177@end html
250d5688 3178@heading @anchor{sparc-sun-solaris2*}sparc-sun-solaris2*
dbd210ef 3179
1405141b
DN
3180When GCC is configured to use binutils 2.11.2 or later the binaries
3181produced are smaller than the ones produced using Sun's native tools;
3182this difference is quite significant for binaries containing debugging
3183information.
3184
250d5688 3185Sun @command{as} 4.x is broken in that it cannot cope with long symbol names.
dbd210ef
KC
3186A typical error message might look similar to the following:
3187
8c085f6f
JJ
3188@smallexample
3189/usr/ccs/bin/as: "/var/tmp/ccMsw135.s", line 11041: error:
3190 can't compute value of an expression involving an external symbol.
3191@end smallexample
dbd210ef 3192
250d5688
RO
3193This is Sun bug 4237974. This is fixed with patch 108908-02 for Solaris
31942.6 and has been fixed in later (5.x) versions of the assembler,
3195starting with Solaris 7.
dbd210ef 3196
03b272d2 3197Starting with Solaris 7, the operating system is capable of executing
975c6e4e
RO
319864-bit SPARC V9 binaries. GCC 3.1 and later properly supports
3199this; the @option{-m64} option enables 64-bit code generation.
3200However, if all you want is code tuned for the UltraSPARC CPU, you
3201should try the @option{-mtune=ultrasparc} option instead, which produces
3202code that, unlike full 64-bit code, can still run on non-UltraSPARC
edf1c8df 3203machines.
03b272d2 3204
975c6e4e 3205When configuring on a Solaris 7 or later system that is running a kernel
8947df0c
RH
3206that supports only 32-bit binaries, one must configure with
3207@option{--disable-multilib}, since we will not be able to build the
320864-bit target libraries.
3fc602a0 3209
f42974dc 3210@html
b8db17af 3211<hr />
f42974dc 3212@end html
ef88b07d 3213@heading @anchor{sparc-sun-solaris2.7}sparc-sun-solaris2.7
f42974dc 3214
250d5688 3215Sun patch 107058-01 (1999-01-13) for Solaris 7/SPARC triggers a bug in
f42974dc
DW
3216the dynamic linker. This problem (Sun bug 4210064) affects GCC 2.8
3217and later, including all EGCS releases. Sun formerly recommended
3218107058-01 for all Solaris 7 users, but around 1999-09-01 it started to
3219recommend it only for people who use Sun's compilers.
f9047ed3 3220
f42974dc
DW
3221Here are some workarounds to this problem:
3222@itemize @bullet
3223@item
3224Do not install Sun patch 107058-01 until after Sun releases a
3225complete patch for bug 4210064. This is the simplest course to take,
3226unless you must also use Sun's C compiler. Unfortunately 107058-01
250d5688 3227is preinstalled on some new Solaris 7-based hosts, so you may have to
f42974dc 3228back it out.
f9047ed3 3229
f42974dc
DW
3230@item
3231Copy the original, unpatched Solaris 7
3232@command{/usr/ccs/bin/as} into
8e5f33ff 3233@command{/usr/local/libexec/gcc/sparc-sun-solaris2.7/3.4/as},
f42974dc
DW
3234adjusting the latter name to fit your local conventions and software
3235version numbers.
3236
3237@item
3238Install Sun patch 106950-03 (1999-05-25) or later. Nobody with
3239both 107058-01 and 106950-03 installed has reported the bug with GCC
3240and Sun's dynamic linker. This last course of action is riskiest,
3241for two reasons. First, you must install 106950 on all hosts that
3242run code generated by GCC; it doesn't suffice to install it only on
3243the hosts that run GCC itself. Second, Sun says that 106950-03 is
3244only a partial fix for bug 4210064, but Sun doesn't know whether the
161d7b59 3245partial fix is adequate for GCC@. Revision -08 or later should fix
250d5688 3246the bug. The current (as of 2001-09-24) revision is -14, and is included in
f282ffb3 3247the Solaris 7 Recommended Patch Cluster.
f9047ed3 3248@end itemize
f42974dc 3249
fdbf04c8
EB
3250GCC 3.3 triggers a bug in version 5.0 Alpha 03/27/98 of the Sun assembler,
3251which causes a bootstrap failure when linking the 64-bit shared version of
3252libgcc. A typical error message is:
3253
3254@smallexample
3255ld: fatal: relocation error: R_SPARC_32: file libgcc/sparcv9/_muldi3.o:
3256 symbol <unknown>: offset 0xffffffff7ec133e7 is non-aligned.
3257@end smallexample
3258
3259This bug has been fixed in the final 5.0 version of the assembler.
f42974dc 3260
c6fa9728 3261@html
b8db17af 3262<hr />
c6fa9728
JS
3263@end html
3264@heading @anchor{sparc-*-linux*}sparc-*-linux*
3265
3266GCC versions 3.0 and higher require binutils 2.11.2 and glibc 2.2.4
3267or newer on this platform. All earlier binutils and glibc
3268releases mishandled unaligned relocations on @code{sparc-*-*} targets.
3269
3270
f42974dc 3271@html
b8db17af 3272<hr />
f42974dc 3273@end html
0dc7ee3c 3274@heading @anchor{sparc64-*-solaris2*}sparc64-*-solaris2*
e403b4bc
CR
3275
3276The following compiler flags must be specified in the configure
3277step in order to bootstrap this target with the Sun compiler:
3278
3279@example
3280 % CC="cc -xildoff -xarch=v9" @var{srcdir}/configure [@var{options}] [@var{target}]
3281@end example
3282
3283@option{-xildoff} turns off the incremental linker, and @option{-xarch=v9}
0dc7ee3c
EB
3284specifies the SPARC-V9 architecture to the Sun linker and assembler.
3285
3286@html
3287<hr />
3288@end html
3289@heading @anchor{sparcv9-*-solaris2*}sparcv9-*-solaris2*
3290
3291This is a synonym for sparc64-*-solaris2*.
f42974dc 3292
b8df899a 3293@html
b8db17af 3294<hr />
b8df899a
JM
3295@end html
3296@heading @anchor{#*-*-sysv*}*-*-sysv*
3297On System V release 3, you may get this error message
3298while linking:
3299
3300@smallexample
3301ld fatal: failed to write symbol name @var{something}
3302 in strings table for file @var{whatever}
3303@end smallexample
3304
021c4bfd 3305This probably indicates that the disk is full or your ulimit won't allow
b8df899a
JM
3306the file to be as large as it needs to be.
3307
3308This problem can also result because the kernel parameter @code{MAXUMEM}
3309is too small. If so, you must regenerate the kernel and make the value
3310much larger. The default value is reported to be 1024; a value of 32768
3311is said to work. Smaller values may also work.
3312
3313On System V, if you get an error like this,
3314
3315@example
3316/usr/local/lib/bison.simple: In function `yyparse':
3317/usr/local/lib/bison.simple:625: virtual memory exhausted
3318@end example
3319
3320@noindent
021c4bfd 3321that too indicates a problem with disk space, ulimit, or @code{MAXUMEM}.
b8df899a 3322
f85b8d1a 3323On a System V release 4 system, make sure @file{/usr/bin} precedes
7ba4ca63 3324@file{/usr/ucb} in @code{PATH}. The @command{cc} command in
f85b8d1a 3325@file{/usr/ucb} uses libraries which have bugs.
b8df899a
JM
3326
3327@html
b8db17af 3328<hr />
b8df899a
JM
3329@end html
3330@heading @anchor{vax-dec-ultrix}vax-dec-ultrix
7ba4ca63 3331Don't try compiling with VAX C (@command{vcc}). It produces incorrect code
b8df899a
JM
3332in some cases (for example, when @code{alloca} is used).
3333
4977bab6
ZW
3334@html
3335<hr />
3336@end html
3337@heading @anchor{*-*-vxworks*}*-*-vxworks*
3338Support for VxWorks is in flux. At present GCC supports @emph{only} the
3339very recent VxWorks 5.5 (aka Tornado 2.2) release, and only on PowerPC.
3340We welcome patches for other architectures supported by VxWorks 5.5.
3341Support for VxWorks AE would also be welcome; we believe this is merely
3342a matter of writing an appropriate ``configlette'' (see below). We are
3343not interested in supporting older, a.out or COFF-based, versions of
3344VxWorks in GCC 3.
3345
3346VxWorks comes with an older version of GCC installed in
3347@file{@var{$WIND_BASE}/host}; we recommend you do not overwrite it.
3348Choose an installation @var{prefix} entirely outside @var{$WIND_BASE}.
3349Before running @command{configure}, create the directories @file{@var{prefix}}
3350and @file{@var{prefix}/bin}. Link or copy the appropriate assembler,
3351linker, etc. into @file{@var{prefix}/bin}, and set your @var{PATH} to
3352include that directory while running both @command{configure} and
3353@command{make}.
3354
3355You must give @command{configure} the
3356@option{--with-headers=@var{$WIND_BASE}/target/h} switch so that it can
3357find the VxWorks system headers. Since VxWorks is a cross compilation
3358target only, you must also specify @option{--target=@var{target}}.
3359@command{configure} will attempt to create the directory
3360@file{@var{prefix}/@var{target}/sys-include} and copy files into it;
3361make sure the user running @command{configure} has sufficient privilege
3362to do so.
3363
3364GCC's exception handling runtime requires a special ``configlette''
3365module, @file{contrib/gthr_supp_vxw_5x.c}. Follow the instructions in
3366that file to add the module to your kernel build. (Future versions of
3367VxWorks will incorporate this module.)
3368
fd29f6ea 3369@html
b8db17af 3370<hr />
fd29f6ea
BW
3371@end html
3372@heading @anchor{xtensa-*-elf}xtensa-*-elf
3373
3374This target is intended for embedded Xtensa systems using the
3375@samp{newlib} C library. It uses ELF but does not support shared
3376objects. Designed-defined instructions specified via the
3377Tensilica Instruction Extension (TIE) language are only supported
3378through inline assembly.
3379
3380The Xtensa configuration information must be specified prior to
e677f70c 3381building GCC@. The @file{include/xtensa-config.h} header
fd29f6ea
BW
3382file contains the configuration information. If you created your
3383own Xtensa configuration with the Xtensa Processor Generator, the
3384downloaded files include a customized copy of this header file,
3385which you can use to replace the default header file.
3386
3387@html
b8db17af 3388<hr />
fd29f6ea
BW
3389@end html
3390@heading @anchor{xtensa-*-linux*}xtensa-*-linux*
3391
3392This target is for Xtensa systems running GNU/Linux. It supports ELF
3393shared objects and the GNU C library (glibc). It also generates
3394position-independent code (PIC) regardless of whether the
3395@option{-fpic} or @option{-fPIC} options are used. In other
f282ffb3 3396respects, this target is the same as the
fd29f6ea
BW
3397@uref{#xtensa-*-elf,,@samp{xtensa-*-elf}} target.
3398
f42974dc 3399@html
b8db17af 3400<hr />
f42974dc 3401@end html
57694e40 3402@heading @anchor{windows}Microsoft Windows (32-bit)
f42974dc 3403
ccc1ce6e 3404A port of GCC 2.95.2 and 3.x is included with the
f42974dc
DW
3405@uref{http://www.cygwin.com/,,Cygwin environment}.
3406
3407Current (as of early 2001) snapshots of GCC will build under Cygwin
3408without modification.
3409
ccc1ce6e
CF
3410GCC does not currently build with Microsoft's C++ compiler and there
3411are no plans to make it do so.
3412
f42974dc 3413@html
b8db17af 3414<hr />
f42974dc 3415@end html
ef88b07d 3416@heading @anchor{os2}OS/2
f42974dc
DW
3417
3418GCC does not currently support OS/2. However, Andrew Zabolotny has been
14976c58 3419working on a generic OS/2 port with pgcc. The current code can be found
f42974dc
DW
3420at @uref{http://www.goof.com/pcg/os2/,,http://www.goof.com/pcg/os2/}.
3421
f9047ed3 3422An older copy of GCC 2.8.1 is included with the EMX tools available at
f42974dc
DW
3423@uref{ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/,,
3424ftp://ftp.leo.org/pub/comp/os/os2/leo/devtools/emx+gcc/}.
3425
3426@html
b8db17af 3427<hr />
f42974dc 3428@end html
ef88b07d 3429@heading @anchor{older}Older systems
f9047ed3
JM
3430
3431GCC contains support files for many older (1980s and early
34321990s) Unix variants. For the most part, support for these systems
3433has not been deliberately removed, but it has not been maintained for
c7bdf0a6 3434several years and may suffer from bitrot.
f9047ed3 3435
c7bdf0a6 3436Starting with GCC 3.1, each release has a list of ``obsoleted'' systems.
9340544b
ZW
3437Support for these systems is still present in that release, but
3438@command{configure} will fail unless the @option{--enable-obsolete}
c7bdf0a6
ZW
3439option is given. Unless a maintainer steps forward, support for these
3440systems will be removed from the next release of GCC@.
f9047ed3
JM
3441
3442Support for old systems as hosts for GCC can cause problems if the
3443workarounds for compiler, library and operating system bugs affect the
161d7b59 3444cleanliness or maintainability of the rest of GCC@. In some cases, to
f9047ed3
JM
3445bring GCC up on such a system, if still possible with current GCC, may
3446require first installing an old version of GCC which did work on that
c7bdf0a6
ZW
3447system, and using it to compile a more recent GCC, to avoid bugs in the
3448vendor compiler. Old releases of GCC 1 and GCC 2 are available in the
3449@file{old-releases} directory on the @uref{../mirrors.html,,GCC mirror
3450sites}. Header bugs may generally be avoided using
3451@command{fixincludes}, but bugs or deficiencies in libraries and the
3452operating system may still cause problems.
3453
3454Support for older systems as targets for cross-compilation is less
3455problematic than support for them as hosts for GCC; if an enthusiast
3456wishes to make such a target work again (including resurrecting any of
3457the targets that never worked with GCC 2, starting from the last CVS
3458version before they were removed), patches
3459@uref{../contribute.html,,following the usual requirements} would be
3460likely to be accepted, since they should not affect the support for more
3461modern targets.
f9047ed3
JM
3462
3463For some systems, old versions of GNU binutils may also be useful,
021c4bfd 3464and are available from @file{pub/binutils/old-releases} on
f42974dc 3465@uref{http://sources.redhat.com/mirrors.html,,sources.redhat.com mirror sites}.
f9047ed3
JM
3466
3467Some of the information on specific systems above relates to
3468such older systems, but much of the information
3469about GCC on such systems (which may no longer be applicable to
f42974dc 3470current GCC) is to be found in the GCC texinfo manual.
f9047ed3 3471
f42974dc 3472@html
b8db17af 3473<hr />
f42974dc 3474@end html
250d5688 3475@heading @anchor{elf_targets}all ELF targets (SVR4, Solaris 2, etc.)
f42974dc 3476
38209993
LG
3477C++ support is significantly better on ELF targets if you use the
3478@uref{./configure.html#with-gnu-ld,,GNU linker}; duplicate copies of
3479inlines, vtables and template instantiations will be discarded
3480automatically.
f42974dc
DW
3481
3482
3483@html
b8db17af 3484<hr />
f42974dc
DW
3485<p>
3486@end html
3487@ifhtml
3488@uref{./index.html,,Return to the GCC Installation page}
3489@end ifhtml
3490@end ifset
3491
73e2155a
JM
3492@c ***Old documentation******************************************************
3493@ifset oldhtml
3494@include install-old.texi
3495@html
b8db17af 3496<hr />
73e2155a
JM
3497<p>
3498@end html
3499@ifhtml
3500@uref{./index.html,,Return to the GCC Installation page}
3501@end ifhtml
3502@end ifset
3503
aed5964b
JM
3504@c ***GFDL********************************************************************
3505@ifset gfdlhtml
3506@include fdl.texi
3507@html
b8db17af 3508<hr />
aed5964b
JM
3509<p>
3510@end html
3511@ifhtml
3512@uref{./index.html,,Return to the GCC Installation page}
3513@end ifhtml
3514@end ifset
3515
f42974dc
DW
3516@c ***************************************************************************
3517@c Part 6 The End of the Document
3518@ifinfo
3519@comment node-name, next, previous, up
aed5964b 3520@node Concept Index, , GNU Free Documentation License, Top
f42974dc
DW
3521@end ifinfo
3522
3523@ifinfo
3524@unnumbered Concept Index
3525
3526@printindex cp
3527
3528@contents
3529@end ifinfo
3530@bye