mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 20:35:51 +08:00
Add some installation hints
This commit is contained in:
parent
710010861c
commit
b6d5758091
11
libbsd.txt
11
libbsd.txt
@ -42,6 +42,17 @@ The Newlib version is required since some standard files like `<sys/types.h>`
|
||||
must be compatible enough for the files provided by the FreeBSD sources, e.g.
|
||||
`<sys/socket.h>`.
|
||||
|
||||
=== Installation ===
|
||||
|
||||
. You must configure your BSP with the +--disable-networking+ option to disable
|
||||
the old network stack. Make sure no header files of the old network stack are
|
||||
installed.
|
||||
. Clone the Git repository +git clone git://git.rtems.org/rtems-libbsd.git+.
|
||||
. Change into the RTEMS BSD library root directory.
|
||||
. Edit the 'config.inc' Makefile configuration file and adjust it to your environment.
|
||||
. Run +make clean+.
|
||||
. Run +make install+.
|
||||
|
||||
=== Board Support Package Requirements ===
|
||||
|
||||
The RTEMS version must be at least 4.11. The Board Support Package (BSP)
|
||||
|
Loading…
x
Reference in New Issue
Block a user