From 274ed4f32546a10e70924673e6169fb0c752353e Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 3 Jul 2010 15:32:45 +0000 Subject: [PATCH] Add NTFS mklinks discussion git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2769 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index fdbbc9f228..b735eacd3d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 2, 2010

+

Last Updated: July 3, 2010

@@ -1606,6 +1606,10 @@ m68k, m68hc11, m68hc12, and SuperH ports. specific directories in place. These copied directories make work a little more complex, but otherwise work well.

+

+ NOTE: In this environment, it should be possible to use the NTFS mklink command to create links. + This should only require a minor modification to the build scripts (see tools/winlink.sh script). +

  • Dependencies NuttX uses the GCC compiler's -M option to generate make dependencies. These @@ -1661,6 +1665,12 @@ m68k, m68hc11, m68hc12, and SuperH ports. to build NuttX. However, that environment has not been used as of this writing.

    +

    + NOTE: One of the members on the NuttX forum + reported that they successful built NuttX using such a GNUWin32-based, Windows native environment. + They reported that the only necessary change was to the use the NTFS mklink command to create links + (see tools/winlink.sh script). +