Changeset 9f9efbc in rtems


Ignore:
Timestamp:
02/22/00 17:48:01 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
61ba9763
Parents:
2995cc8
Message:

Adding information on prebuilt toolset binaries.

Location:
doc/started
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • doc/started/Makefile

    r2995cc8 r9f9efbc  
    1818COMMON_FILES=../common/cpright.texi ../common/setup.texi
    1919
    20 GENERATED_FILES= buildc.texi buildrt.texi gdb.texi intro.texi \
     20GENERATED_FILES= binaries.texi buildc.texi buildrt.texi gdb.texi intro.texi \
    2121    nt.texi require.texi sample.texi
    2222
     
    5656        $(BMENU) -c -p "EGCS Mailing List" \
    5757            -u "Top" \
     58            -n "Prebuilt Toolset Executables" ${*}.t
     59
     60binaries.texi: binaries.t versions.texi
     61        $(BMENU) -c -p "GNU makeinfo Version Requirements" \
     62            -u "Top" \
    5863            -n "Building the GNU C/C++ Cross Compiler Toolset" ${*}.t
    5964
    6065buildc.texi: buildc.t versions.texi
    61         $(BMENU) -c -p "GNU makeinfo Version Requirements" \
     66        $(BMENU) -c -p "Removing RPMs" \
    6267            -u "Top" \
    6368            -n "Building RTEMS" ${*}.t
  • doc/started/binaries.t

    r2995cc8 r9f9efbc  
    77@c
    88
    9 @chapter Tool Binaries
     9@chapter Prebuilt Toolset Executables
    1010
    1111Precompiled toolsets are available for Linux and Cygwin.  These are
     
    3535@end enumerate
    3636
     37@section Installing RPMs
     38
    3739The following is a sample session illustrating the installation
    3840of a C/C++ toolset targeting the SPARC architecture. 
     
    4749@end example
    4850
     51@section Removing RPMs
     52
     53The following is a sample session illustrating the removal
     54of a C/C++ toolset targeting the SPARC architecture.
     55
     56@example
     57rpm -i sparc-rtems-gdb-4.18-2.i386.rpm
     58rpm -i rtems-base-gdb-4.18-2.i386.rpm
     59rpm -i sparc-rtems-gcc-gcc2.95.2newlib1.8.2-4.i386.rpm
     60rpm -i rtems-base-gcc-gcc2.95.2newlib1.8.2-4.i386.rpm
     61rpm -i sparc-rtems-binutils-2.9.5.0.24-1.i386.rpm
     62rpm -i rtems-base-binutils-2.9.5.0.24-1.i386.rpm
     63@end example
     64
  • doc/started/buildc.t

    r2995cc8 r9f9efbc  
    1313any required RTEMS specific patches, compile that
    1414toolset and install it.
     15
     16It is recommended that when toolset binaries are available for
     17your particular host, that they be used.  Prebuilt binaries
     18are much easier to install.
    1519
    1620@section Create the Archive and Build Directories
  • doc/started/gdb.t

    r2995cc8 r9f9efbc  
    99@chapter Building the GNU Debugger
    1010
    11 GDB is not currently RTEMS aware. The following configurations have been
     11GDB is currently RTEMS aware only if you are using the remote debugging
     12support via Ethernet.   The following configurations have been
    1213successfully used with RTEMS applications:
    1314
     
    2021Other configurations of gdb have successfully been used by RTEMS users
    2122but are not documented here.
     23
     24It is recommended that when toolset binaries are available for
     25your particular host, that they be used.  Prebuilt binaries
     26are much easier to install.
    2227
    2328@section Unarchive the gdb Distribution
  • doc/started/started.texi

    r2995cc8 r9f9efbc  
    7070@include intro.texi
    7171@include require.texi
     72@include binaries.texi
    7273@include buildc.texi
    7374@include buildrt.texi
     
    8586* Introduction::
    8687* Requirements::
     88* Prebuilt Toolset Executables::
    8789* Building the GNU C/C++ Cross Compiler Toolset::
    8890* Building RTEMS::
  • doc/started/versions.texi

    r2995cc8 r9f9efbc  
    2222@c
    2323
    24 @set GCC-VERSION     egcs 1.1.2
    25 @set GCC-TAR         egcs-1.1.2.tar.gz
    26 @set GCC-UNTAR       egcs-1.1.2
    27 @set GCC-FTPSITE     egcs.cygnus.com
    28 @set GCC-FTPDIR      /pub/egcs/releases/egcs-1.1.2
    29 @set GCC-HTTPDIR     /pub/egcs/releases/index.html
    30 @set GCC-RTEMSPATCH  egcs-1.1.2-rtems-diff-19990331
     24@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
    3131
    3232@c
     
    3535
    3636@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
    4351
    4452@c When forced to use a snapshot
     
    5462@c
    5563
    56 @set NEWLIB-VERSION     newlib 1.8.1
    57 @set NEWLIB-TAR         newlib-1.8.1.tar.gz
    58 @set NEWLIB-UNTAR       newlib-1.8.1
    59 @set NEWLIB-FTPSITE     ftp.cygnus.com
     64@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
    6068@set NEWLIB-FTPDIR      /pub/newlib
    61 @set NEWLIB-RTEMSPATCH  newlib-1.8.1-rtems-diff-19990302.gz
     69@set NEWLIB-RTEMSPATCH  newlib-1.8.2-rtems-20000104.diff
    6270
    6371@c
     
    6573@c
    6674
    67 @set GDB-VERSION     gdb 4.17
    68 @set GDB-TAR         gdb-4.17.tar.gz
    69 @set GDB-UNTAR       gdb-4.17
     75@set GDB-VERSION     gdb 4.18
     76@set GDB-TAR         gdb-4.18.tar.gz
     77@set GDB-UNTAR       gdb-4.18
    7078@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
    7481
    7582@c
     
    7784@c
    7885
    79 @set RTEMS-VERSION   RTEMS 19990709
    80 @set RTEMS-TAR       rtems-19990709.tgz
    81 @set RTEMS-UNTAR     rtems-19990709
     86@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
    8289@set RTEMS-FTPSITE   ftp.OARcorp.com
    83 @set RTEMS-FTPDIR    /pub/rtems/19990709
    84 @set BUILDTOOLS-TAR  c_build_scripts-19990709.tgz
     90@set RTEMS-FTPDIR    /pub/rtems/releases/4.5.0-beta
     91@set BUILDTOOLS-TAR  c_build_scripts-20000104.tgz
    8592
    86 
Note: See TracChangeset for help on using the changeset viewer.