Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Building uClibc++

A version of uClibc++ has been ported to NuttX is available in the NuttX uClib++ GIT repository at Bitbucket.org. This version of uClibc++ was adapted for NuttX by the RGMP team.

...

General build instructions are available in the uClibc++ README.txt file. Those instructions are not repeated here. This Wiki page is devoted to documenting resolution of issues with building this NuttX version of uClib++.

Undefined reference to _impure_ptr

Problem: When building uClibc++ I encounter an undefined reference to _impure_ptr like:

...