[Buildroot] [PATCH 6/7] libsigrok: enable building C++ bindings

Nicolas Cavallari Nicolas.Cavallari at green-communications.fr
Mon Feb 23 11:23:17 UTC 2015


On 20/02/2015 19:30, Thomas Petazzoni wrote:
> Moreover, you make this apparently depend on the selected C library.
> But isn't C++11 support purely a gcc problem ?

This software uses std::stod, which suffers from the same problem as
std::to_string with uclibc : GCC currently requires a lot more than
necessary to enable it.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393

So it's just a matter of updating buildroot's
850-libstdcxx-uclibc-c99.patch. Again.



More information about the buildroot mailing list