summaryrefslogtreecommitdiff
path: root/doc/source/building.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/building.rst')
-rw-r--r--doc/source/building.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/building.rst b/doc/source/building.rst
index 8a8d801..6aed707 100644
--- a/doc/source/building.rst
+++ b/doc/source/building.rst
@@ -60,7 +60,7 @@ Now you can download and use :program:`ecosconfig`. You also need to make :progr
.. note::
- A `handbook on ecosconfig <http://ecos.sourceware.org/docs-3.0/user-guide/using-ecosconfig-on-linux.html>`_ exists to help in the manual creation of :abbr:`.ecc` files.
+ A `handbook on ecosconfig <http://ecos.sourceware.org/docs-3.0/user-guide/using-ecosconfig-on-linux.html>`_ exists to help in the manual creation of ``.ecc`` files.
Also, if you want to create custom eCos configuration files, see :doc:`appendix-a`.
Source code
@@ -74,11 +74,11 @@ The source of the port can be downloaded by using the following command:
git clone https://github.com/mgielda/ecos-colibri-vf61.git
-Preparing an :abbr:`.ecc` file
-------------------------------
+Preparing an ``.ecc`` file
+--------------------------
The actual configuration of the eCos system is maintained and modified through :program:`ecosconfig`.
-The following commands will prepare a sample :abbr:`.ecc` file for a kernel with default settings.
+The following commands will prepare a sample ``.ecc`` file for a kernel with default settings.
.. topic:: Generating the kernel ecc file from scratch
@@ -89,7 +89,7 @@ The following commands will prepare a sample :abbr:`.ecc` file for a kernel with
ecosconfig new col_vf61 default
You now have a ``ecos.ecc`` file that holds the default eCos configuration for Colibri VF61.
-The file can be further edited manually with a text editor and/or :program:`ecosconfig` or graphically using :program:`configtool` (see :ref:`custom-config`), but at this moment it is already enough to compile a sample eCos kernel.
+The file can be further edited manually with a text editor and/or :program:`ecosconfig` or graphically using :program:`configtool` (see :doc:`appendix-a`), but at this moment it is already enough to compile a sample eCos kernel.
.. _build-kernel:
@@ -99,7 +99,7 @@ Building the kernel
The eCos kernel is built in two stages:
* first, a so-called *build tree* is generated from the eCos sources by :program:`ecosconfig`.
- The build tree is customized for your build as configured in the :abbr:`.ecc` file used.
+ The build tree is customized for your build as configured in the ``.ecc`` file used.
It is best to generate the build tree in a separate directory (here ``build-tree``).
* then, the source files are compiled