diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 66c3ecdaefc..0d8dd5569c5 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1127,7 +1127,7 @@ m68k, m68hc11, m68hc12, and SuperH ports.
make + GCC/binutils
make + SDCC
make + GCC/binutils
make + SDCC
make + Windows Native Toolchain
+ 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.
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. +