From ff6534bb835ac82f167dbca3cabadf645424e5b3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 6 May 2016 10:26:04 +0200 Subject: [PATCH] README.waf: Master branch must use 4.12 --- README.waf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.waf b/README.waf index e1496144..c0adec48 100644 --- a/README.waf +++ b/README.waf @@ -48,19 +48,19 @@ Steps ----- 1. Build and install the tools. In this example the path is - /opt/rtems/4.11/tools: + /opt/rtems/4.12/tools: $ cd rtems-source-builder/rtems $ ../source-builder/sb-set-builder \ - --prefix=/opt/rtems/4.11/tools 4.11/rtems-arm + --prefix=/opt/rtems/4.12/tools 4.12/rtems-arm 2. Build and install the RTEMS Board Support Packages (BSP) you want to use. In - this example the path is /opt/rtems/4.11/bsps: + this example the path is /opt/rtems/4.12/bsps: $ mkdir realview_pbx_a9_qemu $ cd realview_pbx_a9_qemu - $ ../rtems-4.11/configure \ - --target=arm-rtems4.11 --prefix=/opt/rtems/4.11/bsps \ + $ ../rtems-4.12/configure \ + --target=arm-rtems4.12 --prefix=/opt/rtems/4.12/bsps \ --disable-networking --enable-rtemsbsp=realview_pbx_a9_qemu $ make $ make install @@ -78,9 +78,9 @@ Steps the tools and RTEMS are provided on the command line and so do not need to be in your path or environment [1]: - $ waf configure --prefix=/opt/rtems/4.11/bsps \ - --rtems=/opt/rtems/4.11/bsps \ - --rtems-tools=/opt/rtems/4.11/tools \ + $ waf configure --prefix=/opt/rtems/4.12/bsps \ + --rtems=/opt/rtems/4.12/bsps \ + --rtems-tools=/opt/rtems/4.12/tools \ --rtems-bsps=arm/realview_pbx_a9_qemu You can use '--rtems-archs=arm,sparc,i386' or