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