Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: ARCHINCLUDES and ARCHXXINCLUDES: Mention effort to unify support for uClibc+/libc+.

...

Custom Boards Don't Need ARCHINCLUDES and ARCHXXINCLUDES Definitions

The As part of an effort to unify support for uClibc++ and libc++, the C/C++ include search path definitions ARCHINCLUDES and ARCHXXINCLUDES are now defined in one central place in tools/Config.mk. It is no longer necessary to define these in every board's scripts/Make.defs. Boards included in the NuttX repository have been updated, but if you are building NuttX for a custom board, you may want to make the following changes to your custom board's scripts/Make.defs file:

...

See git commit #d32e9c38dfb0659a7f3c0cf586ba1584cd7eb3d6 in the main NuttX repository. See also the preceding commit, 6abd03d53ff9164fb17ea4aca701a49fbbf751c0.

Known Problems In This Release

...