Changeset 0ab65474 in rtems
- Timestamp:
- 06/10/00 20:33:47 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- df49c60
- Parents:
- 110445c
- Location:
- doc
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/FAQ/FAQ.texi
r110445c r0ab65474 101 101 @c 102 102 103 @c @node Command and Variable Index, Concept Index, Installing EGCSAND NEWLIB, Top103 @c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top 104 104 @c @unnumbered Command and Variable Index 105 105 -
doc/FAQ/freesw.t
r110445c r0ab65474 21 21 @itemize @bullet 22 22 23 @item gcc /egcs23 @item gcc 24 24 @item binutils 25 25 @item gdb -
doc/bsp_howto/makefiles.t
r110445c r0ab65474 206 206 [...] 207 207 else 208 # This has rules to link an application using gcc 2.8 or newer or any209 # egcs version. All BSPs should support this. This version is required210 # to supportGNAT/RTEMS.208 # This has rules to link an application using gcc 2.8 or newer. 209 # All BSPs should support this. This version is required to support 210 # GNAT/RTEMS. 211 211 define make-exe 212 212 $(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@@).exe $(LINK_OBJS) -
doc/rgdb_specs/rgdb_specs.texi
r110445c r0ab65474 91 91 @c 92 92 93 @c @node Command and Variable Index, Concept Index, Installing EGCSAND NEWLIB, Top93 @c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top 94 94 @c @unnumbered Command and Variable Index 95 95 -
doc/rtems_gdb/rtems_gdb.texi
r110445c r0ab65474 87 87 @c 88 88 89 @c @node Command and Variable Index, Concept Index, Installing EGCSAND NEWLIB, Top89 @c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top 90 90 @c @unnumbered Command and Variable Index 91 91 -
doc/started/buildc.t
r110445c r0ab65474 382 382 is the location where you wish the GNU C/C++ cross compilation tools for 383 383 RTEMS to be built. It is recommended that the directory chosen to receive 384 these tools be named so that it is clear from which egcsdistribution it384 these tools be named so that it is clear from which gcc distribution it 385 385 was generated and for which target system the tools are to produce code for. 386 386 … … 582 582 583 583 If you are using binutils 2.9.1 or newer with certain versions of 584 egcs andgcc, they do not agree on what the name of the newly584 gcc, they do not agree on what the name of the newly 585 585 generated cross assembler is. Older binutils called it @code{as.new} 586 586 which became @code{as.new.exe} under Windows. This is not a valid -
doc/started/nt.t
r110445c r0ab65474 193 193 mkdir /build 194 194 mkdir /build/binutils 195 mkdir /build/ egcs195 mkdir /build/gcc 196 196 @end example 197 197 … … 322 322 @end itemize 323 323 324 @item Change to the /build/ egcsdirectory to configure the compiler:324 @item Change to the /build/gcc directory to configure the compiler: 325 325 326 326 @example -
doc/started/require.t
r110445c r0ab65474 64 64 @section GNU makeinfo Version Requirements 65 65 66 In order to build egcs 1.1b or newer, the GNU @code{makeinfo} program 66 In order to build egcs 1.1b, gcc 2.9.x, or newer versions, the GNU 67 @code{makeinfo} program 67 68 installed on your system must be at least version 1.68. The appropriate 68 version of @code{makeinfo} is distributed with egcs 1.1b.69 version of @code{makeinfo} is distributed with @code{gcc}. 69 70 70 71 The following demonstrates how to determine the version of @code{makeinfo} -
doc/started/started.texi
r110445c r0ab65474 97 97 @c 98 98 99 @c @node Command and Variable Index, Concept Index, Installing EGCSAND NEWLIB, Top99 @c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top 100 100 @c @unnumbered Command and Variable Index 101 101 -
doc/started/tversions.texi
r110445c r0ab65474 19 19 20 20 @c 21 @c GCC /EGCSVersion21 @c GCC Version 22 22 @c 23 23 -
doc/started_ada/buildada.t
r110445c r0ab65474 421 421 is the location where you wish the GNU C/C++ cross compilation tools for 422 422 RTEMS to be built. It is recommended that the directory chosen to receive 423 these tools be named so that it is clear from which egcsdistribution it423 these tools be named so that it is clear from which gcc distribution it 424 424 was generated and for which target system the tools are to produce code for. 425 425 -
doc/started_ada/tversions.texi
r110445c r0ab65474 19 19 20 20 @c 21 @c GCC /EGCSVersion21 @c GCC Version 22 22 @c 23 23
Note: See TracChangeset
for help on using the changeset viewer.