diff --git a/configs/z80sim/README.txt b/configs/z80sim/README.txt index 28d871a8030..13254a74a40 100644 --- a/configs/z80sim/README.txt +++ b/configs/z80sim/README.txt @@ -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