unikraft / app-helloworld-cpp

kraft-ready repo for building c++ applications with Unikraft
3 stars 16 forks source link

`helloworld-cpp` failes at build time with `newlib` and `pthread-embedded` #11

Open mariasfiraiala opened 1 year ago

mariasfiraiala commented 1 year ago

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.