All of lore.kernel.org
 help / color / mirror / Atom feed
* Yocto Dizzy + Beaglebone + Qt5 (Internal compiler error)
@ 2015-04-07 22:30 Martin Beaudet
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Beaudet @ 2015-04-07 22:30 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 4172 bytes --]

Hi,

I'm building an image for the beaglebone. I would like to use (at least) the version 5.4 of QT with elgfs platform.
Also the hardware accelerated support on Beaglebone Black.

Here is what I've done yet :
# SHELL COMMAND :
$ mkdir poky
$ git clone -b dizzy git://git.yoctoproject.org/poky
$ cd poky
$ git clone git://git.yoctoproject.org/meta-ti
$ git clone -b dizzy git://github.com/meta-qt5/meta-qt5.git
$ git clone -b dizzy git://git.openembedded.org/meta-openembedded
$ git clone -b daisy https://bitbucket.org/embarcados/meta-embarcados.git
$ source oe-init-build-env beaglebone
# FILE : poky/beaglebone/conf/local.conf
DISTRO_FEATURES_remove = "x11 wayland"
 # FILE : poky/beaglebone/conf/bblayers.conf
BBLAYERS ?= \
  ${TOPDIR}/../meta \
  ${TOPDIR}/../meta-yocto \
  ${TOPDIR}/../meta-openembedded/meta-oe \
  ${TOPDIR}/../meta-ti \
  ${TOPDIR}/../meta-qt5 \
  ${TOPDIR}/../meta-embarcados \
  ${TOPDIR}/../meta-embarcados/meta-bbb \
# SHELL COMMAND :
$ bitbake qt5-image-demo
Now I'm getting a compiler error :
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Makefile:934: recipe for target '.obj/po.o' failed
make[3]: *** [.obj/po.o] Error 1
make[3]: Leaving directory '/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/build/src/linguist/lupdate'
Makefile:66: recipe for target 'sub-lupdate-make_first' failed
make[2]: *** [sub-lupdate-make_first] Error 2
make[2]: *** Waiting for unfinished jobs....
compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp
compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Makefile:1022: recipe for target '.obj/po.o' failed
make[3]: *** [.obj/po.o] Error 1
make[3]: *** Waiting for unfinished jobs....
compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
}
^


