mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 17:38:03 +08:00
posix.rst: Add info for FreeBSD 13
Add list of additional packages needed to build RTEMS environment for FreeBSD 13.
This commit is contained in:
parent
7b289f6599
commit
13092ff2f9
@ -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 python
|
||||||
# pkg install -y gsed
|
# 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
|
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 may break building GCC. We recommend you do not install the GCC
|
||||||
package and you use the default C compiler.
|
package and you use the default C compiler.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user