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