This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3358: Sysroots Directory Empty

Part Number: AM3358

Tool/software: Linux

I am able to successfully build and deploy an arago-base-image onto an SD card, but when I look in the build directory I cannot find a populated sysroots directory for my target.  I have used Yocto builds for other processors in the past and have leveraged the sysroots directory for projects.  Is a populated sysroots directory located elsewhere, or is there an option to the build I must enable/disable to populate it?

  • Hello Jake,

    You need to build the arago-core-tisdk-image target to have the sysroot populated.

    Best regards,
    Kemal

  • You can also try this command.

    $ MACHINE=am335x-evm bitbake meta-toolchain-arago-tisdk -c do_populate_sysroot
  • I ran this command, but the directory tisdk/build/arago-tmp-external-linaro-toolchain-sysroots is still empty.  Is there another location for the sysroots folder that does get populated?

  • This command did not work either. tisdk/build/arago-tmp-external-linaro-toolchain/sysroots is still empty.
  • I tried re-running this command after running -c cleansstate to make sure I was doing a clean build, and I got a compile error with qtwebengine with respect to a missing header file.  I have attached the log file of the compile failure.  I don't understand why an included/stock component would fail to build for a standard image.  Is there a stable release that is available to use, as I am trying to customize a filesystem to use in our product, and it is difficult to do so if the existing baseline won't build.

    DEBUG: Executing shell function do_compile
    NOTE: make -j 4 MAKEFLAGS=-j 4 OE_QMAKE_COMPILER=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot OE_QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot OE_QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot OE_QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot=  OE_QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot=  OE_QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot OE_QMAKE_LDFLAGS= -L/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/lib -Wl,-rpath-link,/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/lib -Wl,-O1 -Wl,--hash-style=gnu OE_QMAKE_AR=arm-linux-gnueabihf-ar OE_QMAKE_STRIP=echo OE_QMAKE_WAYLAND_SCANNER=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/wayland-scanner OE_QMAKE_INCDIR_QT=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot//usr/include/qt5
    cd src/ && ( test -e Makefile || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/src.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile 
    make[1]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src'
    cd buildtools/ && ( test -e Makefile || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/buildtools/buildtools.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile 
    cd webengine/ui/ && ( test -e Makefile || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/webengine/ui/ui.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile 
    cd webengine/ui2/ && ( test -e Makefile || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/webengine/ui2/ui2.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile 
    make[2]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    ( test -e Makefile.configure_host || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile.configure_host /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/buildtools/configure_host.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile.configure_host 
    ( test -e Makefile.ninja || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile.ninja /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/buildtools/ninja.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile.ninja 
    make[2]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/webengine/ui2'
    make[2]: Nothing to be done for 'first'.
    make[2]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/webengine/ui2'
    make[2]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/webengine/ui'
    make[2]: Nothing to be done for 'first'.
    make[2]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/webengine/ui'
    make[3]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    make[3]: Nothing to be done for 'first'.
    make[3]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    ( test -e Makefile.configure_target || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile.configure_target /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/buildtools/configure_target.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile.configure_target 
    make[3]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    make[3]: Nothing to be done for 'first'.
    make[3]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    ( test -e Makefile.gn || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile.gn /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/buildtools/gn.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile.gn 
    make[3]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    make[3]: Nothing to be done for 'first'.
    make[3]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    make[3]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    make[3]: Nothing to be done for 'first'.
    make[3]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    make[2]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/buildtools'
    cd core/ && ( test -e Makefile || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/core/core.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile 
    make[2]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
    ( test -e Makefile.core_headers || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile.core_headers /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/core/core_headers.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile.core_headers 
    make[3]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
    make[3]: Nothing to be done for 'first'.
    make[3]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
    ( test -e Makefile.core_generator || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile.core_generator /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/core/core_generator.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile.core_generator 
    make[3]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
    make[3]: Nothing to be done for 'first'.
    make[3]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
    ( test -e Makefile.gn_run || /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native/usr/bin/qt5/qmake -o Makefile.gn_run /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/git/src/core/gn_run.pro GYP_CONFIG+=use_system_yasm GYP_CONFIG+=generate_character_data=0 GYP_CONFIG+=use_allocator=none GYP_CONFIG+=use_experimental_allocator_shim=false WEBENGINE_CONFIG+=use_system_flac WEBENGINE_CONFIG+=use_system_libevent WEBENGINE_CONFIG+=use_system_libwebp WEBENGINE_CONFIG+=use_system_libxslt WEBENGINE_CONFIG+=use_nss WEBENGINE_CONFIG+=use_system_speex 'QMAKE_CXX=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CC=arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_LINK=arm-linux-gnueabihf-g++  -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot' 'QMAKE_CFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' 'QMAKE_CXXFLAGS= -isystem/home/nextmove/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0=/usr/src/debug/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0 -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot-native= -fdebug-prefix-map=/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/recipe-sysroot= ' -after ) && make -f Makefile.gn_run 
    make[3]: Entering directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
    ninja  -C /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core/Release QtWebEngineCore
    ninja: Entering directory `/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core/Release'
    [1/9572] CXX v8_snapshot/obj/third_party/icu/bundled_icui18n/affixpatternparser.o
    FAILED: v8_snapshot/obj/third_party/icu/bundled_icui18n/affixpatternparser.o 
    /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/hosttools/g++ -MMD -MF v8_snapshot/obj/third_party/icu/bundled_icui18n/affixpatternparser.o.d -DU_I18N_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TCMALLOC -DDISABLE_NACL -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DHAVE_DLOPEN=0 -DUCONFIG_ONLY_HTML_CONVERSION=1 -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -Iv8_snapshot/gen -I../../../../git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/third_party/icu/source/common -I../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n -Wno-deprecated-declarations -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -O2 -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-function -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -fno-delete-null-pointer-checks -fno-exceptions -frtti -Wno-deprecated -Wno-narrowing -c ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/affixpatternparser.cpp -o v8_snapshot/obj/third_party/icu/bundled_icui18n/affixpatternparser.o
    In file included from /usr/include/stdint.h:25:0,
                     from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/ptypes.h:68,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/umachine.h:46,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/utypes.h:38,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/affixpatternparser.cpp:10:
    /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    [2/9572] CXX v8_snapshot/obj/third_party/icu/bundled_icui18n/basictz.o
    FAILED: v8_snapshot/obj/third_party/icu/bundled_icui18n/basictz.o 
    /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/hosttools/g++ -MMD -MF v8_snapshot/obj/third_party/icu/bundled_icui18n/basictz.o.d -DU_I18N_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TCMALLOC -DDISABLE_NACL -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DHAVE_DLOPEN=0 -DUCONFIG_ONLY_HTML_CONVERSION=1 -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -Iv8_snapshot/gen -I../../../../git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/third_party/icu/source/common -I../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n -Wno-deprecated-declarations -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -O2 -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-function -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -fno-delete-null-pointer-checks -fno-exceptions -frtti -Wno-deprecated -Wno-narrowing -c ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/basictz.cpp -o v8_snapshot/obj/third_party/icu/bundled_icui18n/basictz.o
    In file included from /usr/include/stdint.h:25:0,
                     from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/ptypes.h:68,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/umachine.h:46,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/utypes.h:38,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/basictz.cpp:10:
    /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    [3/9572] CXX v8_snapshot/obj/third_party/icu/bundled_icui18n/alphaindex.o
    FAILED: v8_snapshot/obj/third_party/icu/bundled_icui18n/alphaindex.o 
    /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/hosttools/g++ -MMD -MF v8_snapshot/obj/third_party/icu/bundled_icui18n/alphaindex.o.d -DU_I18N_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TCMALLOC -DDISABLE_NACL -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DHAVE_DLOPEN=0 -DUCONFIG_ONLY_HTML_CONVERSION=1 -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -Iv8_snapshot/gen -I../../../../git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/third_party/icu/source/common -I../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n -Wno-deprecated-declarations -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -O2 -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-function -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -fno-delete-null-pointer-checks -fno-exceptions -frtti -Wno-deprecated -Wno-narrowing -c ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/alphaindex.cpp -o v8_snapshot/obj/third_party/icu/bundled_icui18n/alphaindex.o
    In file included from /usr/include/stdint.h:25:0,
                     from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/ptypes.h:68,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/umachine.h:46,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/utypes.h:38,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/alphaindex.cpp:10:
    /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    [4/9572] CXX v8_snapshot/obj/third_party/icu/bundled_icui18n/anytrans.o
    FAILED: v8_snapshot/obj/third_party/icu/bundled_icui18n/anytrans.o 
    /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/hosttools/g++ -MMD -MF v8_snapshot/obj/third_party/icu/bundled_icui18n/anytrans.o.d -DU_I18N_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TCMALLOC -DDISABLE_NACL -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DHAVE_DLOPEN=0 -DUCONFIG_ONLY_HTML_CONVERSION=1 -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -Iv8_snapshot/gen -I../../../../git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/third_party/icu/source/common -I../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n -Wno-deprecated-declarations -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -O2 -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-function -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -fno-delete-null-pointer-checks -fno-exceptions -frtti -Wno-deprecated -Wno-narrowing -c ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/anytrans.cpp -o v8_snapshot/obj/third_party/icu/bundled_icui18n/anytrans.o
    In file included from /usr/include/stdint.h:25:0,
                     from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/ptypes.h:68,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/umachine.h:46,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/utypes.h:38,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/anytrans.cpp:13:
    /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    [5/9572] CXX v8_snapshot/obj/third_party/icu/bundled_icui18n/bocsu.o
    FAILED: v8_snapshot/obj/third_party/icu/bundled_icui18n/bocsu.o 
    /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/hosttools/g++ -MMD -MF v8_snapshot/obj/third_party/icu/bundled_icui18n/bocsu.o.d -DU_I18N_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TCMALLOC -DDISABLE_NACL -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DHAVE_DLOPEN=0 -DUCONFIG_ONLY_HTML_CONVERSION=1 -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -Iv8_snapshot/gen -I../../../../git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/third_party/icu/source/common -I../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n -Wno-deprecated-declarations -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -O2 -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-function -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -fno-delete-null-pointer-checks -fno-exceptions -frtti -Wno-deprecated -Wno-narrowing -c ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/bocsu.cpp -o v8_snapshot/obj/third_party/icu/bundled_icui18n/bocsu.o
    In file included from /usr/include/stdint.h:25:0,
                     from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/ptypes.h:68,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/umachine.h:46,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/utypes.h:38,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/bocsu.cpp:20:
    /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    [6/9572] CXX v8_snapshot/obj/third_party/icu/bundled_icui18n/astro.o
    FAILED: v8_snapshot/obj/third_party/icu/bundled_icui18n/astro.o 
    /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/hosttools/g++ -MMD -MF v8_snapshot/obj/third_party/icu/bundled_icui18n/astro.o.d -DU_I18N_IMPLEMENTATION -DV8_DEPRECATION_WARNINGS -DUSE_UDEV -DUSE_AURA=1 -DUSE_NSS_CERTS=1 -DUSE_OZONE=1 -DNO_TCMALLOC -DDISABLE_NACL -DENABLE_TASK_MANAGER=1 -DENABLE_THEMES=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DHAVE_DLOPEN=0 -DUCONFIG_ONLY_HTML_CONVERSION=1 -DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -Iv8_snapshot/gen -I../../../../git/src/3rdparty/chromium -I../../../../git/src/3rdparty/chromium/third_party/icu/source/common -I../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n -Wno-deprecated-declarations -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -pipe -pthread -m32 -msse2 -mfpmath=sse -mmmx -O2 -fno-ident -fdata-sections -ffunction-sections -g0 -fvisibility=hidden -Wno-unused-local-typedefs -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -Wno-unused-function -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -fno-delete-null-pointer-checks -fno-exceptions -frtti -Wno-deprecated -Wno-narrowing -c ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/astro.cpp -o v8_snapshot/obj/third_party/icu/bundled_icui18n/astro.o
    In file included from /usr/include/stdint.h:25:0,
                     from /usr/lib/gcc/x86_64-linux-gnu/5/include/stdint.h:9,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/ptypes.h:68,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/umachine.h:46,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/common/unicode/utypes.h:38,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/astro.h:13,
                     from ../../../../git/src/3rdparty/chromium/third_party/icu/source/i18n/astro.cpp:10:
    /usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    ninja: build stopped: subcommand failed.
    Makefile.gn_run:327: recipe for target 'run_ninja' failed
    make[3]: *** [run_ninja] Error 1
    make[3]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
    Makefile:80: recipe for target 'sub-gn_run-pro-make_first' failed
    make[2]: *** [sub-gn_run-pro-make_first] Error 2
    make[2]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src/core'
    Makefile:78: recipe for target 'sub-core-make_first' failed
    make[1]: *** [sub-core-make_first] Error 2
    make[1]: Leaving directory '/home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/build/src'
    Makefile:46: recipe for target 'sub-src-make_first' failed
    make: *** [sub-src-make_first] Error 2
    ERROR: oe_runmake failed
    WARNING: /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/temp/run.do_compile.26019:1 exit 1 from 'exit 1'
    ERROR: Function failed: do_compile (log file is located at /home/nextmove/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebengine/5.9.6+gitAUTOINC+cc526afe9c_e517527148-r0.arago0/temp/log.do_compile.26019)
    

  • Hi,

    The assigned engineer is OoO this week. The thread will be answered as soon as possible.

    Best Regards,
    Yordan
  • Beginning with the Rocko branch, Yocto switched to “recipe-specific sysroots”. This was motivated by trying to avoid issues where there were undocumented dependencies going unnoticed (as would be the case if something was in sysroot from some other recipe). I believe that's the reason why this seems to be different now compared to the past. The preferred solution is that you should create a yocto recipe for whatever you're trying to build, and by specifying the correct dependencies, the recipe-specific sysroots will be populated accordingly.
  • Are you saying that the target arago-core-tisdk-image will NOT populate the sysroot directory, even if the other build failures are addressed?
  • Hello Jake,

    Since the Yocto has switched to “recipe-specific sysroots” and the top level sysroots directory will never be populated any more. You can build the meta-toolchain-arago-tisdk target, install the <tisdk>/build/arago-tmp-external-linaro-toolchain/deploy/sdk/arago-2018.10-armv7a-linux-gnueabi-tisdk.sh in a separate directory and take the sysroots from there.
     
    Best regards,
    Kemal