All of lore.kernel.org
 help / color / mirror / Atom feed
From: "randy.krakora@freescale.com" <randy.krakora@freescale.com>
To: Robert Krakora <rob.krakora@messagenetsystems.com>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: qtwenengine + 3.10.17 1.0.1 fsl bsp?
Date: Wed, 8 Oct 2014 14:52:42 +0000	[thread overview]
Message-ID: <1412779961486.66010@freescale.com> (raw)
In-Reply-To: <19676D65-A61A-4CE3-8D28-FF19EBF32CC7@freescale.com>

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

FYI...


I've found I had to patch src/3rdparty/chromium/build/common.gypi - change the default from softfp to hard​...


diff --git a/src/3rdparty/chromium/build/common.gypi b/src/3rdparty/chromium/build/common.gypi
--- a/src/3rdparty/chromium/build/common.gypi
+++ b/src/3rdparty/chromium/build/common.gypi
@@ -1881,7 +1881,7 @@
           }],
         ],
         # Change the default to hard once the armhf transition is complete.
-        'arm_float_abi%': 'softfp',
+        'arm_float_abi%': 'hard',
         'arm_thumb%': 1,
       }],

-Randy


________________________________
From: Krakora Randy-B37740
Sent: Monday, October 6, 2014 3:42 PM
To: Robert Krakora
Cc: Krakora Randy-B37740; meta-freescale@yoctoproject.org
Subject: Re: [meta-freescale] qtwenengine + 3.10.17 1.0.1 fsl bsp?

Yeah, I'm just asking to see if anyone has done this work and has a patch...

Regards,
Randy Krakora

On Oct 6, 2014, at 3:30 PM, "Robert Krakora" <rob.krakora@messagenetsystems.com<mailto:rob.krakora@messagenetsystems.com>> wrote:

You are on a hard float rootfs.  The -mfloat-abi=softfp needs to be removed and then you should be OK.  You have two -mtune as well, one for the A8 and one for the A9.

-mtune=cortex-a9
-mtune=cortex-a8


On Mon, Oct 6, 2014 at 2:23 PM, randy.krakora@freescale.com<mailto:randy.krakora@freescale.com> <randy.krakora@freescale.com<mailto:randy.krakora@freescale.com>> wrote:

I'm attempting to build qtwebengine with qt5.3 and the 3.10.17 1.0.1 FSL BSP.​


Has anyone else tried this? I'm having build issues related to hardfp vs. softfp.


( note multiple -mfloat-abi options, one =hard with the last one =softfp... )


 FAILED: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/rfkrakora/freescale/yocto/fsl-release-bsp-3.10.17_1.0.1_ga/build_fsl-image-wayland-qt5.3_blink/tmp/sysroots/imx6qsabresd -MMD -MF obj/src/3rdparty/chromium/third_party/libwebp/utils/libwebp_utils.bit_reader.o.d -DV8_DEPRECATION_WARNINGS -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES '-DOPENSSLDIR="/usr/lib/ssl"' -DOPENSSL_LOAD_CONF -DCHROMIUM_BUILD -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_OZONE=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_INPUT_SPEECH -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC -DUSE_OPENSSL=1 -DENABLE_EGLIMAGE=1 -DCLD_VERSION=2 -DENABLE_MDNS=1 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -I../../../src/3rdparty/chromium/third_party/libwebp -fstack-protector --param=ssp-buffer-size=4  -pthread -fno-exceptions -fno-strict-aliasing -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -Wno-format -Wno-unused-result -I/home/rfkrakora/freescale/yocto/fsl-release-bsp-3.10.17_1.0.1_ga/build_fsl-image-wayland-qt5.3_blink/tmp/sysroots/imx6qsabresd/usr/include/dbus-1.0 -I/home/rfkrakora/freescale/yocto/fsl-release-bsp-3.10.17_1.0.1_ga/build_fsl-image-wayland-qt5.3_blink/tmp/sysroots/imx6qsabresd/usr/lib/dbus-1.0/include -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb --sysroot=/home/rfkrakora/freescale/yocto/fsl-release-bsp-3.10.17_1.0.1_ga/build_fsl-image-wayland-qt5.3_blink/tmp/sysroots/imx6qsabresd -O2 -fno-ident -fdata-sections -ffunction-sections -O2 -pipe -g -feliminate-unused-debug-types  -c ../../../src/3rdparty/chromium/third_party/libwebp/utils/bit_reader.c -o obj/src/3rdparty/chromium/third_party/libwebp/utils/libwebp_utils.bit_reader.o
| In file included from /home/rfkrakora/freescale/yocto/fsl-release-bsp-3.10.17_1.0.1_ga/build_fsl-image-wayland-qt5.3_blink/tmp/sysroots/imx6qsabresd/usr/include/features.h:388:0,
|                  from /home/rfkrakora/freescale/yocto/fsl-release-bsp-3.10.17_1.0.1_ga/build_fsl-image-wayland-qt5.3_blink/tmp/sysroots/imx6qsabresd/usr/include/assert.h:35,
|                  from ../../../src/3rdparty/chromium/third_party/libwebp/utils/./bit_reader.h:18,
|                  from ../../../src/3rdparty/chromium/third_party/libwebp/utils/bit_reader.c:14:
| /home/rfkrakora/freescale/yocto/fsl-release-bsp-3.10.17_1.0.1_ga/build_fsl-image-wayland-qt5.3_blink/tmp/sysroots/imx6qsabresd/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory
|  # include <gnu/stubs-soft.h>
|                              ^


Regards,

Randy Krakora

--
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org<mailto:meta-freescale@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/meta-freescale




--

Rob Krakora,
Senior Software Engineer

MessageNet Systems
101 E Carmel Dr, Suite 105
Carmel, IN 46032

MessageNetSystems.com<http://www.messagenetcommunicationsystems.com/?utm_source=email+signature&utm_medium=email&utm_campaign=email+signature+to+homepage>
Rob.Krakora@MessageNetSystems.com<mailto:rob.krakora@messagenetsystems.com>
P: 317.566.1677, 212
F: 317.663.0808


For the latest news, information, and blogs, please be sure to visit, follow, and like us...

[http://www.messagenetcommunicationsystems.com/wp-content/uploads/2013/07/MessageNet_Logo_200x200-e1374867138718.jpg]<http://www.messagenetcommunicationsystems.com/get-the-message-out-blog/?utm_source=email+signature&utm_medium=email&utm_campaign=gmail+signature+to+blog>  [http://www.messagenetsystems.com/images/socialmediaicons/32/youtube.png] <http://www.youtube.com/user/MessageNetConnection/feed>   [http://www.messagenetsystems.com/images/socialmediaicons/32/linkedin.png] <http://www.linkedin.com/company/messagenet-systems>   [http://www.messagenetsystems.com/images/socialmediaicons/32/twitter.png] <http://twitter.com/MessageNet>   [http://www.messagenetsystems.com/images/socialmediaicons/32/facebook.png] <http://www.facebook.com/MessageNetsystems>


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

  reply	other threads:[~2014-10-08 14:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06 18:23 qtwenengine + 3.10.17 1.0.1 fsl bsp? randy.krakora
2014-10-06 19:30 ` Robert Krakora
2014-10-06 19:42   ` randy.krakora
2014-10-08 14:52     ` randy.krakora [this message]
2014-10-09 21:46       ` Otavio Salvador

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=1412779961486.66010@freescale.com \
    --to=randy.krakora@freescale.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=rob.krakora@messagenetsystems.com \
    /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.