Changeset 70d27f9 in rtems


Ignore:
Timestamp:
02/08/00 18:36:21 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e06d5aed
Parents:
a9d04b1c
Message:

Updated.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    ra9d04b1c r70d27f9  
    4040
    4141(3) If you do not have gzip 1.2.4, it is available from numerous sites
    42     including this one.  Other sites include prep.ai.mit.edu and
    43     gatekeeper.dec.com.
     42    including this one.  Other sites include ftp.gnu.org and ftp.cdrom.com.
    4443   
    4544(4) The GNU archive files included in this distribution are packaged
  • README.configure

    ra9d04b1c r70d27f9  
    2222        --disable-rtems-inlines
    2323        --disable-posix
     24        --disable-itron
    2425        --disable-networking
    2526        --enable-cxx
     
    2829        --enable-gcc28               (also use enable-libcdir when disabled)
    2930        --enable-libcdir=<DIRECTORY>      (do not use if gcc 2.8 is enabled)
     31        --enable-multiprocessing
    3032        --enable-rtemsbsp="bsp1 bsp2 ..."
    3133        --enable-tests
    32         --enable-rdbg            (only valid for pc386 BSP)
     34        --enable-rdbg            (only valid for i386 and some PowerPC BSPs)
    3335
    3436In addition, the following standard autoconf options are frequently
     
    3840        --program-prefix=
    3941
    40 By default, the RTEMS posix interface is built for targets that support
     42By default, inline routines are used instead of macros where possible.
     43Macros can be selected using the --disable-inlines option.  [NOTE:
     44Some APIs may not support macro versions of their inline routines.]
     45
     46By default, the RTEMS POSIX 1003.1b interface is built for targets that support
    4147it. It can be disabled with the --disable-posix option.
     48
     49By default, the RTEMS uITRON interface is built for targets that support
     50it. It can be disabled with the --disable-itron option.
    4251
    4352By default, the RTEMS networking support is built for targets which
     
    5463it will also be build.
    5564
    56 By default, the RTEMS test suites are NOT configured.  The --enable-tests
    57 will not configure the RTEMS test suite. The default speeds up the build
     65By default, the RTEMS test suites are NOT configured -- only the
     66sample tests are built.  The --enable-tests will not configure
     67the RTEMS test suite. The default speeds up the build
    5868and configure process when the tests are not desired.
    5969
     
    6474either the egcs source tree, testgcc snapshots, or gcc 2.8.0 or newer.
    6575If you --disable-gcc28, then you MUST  specify the location of the
    66 Standard C Library with the --enable-libcdir option. 
     76Standard C Library with the --enable-libcdir option.   [NOTE: These
     77options are considered obsolete and may be removed in a future
     78RTEMS release.]
     79
     80By default, multiprocessing is is not built.  It can be enabled
     81for those BSPs supporting it by the --enable-multiprocessing option.
    6782
    6883By default, all bsps for a target are built. The bare BSP is not built
  • SUPPORT

    ra9d04b1c r70d27f9  
    33#
    44
    5 RTEMS was developed by On-Line Applications Research Corporation (OAR)
    6 for the U.S. Army Missile Command.  OAR offers support, customization,
    7 and training for RTEMS.  Custom RTEMS development services includes
    8 porting RTEMS to new processors and the development of custom board
     5On-Line Applications Research Corporation (OAR) offers support,
     6customization, and training for RTEMS.  Custom RTEMS development services
     7includes porting RTEMS to new processors and the development of custom board
    98support packages and device drivers.   In addition, OAR is available
    109to assist in the development of your real-time embedded application.
     
    1918Fax:   (205 722-0985
    2019
    21 In the past, RTEMS maintainance and enhancements were primarily funded
    22 by the development contracts sponsored by the U.S. Army.  Now RTEMS
    23 is funded solely by RTEMS users.  The future of RTEMS depends on
    24 its user base.
     20RTEMS maintenance and development is funded solely by RTEMS users. 
     21The future of RTEMS depends on its user base.
    2522
Note: See TracChangeset for help on using the changeset viewer.