summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 23:14:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-17 23:14:42 +0000
commitbee0c89792d84e0c0d39fbed05a0d8ec654140e5 (patch)
treef2e5472866df6a4093af3717f81fba3db18f255d /nuttx/Documentation/NuttxPortingGuide.html
parent0329cc2330adea9d80317f4140cf550161094291 (diff)
downloadpx4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.tar.gz
px4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.tar.bz2
px4-nuttx-bee0c89792d84e0c0d39fbed05a0d8ec654140e5.zip
build lpc2148 ostest config
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@928 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 2693f1941..a2773bcde 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -16,7 +16,7 @@
</b></big></h1>
<p><small>by</small></p>
<p>Gregory Nutt</p>
- <p><small>Last Update: September 1, 2008</small></p>
+ <p><small>Last Update: September 17, 2008</small></p>
</center>
<center><h1>Table of Contents</h1></center>
@@ -1338,8 +1338,11 @@ The system can be re-made subsequently by just typing <code>make</code>.
using the <code>tools/mkimage.sh</code> script.</li>
<li><code>CONFIG_INTELHEX_BINARY</code>:
Make the Intel HEX binary format used with many different loaders using the GNU objcopy program
- Should not be selected if you are not using the GNU toolchain.</li>
- <li><code>CONFIG_HAVE_LIBM</code>:
+ This option hould not be selected if you are not using the GNU toolchain.</li>
+ <li><code>CONFIG_RAW_BINARY</code>:
+ mmke a raw binary format file used with many different loaders using the GNU objcopy program.
+ This option should not be selected if you are not using the GNU toolchain.</li>
+ <li><code>CONFIG_HAVE_LIBM</code>:
Toolchain supports libm.a</li>
</ul>