From 3f8f0ca8cd39a5c2482998d2d322aa02eb7e8382 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 9 Jan 2008 22:53:52 +0000 Subject: [PATCH] Compiles with ZDS-II git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@540 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2daf9c73945..02810277fa7 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 8, 2008

+

Last Updated: January 9, 2008

@@ -815,19 +815,20 @@ Linux or Cygwin. - Others? + Others Environments?

- The primary environmental dependency of NuttX is GNU make. + The primary environmental dependency of NuttX are (1) GNU make, + (2) bash scripting, and (3) Linux utilities (such as sed). 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. - If GNU make is not supported, then some significant modification - of the Make system would be required. + 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.