Changeset b39854a in rtems-libbsd for README.waf
- Timestamp:
- 05/06/16 09:10:12 (8 years ago)
- Branches:
- 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
- Children:
- cf72971
- Parents:
- ff6534b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.waf
rff6534b rb39854a 48 48 ----- 49 49 50 1. Build and install the tools. In this example the path is 50 1. Clone the RTEMS Source Build (RSB): 51 52 $ git clone git://git.rtems.org/rtems-source-builder.git 53 54 2. Build and install the tools. In this example the path is 51 55 /opt/rtems/4.12/tools: 52 56 … … 55 59 --prefix=/opt/rtems/4.12/tools 4.12/rtems-arm 56 60 57 2. Build and install the RTEMS Board Support Packages (BSP) you want to use. In 61 3. Clone RTEMS: 62 63 $ git clone git://git.rtems.org/rtems.git rtems-4.12 64 65 4. Bootstrap the RTEMS sources: 66 67 $ cd rtems-4.12 68 $ ./bootstrap 69 70 5. Build and install the RTEMS Board Support Packages (BSP) you want to use. In 58 71 this example the path is /opt/rtems/4.12/bsps: 59 72 60 $ mkdir realview_pbx_a9_qemu61 $ cd realview_pbx_a9_qemu73 $ mkdir b-realview_pbx_a9_qemu 74 $ cd b-realview_pbx_a9_qemu 62 75 $ ../rtems-4.12/configure \ 63 76 --target=arm-rtems4.12 --prefix=/opt/rtems/4.12/bsps \ … … 66 79 $ make install 67 80 68 3. Populate the rtems_waf git submodule:81 6. Populate the rtems_waf git submodule: 69 82 70 83 $ cd rtems-libbsd … … 75 88 cloned. 76 89 77 4. Run Waf's configure with your specific settings. In this case the path to90 7. Run Waf's configure with your specific settings. In this case the path to 78 91 the tools and RTEMS are provided on the command line and so do not need to 79 92 be in your path or environment [1]: … … 91 104 BSP name will fail. 92 105 93 6. Build and install:106 8. Build and install: 94 107 95 108 The LibBSD package will be installed into the prefix provided to configure.
Note: See TracChangeset
for help on using the changeset viewer.