OSDN Git Service

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