* internal compiler error with qt building poky-image-lsb-sdk
@ 2011-03-26 15:53 Robert Berger
2011-03-27 5:32 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Robert Berger @ 2011-03-26 15:53 UTC (permalink / raw)
To: yocto
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
This seems to be due to the gcc version used and how the code is written
in qt.
The longer version:
http://bugzilla.pokylinux.org/show_bug.cgi?id=932
Regards,
Robert..."C treats you like a consenting adult. Pascal treats you like a
naughty child. Ada treats you like a criminal." -- (Bruce Powel Douglass)
My public pgp key is available at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: internal compiler error with qt building poky-image-lsb-sdk
2011-03-26 15:53 internal compiler error with qt building poky-image-lsb-sdk Robert Berger
@ 2011-03-27 5:32 ` Khem Raj
2011-03-27 12:21 ` Robert Berger
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2011-03-27 5:32 UTC (permalink / raw)
To: Robert Berger; +Cc: yocto
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: internal compiler error with qt building poky-image-lsb-sdk
2011-03-27 5:32 ` Khem Raj
@ 2011-03-27 12:21 ` Robert Berger
0 siblings, 0 replies; 3+ messages in thread
From: Robert Berger @ 2011-03-27 12:21 UTC (permalink / raw)
To: yocto
Hi Khem,
On 03/27/2011 08:32 AM, Khem Raj wrote:
> 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)}"
I'm sorry I can't try right now, since I'm out of office for a week and
training people in Embedded Linux ;)
I can give it a try earliest in the week of 3rd of April.
Maybe someone else could try in the meantime. It's really easy to reproduce.
*) Just check out the latest from git
*) build poky-image-lsb-sdk for beagleboard
... and wait some hours ...
Regards,
Robert
>
> -Khem
..."At Group L, Stoffel oversees six first-rate programmers, a
managerial challenge roughly comparable to herding cats." - The
Washington Post Magazine, June 9, 1985
My public pgp key is available at:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-27 12:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 15:53 internal compiler error with qt building poky-image-lsb-sdk Robert Berger
2011-03-27 5:32 ` Khem Raj
2011-03-27 12:21 ` Robert Berger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.