Changeset b39854a in rtems-libbsd for README.waf


Ignore:
Timestamp:
05/06/16 09:10:12 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
cf72971
Parents:
ff6534b
Message:

README.waf: Add steps to clone and bootstrap RTEMS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.waf

    rff6534b rb39854a  
    4848-----
    4949
    50 1. Build and install the tools. In this example the path is
     501. Clone the RTEMS Source Build (RSB):
     51
     52    $ git clone git://git.rtems.org/rtems-source-builder.git
     53
     542. Build and install the tools. In this example the path is
    5155   /opt/rtems/4.12/tools:
    5256
     
    5559            --prefix=/opt/rtems/4.12/tools 4.12/rtems-arm
    5660
    57 2. Build and install the RTEMS Board Support Packages (BSP) you want to use. In
     613. Clone RTEMS:
     62
     63    $ git clone git://git.rtems.org/rtems.git rtems-4.12
     64
     654. Bootstrap the RTEMS sources:
     66
     67    $ cd rtems-4.12
     68    $ ./bootstrap
     69
     705. Build and install the RTEMS Board Support Packages (BSP) you want to use. In
    5871   this example the path is /opt/rtems/4.12/bsps:
    5972
    60     $ mkdir realview_pbx_a9_qemu
    61     $ cd realview_pbx_a9_qemu
     73    $ mkdir b-realview_pbx_a9_qemu
     74    $ cd b-realview_pbx_a9_qemu
    6275    $ ../rtems-4.12/configure \
    6376            --target=arm-rtems4.12 --prefix=/opt/rtems/4.12/bsps \
     
    6679    $ make install
    6780
    68 3. Populate the rtems_waf git submodule:
     816. Populate the rtems_waf git submodule:
    6982
    7083    $ cd rtems-libbsd
     
    7588   cloned.
    7689
    77 4. Run Waf's configure with your specific settings. In this case the path to
     907. Run Waf's configure with your specific settings. In this case the path to
    7891   the tools and RTEMS are provided on the command line and so do not need to
    7992   be in your path or environment [1]:
     
    91104   BSP name will fail.
    92105
    93 6. Build and install:
     1068. Build and install:
    94107
    95108   The LibBSD package will be installed into the prefix provided to configure.
Note: See TracChangeset for help on using the changeset viewer.