summaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-23 17:32:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-23 17:32:41 +0000
commit10b6fd31cc5b27540bdde4999060a42de3e44d26 (patch)
tree96203f9eb5cff73526dd98af4ed20a40080a758a /nuttx/README.txt
parent8a547ed6db3b7e17d90c8ebda107cafc98e7723e (diff)
downloadnuttx-10b6fd31cc5b27540bdde4999060a42de3e44d26.tar.gz
nuttx-10b6fd31cc5b27540bdde4999060a42de3e44d26.tar.bz2
nuttx-10b6fd31cc5b27540bdde4999060a42de3e44d26.zip
Mostly costmetic updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5452 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt24
1 files changed, 15 insertions, 9 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index b71012cd8..dc3c9fb67 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -10,7 +10,7 @@ README
o Configuring NuttX
- Instantiating "Canned" Configurations
- NuttX Configuration Tool
- - NuttX Configuration Tool from DOS
+ - NuttX Configuration Tool under DOS
o Toolchains
- Cross-Development Toolchains
- NuttX Buildroot Toolchain
@@ -292,16 +292,16 @@ NuttX Configuration Tool
install 'mconf', make certain that your PATH variable includes
a path to that installation directory.
-NuttX Configuration Tool from DOS
----------------------------------
+NuttX Configuration Tool under DOS
+----------------------------------
-Recent versions of NuttX support building NuttX from a native Windows
-CMD.exe shell (see "Native Windows Build" below). But kconfig-frontends
-is a Linux tool. There have been some successes building a Windows
-native version of the kconfig-frontends tool, but that is not ready
-for prime time.
+ Recent versions of NuttX support building NuttX from a native Windows
+ CMD.exe shell (see "Native Windows Build" below). But kconfig-frontends
+ is a Linux tool. There have been some successes building a Windows
+ native version of the kconfig-frontends tool, but that is not ready
+ for prime time.
-At this point, there are only a few options for the Windows user:
+ At this point, there are only a few options for the Windows user:
1. You can run the configuration tool using Cygwin. However, the
Cygwin Makefile.win will complain so to do this will, you have
@@ -566,6 +566,12 @@ Native Windows Build
http://www.mingw.org/. If you are using GNUWin32, then it is recommended
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).
+
Installing GNUWin32
-------------------