mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-02 00:23:01 +08:00
freebsd: Update to reflect the current release 12 requirements
Closes #3960
This commit is contained in:
parent
a19be8b748
commit
7fab12c679
@ -188,36 +188,37 @@ FreeBSD
|
|||||||
-------
|
-------
|
||||||
|
|
||||||
The RTEMS Source Builder has been tested on FreeBSD 9.1, 10.3, 11 and
|
The RTEMS Source Builder has been tested on FreeBSD 9.1, 10.3, 11 and
|
||||||
12 64bit version. You need to install some ports. They are:
|
12 64bit versions. You need to install some ports. They are:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
# cd /usr/ports
|
# pkg install -y python
|
||||||
# portinstall --batch lang/python27
|
# pkg install -y gsed
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
If you wish to build Windows (mingw32) tools please install the following
|
If you wish to build Windows (mingw32) tools please install the following
|
||||||
ports:
|
ports:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
# cd /usr/ports
|
# pkg install -y mingw32-binutils mingw32-gcc
|
||||||
# portinstall --batch devel/mingw32-binutils devel/mingw32-gcc
|
# pkg install -y mingw32-zlib mingw32-pthreads
|
||||||
# portinstall --batch devel/mingw32-zlib devel/mingw32-pthreads
|
|
||||||
|
|
||||||
The +zlip+ and +pthreads+ ports for MinGW32 are used for builiding a Windows
|
The *zlip* and *pthreads* ports for MinGW32 are used when builiding a Windows
|
||||||
QEMU.
|
QEMU.
|
||||||
|
|
||||||
If you are on FreeBSD 10.0 and you have pkgng installed you can use 'pkg
|
Check if your kernel has a ``/dev/fd`` directory. If it does not we recommend
|
||||||
install' rather than 'portinstall'.
|
you run as root the following command to speed up Python 3's subprocess
|
||||||
|
support:
|
||||||
We recommend you run as root the following command to speed up Python
|
|
||||||
3's subprocess support:
|
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
# mount -t fdescfs none /dev/fd
|
# mount -t fdescfs none /dev/fd
|
||||||
|
|
||||||
This speeds up closing file descriptors when creating subprocesses.
|
The support speeds up closing file descriptors when creating subprocesses.
|
||||||
|
|
||||||
.. _NetBSD:
|
.. _NetBSD:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user