summaryrefslogtreecommitdiffstats
path: root/user/rsb/commands.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-08-11 12:41:57 +1000
committerChris Johns <chrisj@rtems.org>2020-08-11 12:41:57 +1000
commit089f6197c7b666d4682282ef73dc8936668e5a4e (patch)
tree65f755085720908a503238cd96b6bf5fb6519dc4 /user/rsb/commands.rst
parentuser: Add shell environment migration aid (diff)
downloadrtems-docs-089f6197c7b666d4682282ef73dc8936668e5a4e.tar.bz2
user: Remove RSB sb-builder command
Updates #4045
Diffstat (limited to 'user/rsb/commands.rst')
-rw-r--r--user/rsb/commands.rst40
1 files changed, 0 insertions, 40 deletions
diff --git a/user/rsb/commands.rst b/user/rsb/commands.rst
index b4787aa..04d3cea 100644
--- a/user/rsb/commands.rst
+++ b/user/rsb/commands.rst
@@ -295,43 +295,3 @@ The ``arguments`` are a list of build sets to build.
``--list-deps``:
Print a list of dependent files used by a build set. Dependent files have a
``dep[?]` prefix where ``?`` is a number. The files are listed alphabetically.
-
-Set Builder (sb-builder)
-^^^^^^^^^^^^^^^^^^^^^^^^
-
-This command builds a configuration as described in a configuration
-file. Configuration files have the extension of ``.cfg``:
-
-.. code-block:: none
-
- $ ./source-builder/sb-builder --help
- sb-builder: [options] [args]
- RTEMS Source Builder, an RTEMS Tools Project (c) 2012 Chris Johns
- Options and arguments:
- --force : Force the build to proceed
- --quiet : Quiet output (not used)
- --trace : Trace the execution
- --dry-run : Do everything but actually run the build
- --warn-all : Generate warnings
- --no-clean : Do not clean up the build tree
- --always-clean : Always clean the build tree, even with an error
- --jobs : Run with specified number of jobs, default: num CPUs.
- --host : Set the host triplet
- --build : Set the build triplet
- --target : Set the target triplet
- --prefix path : Tools build prefix, ie where they are installed
- --topdir path : Top of the build tree, default is $PWD
- --configdir path : Path to the configuration directory, default: ./config
- --builddir path : Path to the build directory, default: ./build
- --sourcedir path : Path to the source directory, default: ./source
- --patchdir path : Path to the patches directory, default: ./patches
- --tmppath path : Path to the temp directory, default: ./tmp
- --macros file[,[file] : Macro format files to load after the defaults
- --log file : Log file where all build out is written too
- --url url[,url] : URL to look for source
- --targetcflags flags : List of C flags for the target code
- --targetcxxflags flags : List of C++ flags for the target code
- --libstdcxxflags flags : List of C++ flags to build the target libstdc++ code
- --with-<label> : Add the --with-<label> to the build
- --without-<label> : Add the --without-<label> to the build
- --list-configs : List available configurations