Newlib 2.5 doesn't define vasprintf unless gnu extensions are turned on. So now, we provide our own implementation backed by vsnprintf.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Why are GNU extensions not turned on? AFAIK Libc++ doesn't compile against any C library without GNU extensions enabled, including glibc and apple-libc.