From a374e8dfd6a0fe7f355c0381b46657d405520f98 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 11 Jun 2009 21:38:25 +0000 Subject: update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1878 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 66c3ecdae..0d8dd5569 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -1127,7 +1127,7 @@ m68k, m68hc11, m68hc12, and SuperH ports. - Linux + GNU make + GCC/binutils + Linux + GNU make + GCC/binutils @@ -1151,7 +1151,7 @@ m68k, m68hc11, m68hc12, and SuperH ports. - Linux + GNU make + SDCC + Linux + GNU make + SDCC @@ -1170,7 +1170,7 @@ m68k, m68hc11, m68hc12, and SuperH ports. - Cygwin + GNU make + GCC/binutils + Cygwin + GNU make + GCC/binutils @@ -1189,7 +1189,7 @@ m68k, m68hc11, m68hc12, and SuperH ports. - Cygwin + GNU make + SDCC + Cygwin + GNU make + SDCC @@ -1204,7 +1204,7 @@ m68k, m68hc11, m68hc12, and SuperH ports. - Cygwin + GNU make + Windows Native Toolchain + Cygwin + GNU make + Windows Native Toolchain @@ -1257,6 +1257,7 @@ m68k, m68hc11, m68hc12, and SuperH ports.

+ Supported Windows Native Toolchains. At present, only the Zilog Z16F, z8Encore, and eZ80Acclaim ports use a non-GCC native Windows toolchain(the Zilog ZDS-II toolchain). Support for Windows native GCC toolchains (CodeSourcery and devkitARM) is currently implemented @@ -1269,21 +1270,31 @@ m68k, m68hc11, m68hc12, and SuperH ports. - Other Environments? + Other Environments? + Windows Native make + Windows Native Toolchain?

+ Environment Dependencies. The primary environmental dependency of NuttX are (1) GNU make, - (2) bash scripting, and (3) Linux utilities (such as sed). + (2) bash scripting, and (3) Linux utilities (such as cat, sed, etc.). If you have other platforms that support GNU make or make utilities that are compatible with GNU make, then it is very likely that NuttX would work in that environment as well (with some porting effort). If GNU make is not supported, then some significant modification of the Make system would be required.

+

+ GNUWin32. + For example, with suitable make system changes, it should be possible to + use native GNU tools (such as those from + GNUWin32) + to build NuttX. + However, that environment has not been used as of this writing. +

-- cgit v1.2.3