mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 07:15:58 +08:00
README.rst: Remove RTEMS_POSIX_API from BSP config
This commit is contained in:
@@ -40,7 +40,7 @@ do this. The individual steps are explained afterwards.
|
|||||||
../source-builder/sb-set-builder --prefix="$sandbox/rtems/6" 6/rtems-arm
|
../source-builder/sb-set-builder --prefix="$sandbox/rtems/6" 6/rtems-arm
|
||||||
cd "$sandbox"
|
cd "$sandbox"
|
||||||
cd rtems
|
cd rtems
|
||||||
echo -e "[arm/xilinx_zynq_a9_qemu]\nRTEMS_POSIX_API = True" > config.ini
|
echo -e "[arm/xilinx_zynq_a9_qemu]" > config.ini
|
||||||
./waf configure --prefix "$sandbox/rtems/6"
|
./waf configure --prefix "$sandbox/rtems/6"
|
||||||
./waf
|
./waf
|
||||||
./waf install
|
./waf install
|
||||||
@@ -85,7 +85,7 @@ do this. The individual steps are explained afterwards.
|
|||||||
|
|
||||||
$ cd "$sandbox"
|
$ cd "$sandbox"
|
||||||
$ cd rtems
|
$ cd rtems
|
||||||
$ echo -e "[arm/xilinx_zynq_a9_qemu]\nRTEMS_POSIX_API = True" > config.ini
|
$ echo -e "[arm/xilinx_zynq_a9_qemu]" > config.ini
|
||||||
$ ./waf configure --prefix "$sandbox/rtems/6"
|
$ ./waf configure --prefix "$sandbox/rtems/6"
|
||||||
$ ./waf
|
$ ./waf
|
||||||
$ ./waf install
|
$ ./waf install
|
||||||
|
Reference in New Issue
Block a user