summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 21:37:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-04 21:37:31 +0000
commitb0e850297d6e54d9d7b825c27f371cd93d3b4771 (patch)
tree2b41449055995be18eb86ace4329a08f1536374c /nuttx/README.txt
parent3f81b4dd94a7ad8cf65490fc12248e16f718f31d (diff)
downloadpx4-nuttx-b0e850297d6e54d9d7b825c27f371cd93d3b4771.tar.gz
px4-nuttx-b0e850297d6e54d9d7b825c27f371cd93d3b4771.tar.bz2
px4-nuttx-b0e850297d6e54d9d7b825c27f371cd93d3b4771.zip
Add tools/configure.c and configure.bat
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5478 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt21
1 files changed, 18 insertions, 3 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index bfd057351..717c129b0 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -257,6 +257,14 @@ easier. It is used as follows:
cd ${TOPDIR}/tools
./configure.sh <board-name>/<config-dir>
+There is an alternative Windows batch file that can be used in the
+windows native enironment like:
+
+ cd ${TOPDIR}\tools
+ configure.bat <board-name>\<config-dir>
+
+See tools/README.txt for more information about these scripts.
+
NuttX Configuration Tool
------------------------
@@ -401,6 +409,8 @@ Converting Older Configurations to use the Configuration Tool
cd tools
./configure.sh <board>/<condfiguration>
+ (or configure.bat for the case of the Windows native build).
+
NOTE: If CONFIG_APPS_DIR is not defined in the defconfig file,
the configure.sh script will find and add the new, correct path to
the application directory (CONFIG_APPS_DIR) when it copies the
@@ -682,10 +692,15 @@ Native Windows Build
the you not install the optional MSYS components as there may be conflicts.
This capability should still be considered a work in progress because:
+
(1) It has not been verfied on all targets and tools, and
- (2) itstill lacks some of the creature-comforts of the more mature environments
- (like a functional configure.sh script and 'make menuconfig' support.
- See the section "NuttX Configuration Tool under DOS" above).
+ (2) it still lacks some of the creature-comforts of the more mature environments
+ (like 'make menuconfig' support. See the section "NuttX Configuration Tool
+ under DOS" above).
+
+ There is an alternative to the setenv.sh script available for the Windows
+ native environment: tools/configure.bat. See tools/README.txt for additional
+ information.
Installing GNUWin32
-------------------