All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] Qt5Webkit build failure
Date: Wed, 25 Dec 2013 18:18:13 +0100	[thread overview]
Message-ID: <20131225181813.09384b3e@skate> (raw)

Hello Fatih,

While testing your qt5 patches, I fell on a build issue in qt5webkit
(unrelated to your recent patches, as far as I can see), with the
following configuration:

BR2_arm=y
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_INIT_NONE=y
# BR2_PACKAGE_BUSYBOX is not set
BR2_PACKAGE_QT5=y
BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
BR2_PACKAGE_QT5BASE_SQL=y
BR2_PACKAGE_QT5BASE_SQLITE_SYSTEM=y
BR2_PACKAGE_QT5BASE_XML=y
BR2_PACKAGE_QT5CONNECTIVITY=y
BR2_PACKAGE_QT5GRAPHICALEFFECTS=y
BR2_PACKAGE_QT5IMAGEFORMATS=y
BR2_PACKAGE_QT5MULTIMEDIA=y
BR2_PACKAGE_QT5QUICK1=y
BR2_PACKAGE_QT5QUICKCONTROLS=y
BR2_PACKAGE_QT5SENSORS=y
BR2_PACKAGE_QT5SERIALPORT=y
BR2_PACKAGE_QT5SVG=y
BR2_PACKAGE_QT5WEBKIT=y
BR2_PACKAGE_RPI_USERLAND=y

I get the following build failure:

{standard input}: Assembler messages:
{standard input}:1186: Error: selected processor does not support ARM mode `vmov s2,r1'
{standard input}:1187: Error: selected processor does not support ARM mode `vcvt.f64.s32 d1,s2'
{standard input}:1191: Error: selected processor does not support ARM mode `vmov d1,r1,r4'
{standard input}:1194: Error: selected processor does not support ARM mode `vmov d0,r0,r2'
{standard input}:1195: Error: selected processor does not support ARM mode `vadd.f64 d0,d0,d1'
{standard input}:1197: Error: selected processor does not support ARM mode `vstr.64 d0,[r9,#0]'
{standard input}:1207: Error: selected processor does not support ARM mode `vmov s0,r0'
{standard input}:1208: Error: selected processor does not support ARM mode `vcvt.f64.s32 d0,s0'
{standard input}:1209: Error: selected processor does not support ARM mode `vmov d1,r1,r4'
{standard input}:1210: Error: selected processor does not support ARM mode `vadd.f64 d0,d0,d1'
{standard input}:1212: Error: selected processor does not support ARM mode `vstr.64 d0,[r9,#0]'
[...]
make[3]: *** [.obj/llint/LowLevelInterpreter.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/thomas/buildroot/output/build/qt5webkit-5.2.0/Source/JavaScriptCore'
make[2]: *** [sub-Target-pri-make_first-ordered] Error 2
make[2]: Leaving directory `/home/thomas/buildroot/output/build/qt5webkit-5.2.0/Source/JavaScriptCore'
make[1]: *** [sub-Source-JavaScriptCore-JavaScriptCore-pro-make_first-ordered] Error 2
make[1]: Leaving directory `/home/thomas/buildroot/output/build/qt5webkit-5.2.0'
make: *** [/home/thomas/buildroot/output/build/qt5webkit-5.2.0/.stamp_built] Error 2

Seems like it's trying to use FPU instructions on a soft-float
toolchain.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

             reply	other threads:[~2013-12-25 17:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-25 17:18 Thomas Petazzoni [this message]
2013-12-27  7:48 ` [Buildroot] Qt5Webkit build failure Fatih Aşıcı

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131225181813.09384b3e@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.