[yocto] internal compiler error with qt building poky-image-lsb-sdk

Khem Raj raj.khem at gmail.com
Sat Mar 26 22:32:22 PDT 2011


On (26/03/11 17:53), Robert Berger wrote:
> Hi,
> 
> The short version:
> 
> With commit f8539239bc473279cc475b07c22e1e96514c6d2f Thu Mar 24 13:03:50
> 2011 +0000 both beagleboard and routerstationpro fail to build due to an
> internal compiler error:
> 
> ../../include/QtCore/../../src/corelib/tools/qstring.h:187:17: note: the
> mangling of 'va_list' has changed in GCC 4.4
> graphicsview/qgridlayoutengine.cpp:1553:1: internal compiler error: in
> build_abbrev_table, at dwarf2out.c:9806

Can you try after addding the following to the failing recipe with 

CXXFLAGS := "${@oe_filter_out('-feliminate-dwarf2-dups', '${CXXFLAGS}',
d)}"

-Khem



More information about the yocto mailing list