Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Bug during Kodi compile with host gcc <4.7, question regarding autobuilders
@ 2016-03-13 21:53 Bernd Kuhls
  2016-03-13 22:19 ` Arnout Vandecappelle
  0 siblings, 1 reply; 8+ messages in thread
From: Bernd Kuhls @ 2016-03-13 21:53 UTC (permalink / raw)
  To: buildroot

Hi,

before sending a patch which fixes a problem with host gcc < 4.7 I would 
like to ask whether this patch is needed@all. Are there autobuilders 
where the host version of gcc is < 4.7?

While testing Kodi compilation using buildroot master this error occurs:

cc1plus: error: unrecognized command line option '-std=c++11'
make[4]: *** [md5.o] Error 1
make[4]: *** Waiting for unfinished jobs....
cc1plus: error: unrecognized command line option '-std=c++11'cc1plus: 
error: unrecognized command line option '-std=c++11'

make[4]: *** [DecoderManager.o] Error 1
make[4]: *** [XBTFWriter.o] Error 1
cc1plus: error: unrecognized command line option '-std=c++11'
make[4]: *** [TexturePacker.o] Error 1
cc1plus: error: unrecognized command line option '-std=c++11'
make[4]: *** [decoder/PNGDecoder.o] Error 1
make[3]: *** [all] Error 2
make[2]: *** [native/TexturePacker] Error 2
make[1]: *** [/home/fli4l/buildroot/output/build/kodi-16.0-
Jarvis/.stamp_configured] Error 2

while the host version of TexturePacker is compiled during autoreconf on 
Ubuntu 12.04.5 with "gcc-Version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)".

To fix the problem change "-std=c++11" to "-std=c++0x" in tools/depends/
native/TexturePacker/src/Makefile.am.

To reproduce the bug use this defconfig:

BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_KODI=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_I965=y
BR2_PACKAGE_XORG7=y

Regards, Bernd

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-03-17 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-13 21:53 [Buildroot] Bug during Kodi compile with host gcc <4.7, question regarding autobuilders Bernd Kuhls
2016-03-13 22:19 ` Arnout Vandecappelle
2016-03-14 13:31   ` Peter Korsgaard
2016-03-14 13:42     ` Thomas Petazzoni
2016-03-14 19:23   ` Bernd Kuhls
2016-03-14 22:05     ` Thomas Petazzoni
2016-03-15 22:08       ` Yann E. MORIN
2016-03-17 20:54       ` Bernd Kuhls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox