Add NTFS mklinks discussion

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2769 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-07-03 15:32:45 +00:00
parent 4d7db42f77
commit 274ed4f325

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4"> <tr align="center" bgcolor="#e4e4e4">
<td> <td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
<p>Last Updated: July 2, 2010</p> <p>Last Updated: July 3, 2010</p>
</td> </td>
</tr> </tr>
</table> </table>
@ -1606,6 +1606,10 @@ m68k, m68hc11, m68hc12, and SuperH ports.</blockquote>
specific directories in place. specific directories in place.
These copied directories make work a little more complex, but otherwise work well. These copied directories make work a little more complex, but otherwise work well.
</p> </p>
<p><small>
NOTE: In this environment, it should be possible to use the NTFS <code>mklink</code> command to create links.
This should only require a minor modification to the build scripts (see <code>tools/winlink.sh</code> script).
</small></p>
<li> <li>
<b>Dependencies</b> <b>Dependencies</b>
NuttX uses the GCC compiler's <code>-M</code> option to generate make dependencies. These NuttX uses the GCC compiler's <code>-M</code> option to generate make dependencies. These
@ -1661,6 +1665,12 @@ m68k, m68hc11, m68hc12, and SuperH ports.</blockquote>
to build NuttX. to build NuttX.
However, that environment has not been used as of this writing. However, that environment has not been used as of this writing.
</p> </p>
<p><small>
NOTE: One of the members on the <a href="http://tech.groups.yahoo.com/group/nuttx/">NuttX forum</a>
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 <code>tools/winlink.sh</code> script).
</small></p>
</td> </td>
</tr> </tr>
</table></center> </table></center>