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