* qtwenengine + 3.10.17 1.0.1 fsl bsp?
@ 2014-10-06 18:23 randy.krakora
2014-10-06 19:30 ` Robert Krakora
0 siblings, 1 reply; 5+ messages in thread
From: randy.krakora @ 2014-10-06 18:23 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 3046 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 3870 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: qtwenengine + 3.10.17 1.0.1 fsl bsp?
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
0 siblings, 1 reply; 5+ messages in thread
From: Robert Krakora @ 2014-10-06 19:30 UTC (permalink / raw)
To: randy.krakora@freescale.com; +Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 4531 bytes --]
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 <
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
> 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 <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/get-the-message-out-blog/?utm_source=email+signature&utm_medium=email&utm_campaign=gmail+signature+to+blog>
<http://www.youtube.com/user/MessageNetConnection/feed>
<http://www.linkedin.com/company/messagenet-systems>
<http://twitter.com/MessageNet>
<http://www.facebook.com/MessageNetsystems>
[-- Attachment #2: Type: text/html, Size: 8631 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: qtwenengine + 3.10.17 1.0.1 fsl bsp?
2014-10-06 19:30 ` Robert Krakora
@ 2014-10-06 19:42 ` randy.krakora
2014-10-08 14:52 ` randy.krakora
0 siblings, 1 reply; 5+ messages in thread
From: randy.krakora @ 2014-10-06 19:42 UTC (permalink / raw)
To: Robert Krakora; +Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 5145 bytes --]
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: 9490 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: qtwenengine + 3.10.17 1.0.1 fsl bsp?
2014-10-06 19:42 ` randy.krakora
@ 2014-10-08 14:52 ` randy.krakora
2014-10-09 21:46 ` Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: randy.krakora @ 2014-10-08 14:52 UTC (permalink / raw)
To: Robert Krakora; +Cc: meta-freescale@yoctoproject.org
[-- 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 --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: qtwenengine + 3.10.17 1.0.1 fsl bsp?
2014-10-08 14:52 ` randy.krakora
@ 2014-10-09 21:46 ` Otavio Salvador
0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2014-10-09 21:46 UTC (permalink / raw)
To: randy.krakora@freescale.com; +Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]
On Wed, Oct 8, 2014 at 11:52 AM, randy.krakora@freescale.com <
randy.krakora@freescale.com> wrote:
> 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,
> }],
>
The Qt WebEngine uses Chromium as rendering backend so I'd advise you to
look at the Chromium patches we have public so you could try to port them.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
[-- Attachment #2: Type: text/html, Size: 2273 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-09 21:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2014-10-09 21:46 ` Otavio Salvador
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.