source: rtems-docs/rsb/building-tools-and-rtems.rst @ e52906b

5
Last change on this file since e52906b was e52906b, checked in by Sebastian Huber <sebastian.huber@…>, on 01/09/19 at 15:14:06

Simplify SPDX-License-Identifier comment

  • Property mode set to 100644
File size: 1.1 KB
Line 
1.. SPDX-License-Identifier: CC-BY-SA-4.0
2
3.. Copyright (C) 2012, 2018 Chris Johns <chrisj@rtems.org>
4
5Building Tools and RTEMS
6========================
7
8The Quick Start section of the RTEMS Users Guide covers the typical
9information and process needed to build both an RTEMS toolset and
10RTEMS itself. This section has information on specific configuration
11options that may be needed.
12
13Controlling the Build
14---------------------
15
16Build sets can be controlled via the command line to enable and disable various
17features. There is no definitive list of build options that can be listed
18because they are implemented with the configuration scripts. The best way to
19find what is available is to grep the configuration files. for ``with`` and
20``without``.
21
22Following are currently available:
23
24``--without-rtems``
25  Do not build RTEMS when building an RTEMS build set.
26
27``--without-cxx``
28  Do not build a C++ compiler.
29
30``--with-ada``
31  Attempt to build an Ada compiler.  You need a native GNAT installed.
32
33``--with-fortran``
34  Attempt to build a Fortran compiler.
35
36``--with-objc``
37  Attempt to build a C++ compiler.
Note: See TracBrowser for help on using the repository browser.