Skip to content
Snippets Groups Projects
Commit b1370c0f authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update README.txt files

parent 9eca03b9
No related branches found
No related tags found
No related merge requests found
......@@ -25,11 +25,24 @@ Configuring NuttX
examples/ostest. This can be configured as follows:
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
to the SDCC toolchain.
3) Then build the binaries:
make
NOTES:
1. This configuration uses the mconf-based configuration tool. See the
......@@ -54,11 +67,24 @@ Configuring NuttX
This configuration can be selected by:
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
toolchain.
3) Then build the binaries:
make
NOTES:
1. This configuration uses the mconf-based configuration tool. See the
......@@ -85,11 +111,23 @@ Configuring NuttX
This configuration can be selected by:
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
toolchain binaries.
3) Then build the binaries:
make
NOTES:
1. This configuration uses the mconf-based configuration tool. See the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment