Update README.txt files

This commit is contained in:
Gregory Nutt
2017-10-01 14:56:54 -06:00
parent 9eca03b9be
commit b1370c0fb6
+44 -6
View File
@@ -25,11 +25,24 @@ Configuring NuttX
examples/ostest. This can be configured as follows: examples/ostest. This can be configured as follows:
1) From a POSIX window: 1) From a POSIX window:
cd tools
./configure.sh z80sim/ostest tools/configure.sh [OPTIONS] z80sim/ostest
where you need to select the right [OPTIONS] for your build
environment. Do:
tools/configure.sh -h
to see the options.
2) Make sure that your PATH environment variable includes the path 2) Make sure that your PATH environment variable includes the path
to the SDCC toolchain. to the SDCC toolchain.
3) Then build the binaries:
make
NOTES: NOTES:
1. This configuration uses the mconf-based configuration tool. See the 1. This configuration uses the mconf-based configuration tool. See the
@@ -54,11 +67,24 @@ Configuring NuttX
This configuration can be selected by: This configuration can be selected by:
1) From a POSIX window: 1) From a POSIX window:
cd tools
./configure.sh z80sim/nsh tools/configure.sh [OPTIONS] z80sim/nsh
where you need to select the right [OPTIONS] for your build
environment. Do:
tools/configure.sh -h
to see the options.
2) Set the PATH environment variable to include the path to the SDCC 2) Set the PATH environment variable to include the path to the SDCC
toolchain. toolchain.
3) Then build the binaries:
make
NOTES: NOTES:
1. This configuration uses the mconf-based configuration tool. See the 1. This configuration uses the mconf-based configuration tool. See the
@@ -85,11 +111,23 @@ Configuring NuttX
This configuration can be selected by: This configuration can be selected by:
1) From a POSIX window: 1) From a POSIX window:
cd tools
./configure.sh z80sim/pashello tools/configure.sh [OPTIONS] z80sim/pashello
where you need to select the right [OPTIONS] for your build
environment. Do:
tools/configure.sh -h
to see the options.
2) Set the PATH environment variable to include the path to the SDCC 2) Set the PATH environment variable to include the path to the SDCC
toolchain binaries. toolchain binaries.
3) Then build the binaries:
make
NOTES: NOTES:
1. This configuration uses the mconf-based configuration tool. See the 1. This configuration uses the mconf-based configuration tool. See the