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