Changeset b6d5758 in rtems-libbsd
- Timestamp:
- 05/14/14 07:19:25 (10 years ago)
- Branches:
- 4.11, 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
- Children:
- 9d955bc
- Parents:
- 7100108
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libbsd.txt
r7100108 rb6d5758 42 42 must be compatible enough for the files provided by the FreeBSD sources, e.g. 43 43 `<sys/socket.h>`. 44 45 === Installation === 46 47 . You must configure your BSP with the +--disable-networking+ option to disable 48 the old network stack. Make sure no header files of the old network stack are 49 installed. 50 . Clone the Git repository +git clone git://git.rtems.org/rtems-libbsd.git+. 51 . Change into the RTEMS BSD library root directory. 52 . Edit the 'config.inc' Makefile configuration file and adjust it to your environment. 53 . Run +make clean+. 54 . Run +make install+. 44 55 45 56 === Board Support Package Requirements ===
Note: See TracChangeset
for help on using the changeset viewer.