[rtems-libbsd commit] Add some installation hints

Sebastian Huber sebh at rtems.org
Wed May 14 07:11:42 UTC 2014


Module:    rtems-libbsd
Branch:    master
Commit:    b6d57580913639962c8429077609449be076acc9
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=b6d57580913639962c8429077609449be076acc9

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed May 14 09:19:25 2014 +0200

Add some installation hints

---

 libbsd.txt |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/libbsd.txt b/libbsd.txt
index 3eb3a0a..c0ee97a 100644
--- a/libbsd.txt
+++ b/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)




More information about the vc mailing list