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