summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-06 20:46:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-06 20:46:45 +0000
commit8ec4834055be4c002b810bbbaea773586f3eeeeb (patch)
treeba7521ddf88771a17123b71d0197c66c14ac6e09 /nuttx/Documentation/NuttxPortingGuide.html
parent1b7bc5aeea327d47e6f4403121b243e34674c7c5 (diff)
downloadpx4-nuttx-8ec4834055be4c002b810bbbaea773586f3eeeeb.tar.gz
px4-nuttx-8ec4834055be4c002b810bbbaea773586f3eeeeb.tar.bz2
px4-nuttx-8ec4834055be4c002b810bbbaea773586f3eeeeb.zip
Add configuration for toolchains without libm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@517 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 601bb2720..39769e601 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -16,7 +16,7 @@
</b></big>
<p><small>by</small></p>
<p>Gregory Nutt</p>
- <p><small>Last Update: December 30, 2007</small></p>
+ <p><small>Last Update: January 6, 2006</small></p>
</center>
<center><h1>Table of Contents</h1></center>
@@ -1245,6 +1245,16 @@ The system can be re-made subsequently by just typing <code>make</code>.
The startaddress of DRAM (virtual)</li>
</ul>
+<p>
+ General build options:
+</p>
+<ul>
+ <li><code>CONFIG_RRLOAD_BINARY</code>:
+ Make the rrload binary format used with BSPs from <a href="www.ridgerun.com">ridgerun.com</a>.</li>
+ <li><code>CONFIG_HAVE_LIBM</code>:
+ Toolchain supports libm.a</li>
+</ul>
+
<h2>General OS setup</h2>
<ul>