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, [email protected] < [email protected]> 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 > [email protected] > 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> [email protected] <[email protected]> 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>
-- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
