OSDN Git Service

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