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