I read about similar error here (https://bugs.launchpad.net/gcc-linaro/+bug/1312931) but they seem to indicate that this error has been fixed in new release of GCC and they are talking about 4.8 so I supposed it has been fixed in 4.9 ?

I hope somebody can point me out the problem because I'm out of idea.

Best regards,
Martin



[-- Attachment #2: Type: text/html, Size: 23724 bytes --]

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

* Yocto Dizzy + Beaglebone + Qt5 (Internal compiler error)
@ 2015-04-08 15:18 Martin Beaudet
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Beaudet @ 2015-04-08 15:18 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Hi,

I'm building an image for the beaglebone. I would like to use (at least) the version 5.4 or more of QT with elgfs platform.
Also the hardware accelerated support on Beaglebone Black.

Here is what I've done yet :
# SHELL COMMAND :
$ mkdir poky
$ git clone -b dizzy git://git.yoctoproject.org/poky
$ cd poky
$ git clone git://git.yoctoproject.org/meta-ti
$ git clone -b dizzy git://github.com/meta-qt5/meta-qt5.git
$ git clone -b dizzy git://git.openembedded.org/meta-openembedded
$ git clone -b daisy https://bitbucket.org/embarcados/meta-embarcados.git
$ source oe-init-build-env beaglebone
# FILE : poky/beaglebone/conf/local.conf
DISTRO_FEATURES_remove = "x11 wayland"
 # FILE : poky/beaglebone/conf/bblayers.conf
BBLAYERS ?= \
  ${TOPDIR}/../meta \
  ${TOPDIR}/../meta-yocto \
  ${TOPDIR}/../meta-openembedded/meta-oe \
  ${TOPDIR}/../meta-ti \
  ${TOPDIR}/../meta-qt5 \
  ${TOPDIR}/../meta-embarcados \
  ${TOPDIR}/../meta-embarcados/meta-bbb \
# SHELL COMMAND :
$ bitbake qt5-image-demo
Now I'm getting a compiler error :
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Makefile:934: recipe for target '.obj/po.o' failed
make[3]: *** [.obj/po.o] Error 1
make[3]: Leaving directory '/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/build/src/linguist/lupdate'
Makefile:66: recipe for target 'sub-lupdate-make_first' failed
make[2]: *** [sub-lupdate-make_first] Error 2
make[2]: *** Waiting for unfinished jobs....
compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp
compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Makefile:1022: recipe for target '.obj/po.o' failed
make[3]: *** [.obj/po.o] Error 1
make[3]: *** Waiting for unfinished jobs....
compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
}
^


I read about similar error here (https://bugs.launchpad.net/gcc-linaro/+bug/1312931) but they seem to indicate that this error has been fixed in new release of GCC and they are talking about 4.8 so I supposed it has been fixed in 4.9 ?

I hope you can help me out this compiler error because I'm out of idea :(

Best regards,
Martin




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

* Yocto Dizzy + Beaglebone + Qt5 (Internal compiler error)
@ 2015-04-08 15:40 Martin Beaudet
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Beaudet @ 2015-04-08 15:40 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hi,

I'm building an image for the beaglebone. I would like to use (at least) the version 5.4 of QT with elgfs platform. 
Also the hardware accelerated support on Beaglebone Black.

Here is what I've done yet :

	# SHELL COMMAND :
	$ mkdir poky
	$ git clone -b dizzy git://git.yoctoproject.org/poky
	$ cd poky
	$ git clone git://git.yoctoproject.org/meta-ti
	$ git clone -b dizzy git://github.com/meta-qt5/meta-qt5.git
	$ git clone -b dizzy git://git.openembedded.org/meta-openembedded
	$ git clone -b daisy https://bitbucket.org/embarcados/meta-embarcados.git
	$ source oe-init-build-env beaglebone

	# FILE : poky/beaglebone/conf/local.conf
	DISTRO_FEATURES_remove = "x11 wayland"

	 # FILE : poky/beaglebone/conf/bblayers.conf
	BBLAYERS ?= \
	  ${TOPDIR}/../meta \
	  ${TOPDIR}/../meta-yocto \
	  ${TOPDIR}/../meta-openembedded/meta-oe \
	  ${TOPDIR}/../meta-ti \
	  ${TOPDIR}/../meta-qt5 \
	  ${TOPDIR}/../meta-embarcados \
	  ${TOPDIR}/../meta-embarcados/meta-bbb \

	# SHELL COMMAND :
	$ bitbake qt5-image-demo

Now I'm getting a compiler error : 

	/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
	/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
	}
	^
	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <http://gcc.gnu.org/bugs.html> for instructions.
	Makefile:934: recipe for target '.obj/po.o' failed
	make[3]: *** [.obj/po.o] Error 1
	make[3]: Leaving directory '/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/build/src/linguist/lupdate'
	Makefile:66: recipe for target 'sub-lupdate-make_first' failed
	make[2]: *** [sub-lupdate-make_first] Error 2
	make[2]: *** Waiting for unfinished jobs....
	compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp
	compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
	compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
	/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
	/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
	}
	^
	Please submit a full bug report,
	with preprocessed source if appropriate.
	See <http://gcc.gnu.org/bugs.html> for instructions.
	Makefile:1022: recipe for target '.obj/po.o' failed
	make[3]: *** [.obj/po.o] Error 1
	make[3]: *** Waiting for unfinished jobs....
	compiling /home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/ts.cpp
	/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp: In function 'bool loadPO(Translator&, QIODevice&, ConversionData&)':
	/home/test/poky/beaglebone/tmp/work/cortexa8t2hf-vfp-neon-poky-linux-gnueabi/qttools/5.3.2-r0/qttools-opensource-src-5.3.2/src/linguist/shared/po.cpp:717:1: internal compiler error: in add_stores, at var-tracking.c:6000
	}
	^

I read about similar error here (https://bugs.launchpad.net/gcc-linaro/+bug/1312931) but they seem to indicate that this error has been fixed in new release of GCC and they are talking about 4.8 so I supposed it has been fixed in 4.9 ?

I hope somebody can point me out the problem because I'm out of idea.

Best regards,
Martin




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

* Yocto Dizzy + Beaglebone + Qt5 (Internal compiler error)
       [not found] <mailman.2538.1428519743.1448.openembedded-devel@lists.openembedded.org>
@ 2015-04-09 10:28 ` Peter
  0 siblings, 0 replies; 4+ messages in thread
From: Peter @ 2015-04-09 10:28 UTC (permalink / raw)
  To: openembedded-devel

On Wed, 8 Apr 2015 11:18:58 Martin Beaudet wrote:
> Hi,
>
> I'm building an image for the beaglebone. I would like to use (at least) the version 5.4 or more of QT with elgfs platform.
> Also the hardware accelerated support on Beaglebone Black.
> ...
> I read about similar error here (https://bugs.launchpad.net/gcc-linaro/+bug/1312931) but they seem to indicate that this error has been fixed in new release of GCC and they are talking about 4.8 so I supposed it has been fixed in 4.9 ?
>
> I hope you can help me out this compiler error because I'm out of idea :(
>
> Best regards,
> Martin
>

Did you try the supposed patch? 
(http://pkgs.fedoraproject.org/cgit/mingw-qt5-qtbase.git/tree/qt5-workaround-gcc48-arm-build-failure.patch?h=f20)

I ran into a similar issue some time ago. Can't remeber which gcc 
version I used or where the error occurred, but for me it solved the ICE 
at var-tracking.c.

Best regards,
Peter


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

end of thread, other threads:[~2015-04-09 10:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.2538.1428519743.1448.openembedded-devel@lists.openembedded.org>
2015-04-09 10:28 ` Yocto Dizzy + Beaglebone + Qt5 (Internal compiler error) Peter
2015-04-08 15:40 Martin Beaudet
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08 15:18 Martin Beaudet
2015-04-07 22:30 Martin Beaudet

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.