As @eduardvintila's work regarding newlib and pthread-embedded compatibility with the new code base gets upstreamed, helloworld-cpp fails at build time with:
/home/maria/uk/apps/app-helloworld-cpp/build/libcxx/origin/libcxx-7.0.0.src/include/locale:803:10: fatal error: __strtonum_fallback.h: No such file or directory
803 | #include <__strtonum_fallback.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
This issue shall stay open as a reminder to fix whatever goes wrong here.
As @eduardvintila's work regarding
newlib
andpthread-embedded
compatibility with the new code base gets upstreamed,helloworld-cpp
fails at build time with:This issue shall stay open as a reminder to fix whatever goes wrong here.