summaryrefslogtreecommitdiff
path: root/nuttx/configs/xtrs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-08 23:21:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-08 23:21:34 +0000
commit9085db20b3c7ce781f807e5570ed5c8dc84a66d7 (patch)
tree83bb117870ea8382a5ffcdfb0c0eb914d552389b /nuttx/configs/xtrs/README.txt
parent2bef6dd877c954012f38fed920631e9f7ce2c88d (diff)
downloadnuttx-9085db20b3c7ce781f807e5570ed5c8dc84a66d7.tar.gz
nuttx-9085db20b3c7ce781f807e5570ed5c8dc84a66d7.tar.bz2
nuttx-9085db20b3c7ce781f807e5570ed5c8dc84a66d7.zip
configs/xtrs/ostest converted to kconfig-frontend and Windows native
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5421 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/xtrs/README.txt')
-rw-r--r--nuttx/configs/xtrs/README.txt30
1 files changed, 27 insertions, 3 deletions
diff --git a/nuttx/configs/xtrs/README.txt b/nuttx/configs/xtrs/README.txt
index dae8a51ba..9f94ed9ad 100644
--- a/nuttx/configs/xtrs/README.txt
+++ b/nuttx/configs/xtrs/README.txt
@@ -52,10 +52,29 @@ Configuring NuttX
This configuration performs a simple, minimal OS test using
examples/ostest. This can be configurated as follows:
+ 1) From a POSIX window:
cd tools
- ./configure.sh xtrs/ostest
- cd -
- . ./setenv.sh
+ ./configure.sh z80sim/pashello
+ 2) From a CMD.exe window
+ setenv.bat
+
+ The setenv.bat will need to be updated to include the PATH to the XTRS
+ hex2cmd program.
+
+ NOTES:
+
+ 1. This configuration uses the mconf-based configuration tool. See the
+ "Reconfiguring" section below for information about changing this
+ configuration.
+
+ 2. The default setup for this configuration uses a windows native build.
+ See the section entitled "Reconfiguring for Linux, OSX, or Cygwin"
+ which will give you the steps you would need to do to convert this
+ configuration to build in other, Unix-like environments.
+
+ 3. This configuration was last verified sucessfully prior to the
+ the configure to Kconfig/mconf tool using SDCC 2.6.0 built to run
+ natively under Cygwin. The current build requires ca. 3.2.1 SDCC.
nsh
@@ -118,8 +137,13 @@ by modifying the configuration file as follows:
You may need to first manually change the CONFIG_APPS_DIR="..\apps" definition
in the .config file because the backslash may upset some Unix-based tools.
+This configuration will require a recent version of SDCC (ca. 3.2.1) for Linux
+or custom built for Cygwin (see below).
+
You cannot use the default setenv.bat in these Unix-like enviroments because
that is a Windows batch file. Use configs/z80sim/script/setenv.sh instead.
+setenv.sh must include the path to the installation location of SDCC (probably
+/usr/local/bin).
SDCC
^^^^