newlib libc++ is compiled with _LIBCPP_HAS_NO_LOCALIZATION
, this means that iostreams are not available at all.
I am not asking for fully supporting the locales, but provide simple C-only locale stubs.
the picolib
variant does this, and newlib
should be the more complete variant?