OSDN Git Service

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