[Buildroot] Analysis of build results for 2017-05-15

Bartosz Golaszewski brgl at bgdev.pl
Tue May 16 13:48:39 UTC 2017


2017-05-16 9:22 GMT+02:00 Thomas Petazzoni
<thomas.petazzoni at free-electrons.com>:
>
>>       x86_64 |                pulseview-0.3.0 | NOK | http://autobuild.buildroot.net/results/e9f3f175e203529c44ecf92a34b82a0b3a473e34 |
>
> This has been occurring for a while. Anybody to have a look?
>

This can be easily fixed by changing the -std=c++11 flag to
-std=gnu++11 or adding -fext-numeric-literals in CMakeLists.txt (just
like the error message is telling to). Seems like a problem with the
boost math stuff (BOOST_MATH_BIG_CONSTANT).

I'll prepare a patch.

Best regards,
Bartosz Golaszewski



More information about the buildroot mailing list