aboutsummaryrefslogtreecommitdiff
path: root/nuttx/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-15 16:03:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-15 16:03:45 +0000
commit8fc05d82fc7e1258cff333dcdebfb718820d0d48 (patch)
treee3a0e4f0ebf7a9c90e1abcc2f544fbe53e21f05f /nuttx/README.txt
parenta202ca65d16c057a010c4291a79b5a55002f425c (diff)
downloadpx4-firmware-8fc05d82fc7e1258cff333dcdebfb718820d0d48.tar.gz
px4-firmware-8fc05d82fc7e1258cff333dcdebfb718820d0d48.tar.bz2
px4-firmware-8fc05d82fc7e1258cff333dcdebfb718820d0d48.zip
Documentation update
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5439 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/README.txt')
-rw-r--r--nuttx/README.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 9ad499d3f..b9210277e 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -499,16 +499,14 @@ Native Windows Build
--------------------
The beginnings of a Windows native build are in place but still not full
- usable as of this writing. The windows native build logic is currently
- separate and must be started by:
-
- make -f Makefile.win
+ usable as of this writing. The windows native build logic initiatiated
+ if CONFIG_WINDOWS_NATIVE=y is defined in the NuttX configuration file:
This build:
- Uses all Windows style paths
- Uses primarily Windows batch commands from cmd.exe, with
- - A few extensions from GNUWin32 (or MSYS is you prefer)
+ - A few extensions from GNUWin32
In this build, you cannot use a Cygwin or MSYS shell. Rather the build must
be performed in a Windows CMD shell. Here is a better shell than than the
@@ -517,8 +515,6 @@ Native Windows Build
Build Tools. The build still relies on some Unix-like commands. I use
the GNUWin32 tools that can be downloaded from http://gnuwin32.sourceforge.net/.
- The MSYS tools are probably also a option but are likely lower performance
- since they are based on Cygwin 1.3.
Host Compiler: I use the MingGW compiler which can be downloaded from
http://www.mingw.org/. If you are using GNUWin32, then it is recommended