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