mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-18 21:02:37 +08:00
user: Fix header levels.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
.. _unstable:
|
||||
|
||||
Developer (Unstable)
|
||||
--------------------
|
||||
====================
|
||||
.. index:: Git
|
||||
|
||||
RTEMS provides open access to it's development processes. We call this the
|
||||
@@ -57,7 +57,7 @@ versions available to test with.
|
||||
.. _macos-host-tools-chain:
|
||||
|
||||
POSIX and OS X Host Tools Chain
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
-------------------------------
|
||||
|
||||
This procedure will build a SPARC tool chain.
|
||||
|
||||
@@ -208,7 +208,7 @@ is `4.12` and is on master:
|
||||
.. _windows-tool-chain:
|
||||
|
||||
Windows Host Tool Chain
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
-----------------------
|
||||
.. index:: Microsoft Windows Installation
|
||||
|
||||
This section details how you create an RTEMS development environment on
|
||||
|
@@ -6,7 +6,7 @@
|
||||
.. _installation:
|
||||
|
||||
Installation
|
||||
============
|
||||
************
|
||||
.. index:: Installation
|
||||
|
||||
This section details how to set up and install the RTEMS Ecosystem. You will
|
||||
|
@@ -6,14 +6,14 @@
|
||||
.. _rtems-kernel:
|
||||
|
||||
RTEMS Kernel
|
||||
------------
|
||||
============
|
||||
|
||||
RTEMS is an open source real-time operating system. As a user you have access
|
||||
to all the source code. The ``RTEMS Kernel`` section will show you how you
|
||||
build the RTEMS kernel on your host.
|
||||
|
||||
Development Sources
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
-------------------
|
||||
|
||||
Create a new location to build the RTEMS kernel:
|
||||
|
||||
@@ -38,7 +38,7 @@ Clone the RTEMS respository:
|
||||
Checking connectivity... done.
|
||||
|
||||
Tools Path Set Up
|
||||
~~~~~~~~~~~~~~~~~
|
||||
-----------------
|
||||
|
||||
We need to set our path to include the RTEMS tools we built in the previous
|
||||
section. The RTEMS tools needs to be first in your path because RTEMS provides
|
||||
@@ -52,7 +52,7 @@ the RTEMS version and not your host's versions:
|
||||
.. _bootstrapping:
|
||||
|
||||
Bootstrapping
|
||||
~~~~~~~~~~~~~
|
||||
-------------
|
||||
|
||||
The developers version of the code from git requires we ``bootstrap`` the
|
||||
source code. This is an ``autoconf`` and ``automake`` bootstrap to create the
|
||||
@@ -140,7 +140,7 @@ directory then run the bootsrap commands:
|
||||
Bootstrap time: 0:02:47.398824
|
||||
|
||||
Building a BSP
|
||||
~~~~~~~~~~~~~~
|
||||
--------------
|
||||
|
||||
We build RTEMS in a directory outside of the source tree we have just cloned
|
||||
and ``bootstrapped``. You cannot build RTEMS while in the source tree. Lets
|
||||
@@ -284,7 +284,7 @@ Build RTEMS using two cores:
|
||||
make[1]: Leaving directory '/home/chris/development/rtems/kernel/erc32'
|
||||
|
||||
Installing A BSP
|
||||
~~~~~~~~~~~~~~~~
|
||||
----------------
|
||||
|
||||
All that remains to be done is to install the kernel. Installing RTEMS copies
|
||||
the API headers and architecture specific libraries to a locaiton under the
|
||||
@@ -340,7 +340,7 @@ RTEMS with the following command:
|
||||
make[1]: Leaving directory '/home/chris/development/rtems/kernel/erc32'
|
||||
|
||||
Contributing Patches
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
--------------------
|
||||
|
||||
RTEMS welcomes fixes to bugs and new features. The RTEMS Project likes to have
|
||||
bugs fixed against a ticket created on our :r:url:`devel`. Please raise a
|
||||
|
@@ -6,7 +6,7 @@
|
||||
.. _prefixes:
|
||||
|
||||
Prefixes
|
||||
--------
|
||||
========
|
||||
|
||||
.. index:: Prefixes
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
.. _released-version:
|
||||
|
||||
Releases
|
||||
--------
|
||||
========
|
||||
.. index:: tarball
|
||||
.. index:: release
|
||||
|
||||
@@ -61,7 +61,7 @@ Once you have built the tools and kernel you can move to the Packages section
|
||||
of the manual.
|
||||
|
||||
RTEMS Tools and Kernel
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
----------------------
|
||||
|
||||
This procedure will build a SPARC tool chain. Set up a suitable workspace to
|
||||
build the release in. On Unix:
|
||||
|
Reference in New Issue
Block a user