Changeset 9f9efbc in rtems
- Timestamp:
- 02/22/00 17:48:01 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 61ba9763
- Parents:
- 2995cc8
- Location:
- doc/started
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/started/Makefile
r2995cc8 r9f9efbc 18 18 COMMON_FILES=../common/cpright.texi ../common/setup.texi 19 19 20 GENERATED_FILES= b uildc.texi buildrt.texi gdb.texi intro.texi \20 GENERATED_FILES= binaries.texi buildc.texi buildrt.texi gdb.texi intro.texi \ 21 21 nt.texi require.texi sample.texi 22 22 … … 56 56 $(BMENU) -c -p "EGCS Mailing List" \ 57 57 -u "Top" \ 58 -n "Prebuilt Toolset Executables" ${*}.t 59 60 binaries.texi: binaries.t versions.texi 61 $(BMENU) -c -p "GNU makeinfo Version Requirements" \ 62 -u "Top" \ 58 63 -n "Building the GNU C/C++ Cross Compiler Toolset" ${*}.t 59 64 60 65 buildc.texi: buildc.t versions.texi 61 $(BMENU) -c -p " GNU makeinfo Version Requirements" \66 $(BMENU) -c -p "Removing RPMs" \ 62 67 -u "Top" \ 63 68 -n "Building RTEMS" ${*}.t -
doc/started/binaries.t
r2995cc8 r9f9efbc 7 7 @c 8 8 9 @chapter Tool Binaries9 @chapter Prebuilt Toolset Executables 10 10 11 11 Precompiled toolsets are available for Linux and Cygwin. These are … … 35 35 @end enumerate 36 36 37 @section Installing RPMs 38 37 39 The following is a sample session illustrating the installation 38 40 of a C/C++ toolset targeting the SPARC architecture. … … 47 49 @end example 48 50 51 @section Removing RPMs 52 53 The following is a sample session illustrating the removal 54 of a C/C++ toolset targeting the SPARC architecture. 55 56 @example 57 rpm -i sparc-rtems-gdb-4.18-2.i386.rpm 58 rpm -i rtems-base-gdb-4.18-2.i386.rpm 59 rpm -i sparc-rtems-gcc-gcc2.95.2newlib1.8.2-4.i386.rpm 60 rpm -i rtems-base-gcc-gcc2.95.2newlib1.8.2-4.i386.rpm 61 rpm -i sparc-rtems-binutils-2.9.5.0.24-1.i386.rpm 62 rpm -i rtems-base-binutils-2.9.5.0.24-1.i386.rpm 63 @end example 64 -
doc/started/buildc.t
r2995cc8 r9f9efbc 13 13 any required RTEMS specific patches, compile that 14 14 toolset and install it. 15 16 It is recommended that when toolset binaries are available for 17 your particular host, that they be used. Prebuilt binaries 18 are much easier to install. 15 19 16 20 @section Create the Archive and Build Directories -
doc/started/gdb.t
r2995cc8 r9f9efbc 9 9 @chapter Building the GNU Debugger 10 10 11 GDB is not currently RTEMS aware. The following configurations have been 11 GDB is currently RTEMS aware only if you are using the remote debugging 12 support via Ethernet. The following configurations have been 12 13 successfully used with RTEMS applications: 13 14 … … 20 21 Other configurations of gdb have successfully been used by RTEMS users 21 22 but are not documented here. 23 24 It is recommended that when toolset binaries are available for 25 your particular host, that they be used. Prebuilt binaries 26 are much easier to install. 22 27 23 28 @section Unarchive the gdb Distribution -
doc/started/started.texi
r2995cc8 r9f9efbc 70 70 @include intro.texi 71 71 @include require.texi 72 @include binaries.texi 72 73 @include buildc.texi 73 74 @include buildrt.texi … … 85 86 * Introduction:: 86 87 * Requirements:: 88 * Prebuilt Toolset Executables:: 87 89 * Building the GNU C/C++ Cross Compiler Toolset:: 88 90 * Building RTEMS:: -
doc/started/versions.texi
r2995cc8 r9f9efbc 22 22 @c 23 23 24 @set GCC-VERSION egcs 1.1.225 @set GCC-TAR egcs-1.1.2.tar.gz26 @set GCC-UNTAR egcs-1.1.227 @set GCC-FTPSITE egcs.cygnus.com28 @set GCC-FTPDIR /pub/ egcs/releases/egcs-1.1.229 @set GCC-HTTPDIR /pub/ egcs/releases/index.html30 @set GCC-RTEMSPATCH egcs-1.1.2-rtems-diff-1999033124 @set GCC-VERSION gcc 2.95.2 25 @set GCC-TAR gcc-2.95.2.tar.gz 26 @set GCC-UNTAR gcc-2.95.2 27 @set GCC-FTPSITE gcc.gnu.org 28 @set GCC-FTPDIR /pub/gcc/gcc-2.95.2 29 @set GCC-HTTPDIR /pub/gcc/releases/index.html 30 @set GCC-RTEMSPATCH gcc-2.95.2-rtems-20000106.diff 31 31 32 32 @c … … 35 35 36 36 @c The "official" binutils 37 @set BINUTILS-VERSION binutils 2.9.1 38 @set BINUTILS-TAR binutils-2.9.1.tar.gz 39 @set BINUTILS-UNTAR binutils-2.9.1 40 @set BINUTILS-FTPSITE ftp.gnu.org 41 @set BINUTILS-FTPDIR /pub/gnu 42 @set BINUTILS-RTEMSPATCH binutils-2.9.1-rtems-diff-19981012.gz 37 @c @set BINUTILS-VERSION binutils 2.9.1 38 @c @set BINUTILS-TAR binutils-2.9.1.tar.gz 39 @c @set BINUTILS-UNTAR binutils-2.9.1 40 @c @set BINUTILS-FTPSITE ftp.gnu.org 41 @c @set BINUTILS-FTPDIR /pub/gnu 42 @c @set BINUTILS-RTEMSPATCH binutils-2.9.1-rtems-diff-19981012.gz 43 44 @c The "official" Linux binutils 45 @set BINUTILS-VERSION binutils 2.9.5.0.22 46 @set BINUTILS-TAR binutils-2.9.5.0.22.tar.gz 47 @set BINUTILS-UNTAR binutils-2.9.5.0.22 48 @set BINUTILS-FTPSITE ftp.varesearch.com 49 @set BINUTILS-FTPDIR /pub/support/hjl/binutils 50 @set BINUTILS-RTEMSPATCH binutils-2.9.5.0.22-rtems-20000114.diff 43 51 44 52 @c When forced to use a snapshot … … 54 62 @c 55 63 56 @set NEWLIB-VERSION newlib 1.8. 157 @set NEWLIB-TAR newlib-1.8. 1.tar.gz58 @set NEWLIB-UNTAR newlib-1.8. 159 @set NEWLIB-FTPSITE ftp.cygnus.com64 @set NEWLIB-VERSION newlib 1.8.2 65 @set NEWLIB-TAR newlib-1.8.2.tar.gz 66 @set NEWLIB-UNTAR newlib-1.8.2 67 @set NEWLIB-FTPSITE sourceware.cygnus.com 60 68 @set NEWLIB-FTPDIR /pub/newlib 61 @set NEWLIB-RTEMSPATCH newlib-1.8. 1-rtems-diff-19990302.gz69 @set NEWLIB-RTEMSPATCH newlib-1.8.2-rtems-20000104.diff 62 70 63 71 @c … … 65 73 @c 66 74 67 @set GDB-VERSION gdb 4.1 768 @set GDB-TAR gdb-4.1 7.tar.gz69 @set GDB-UNTAR gdb-4.1 775 @set GDB-VERSION gdb 4.18 76 @set GDB-TAR gdb-4.18.tar.gz 77 @set GDB-UNTAR gdb-4.18 70 78 @set GDB-FTPSITE ftp.gnu.org 71 @set GDB-FTPDIR /pub/gnu 72 @set GDB-RTEMSPATCH gdb-4.17-rtems-diff-19990302.gz 73 79 @set GDB-FTPDIR /pub/gnu/gdb 80 @set GDB-RTEMSPATCH gdb-4.18-rtems-20000107.diff 74 81 75 82 @c … … 77 84 @c 78 85 79 @set RTEMS-VERSION RTEMS 1999070980 @set RTEMS-TAR rtems- 19990709.tgz81 @set RTEMS-UNTAR rtems- 1999070986 @set RTEMS-VERSION RTEMS 4.5.0-beta 87 @set RTEMS-TAR rtems-4.5.0-beta.tgz 88 @set RTEMS-UNTAR rtems-4.5.0-beta 82 89 @set RTEMS-FTPSITE ftp.OARcorp.com 83 @set RTEMS-FTPDIR /pub/rtems/ 1999070984 @set BUILDTOOLS-TAR c_build_scripts- 19990709.tgz90 @set RTEMS-FTPDIR /pub/rtems/releases/4.5.0-beta 91 @set BUILDTOOLS-TAR c_build_scripts-20000104.tgz 85 92 86
Note: See TracChangeset
for help on using the changeset viewer.