On 6/06/2014 4:14 PM, Meenakumari Shedole wrote:
> Hi.
>
> We are integrating Qt5.2.1 version all Qt components to Yocto Dora branch.
> And we build few of Qt components (using meta-qt5 in yocto)but while
> building QtQuickControls and QtGrapgicaleffects getting issue.
> QtQuickControls components
Hi Etienne,
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55898 for GCC bug
report. It occurs with SJLJ exception handling on x86_64.
You can check by compiling with -fno-exceptions and see if it debugging
works. It can be resolved by using SEH exception handling in GCC 4.8.0
which should be