From 60a6d6eae95ad49b9ddf53c6767f22aa4b3897a2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 9 Nov 2017 10:22:24 +0100 Subject: Change RTEMS version to 5 Update #3220. --- eclipse/rtems.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'eclipse') diff --git a/eclipse/rtems.rst b/eclipse/rtems.rst index e50c3de..ff3c421 100644 --- a/eclipse/rtems.rst +++ b/eclipse/rtems.rst @@ -35,7 +35,7 @@ to the path to our tools: .. code-block:: shell - $ export PATH=/opt/rtems/4.12/bin:$PATH + $ export PATH=/opt/rtems/5/bin:$PATH Now run the `bootstrap` command: @@ -133,7 +133,7 @@ The paths used in this project are: :file:`/opt/work/chris/rtems/kernel/rtems.master` The RTEMS Kernel source code. -:file:`/opt/work/chris/rtems/kernel/4.12` +:file:`/opt/work/chris/rtems/kernel/5` The RTEMS Kernel prefix. :file:`/opt/work/chris/rtems/kernel/bsp/pc` @@ -197,7 +197,7 @@ We now configure the project's properties by right clicking on the :alt: Click on the **Autotools** item then **Configure Settings** and **Platform -specifiers** and set the **Target platform** field with ``i386-rtems4.12``: +specifiers** and set the **Target platform** field with ``i386-rtems5``: .. figure:: ../images/eclipse/eclipse-rtems-git-prop-at-target.png :width: 100% @@ -206,7 +206,7 @@ specifiers** and set the **Target platform** field with ``i386-rtems4.12``: Select **Platform directories** and enter the **Arch-independent install directory (--prefix)** to the RTEMS Kernel prefix of -:file:`/opt/work/chris/rtems/kernel/4.12`: +:file:`/opt/work/chris/rtems/kernel/5`: .. figure:: ../images/eclipse/eclipse-rtems-git-prop-at-prefix.png :width: 100% @@ -246,7 +246,7 @@ project can have a specific set of tools. Press the **Add...** button: :alt: C/C++ Build Environment Enter the path to the tools, in our case it is -:file:`/opt/work/rtems/4.12/bin`, then press **Variables** : +:file:`/opt/work/rtems/5/bin`, then press **Variables** : .. figure:: ../images/eclipse/eclipse-rtems-git-prop-cdt-env-var.png :width: 85% -- cgit v1.2.3