diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index e4e9fea33ed..692c3658059 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
Last Updated: April 8, 2009
+Last Updated: April 19, 2009
@@ -1539,18 +1539,27 @@ The system can be re-made subsequently by just typingmake.
CONFIG_RRLOAD_BINARY:
Make the rrload binary format used with BSPs from ridgerun.com
- using the tools/mkimage.sh script.tools/mkimage.sh script.
+
CONFIG_INTELHEX_BINARY:
Make the Intel HEX binary format used with many different loaders using the GNU objcopy program
- This option hould not be selected if you are not using the GNU toolchain.CONFIG_MOTOROLA_SREC:
Make the Motorola S-Record binary format used with many different loaders using the GNU objcopy program
- Should not be selected if you are not using the GNU toolchain.CONFIG_RAW_BINARY:
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.CONFIG_HAVE_LIBM:
- Toolchain supports libm.aCONFIG_HAVE_CXX:
+ Toolchain supports C++ and CXX, CXXFLAGS, and COMPILEXX
+ have been defined in the configuratins Make.defs file.
+