summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-09-21 12:56:44 -0400
committerJoel Sherrill <joel@rtems.org>2021-09-27 17:24:37 -0500
commit13092ff2f98d95b4e9cb428607a709d9089957f6 (patch)
tree767d3464550edbf986f9760b60e8e4d7e2516ddd
parentuser/testing: Add the %wait directive (diff)
downloadrtems-docs-13092ff2f98d95b4e9cb428607a709d9089957f6.tar.bz2
posix.rst: Add info for FreeBSD 13
Add list of additional packages needed to build RTEMS environment for FreeBSD 13.
-rw-r--r--user/hosts/posix.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst
index 6686fc9..818eb25 100644
--- a/user/hosts/posix.rst
+++ b/user/hosts/posix.rst
@@ -195,6 +195,13 @@ The RTEMS Source Builder has been tested on FreeBSD 9.1, 10.3, 11 and
# pkg install -y python
# pkg install -y gsed
+For FreeBSD 13, you will need to install the packages listed above, as well as
+the following additional ones. They are:
+
+.. code-block:: none
+
+ # pkg install -y bison texinfo gmake binutils
+
FreeBSD's default C compiler is LLVM and installing the host's GCC compiler
package may break building GCC. We recommend you do not install the GCC
package and you use the default C compiler.