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/AM5728: Qt program error

Part Number: AM5728

Tool/software: Linux

hello,

       I run the Qt project app on the AM5728 platform, suggesting errors as follows:

QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed                                               
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed                                                 
Fatal: This application failed to start because it could not find or load the Qt platform plugin "xcb"                         
in "".                                                                                                                         
                                                                                                                               
Available platform plugins are: xcb.                                                                                           
                                                                                                                               
Reinstalling the application may fix this problem. ((null):0, (null))                                                          
Aborted (core dumped)  

      So, do I need to compile the Qt plug-in for xcb on the development board?How to compile the Qt plug-in of ARM platform???

      My 5728 platform kernel information is:

      root@am57xx-evm:/# uname -a                                                                 
      Linux am57xx-evm 4.4.41-rt50-g968d071ce9 #3 SMP PREEMPT RT Mon Oct 23 16:10:49 CST 2017 armv7l GNU/Linux

Looking forward to your professional answer, thank you

      

  • The software team have been notified. They will respond here.
  • Hello weili,

    You have the xcb qt platfrom plugin installed on your board. You just need to reinstall the qtbase package too.

    Best regards,
    Kemal

  • Dear Kemal,

           Thank you for your reply!  

    I don't quite understand how to reinstall qtbase package.And I would be very grateful if you could give me some specific guidance on how to solve my error.

           Thank you again for troubling you.

  • These are the exact steps:

    $ sudo apt-get install git build-essential python diffstat texinfo gawk chrpath dos2unix wget unzip socat doxygen libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386
    $ sudo dpkg-reconfigure dash
    Select "No" when prompted.

    $ wget https://releases.linaro.org/components/toolchain/binaries/6.2-2016.11/arm-linux-gnueabihf/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz
    $ tar -Jxvf gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz -C $HOME

    $ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
    $ cd tisdk
    $ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.01.00.06-x11-config.txt
    $ cd build
    $ echo 'PACKAGECONFIG_append = " xcb"' >> conf/local.conf
    $ sed -i '/DISTRO_FEATURES_remove = "x11"/d' ../sources/meta-arago/meta-arago-distro/conf/distro/arago.conf
    $ . conf/setenv
    $ export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
    $ MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image

    When the build completed you will have the tisdk-rootfs-image-am57xx-evm.tar.xz with xcb qt platform plugin support at arago-tmp-external-linaro-toolchain/deploy/images/am57xx-evm/

  • My understanding is that these step instructions are executed in the virtual machine ubuntu system, right?

    The instructions in front of the virtual machine can be executed, except for the last one.

    Root @ ubuntu: ~ / tisdk build# MACHINE = am57xx - evm entry ARAGO_RT_ENABLE = 1 tisdk rootfs -- image

    Tisdk rootfs - image: command not found

  • Sorry, I've forgotten the bitbake command. It should be:
    MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image

  • Thank you for your patience!
    The result of the execution now has a report error, but the update is complete.Do not know if this display is correct or need to change the error?

    root@ubuntu:~/tisdk/build# MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image
    NOTE: Your conf/bblayers.conf has been automatically updated.
    NOTE: Your conf/bblayers.conf has been automatically updated.
    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Do not use Bitbake as root.

    Summary: There was 1 ERROR message shown, returning a non-zero exit code.

  • It is not a good idea to build as root. Remove the arago-tmp-external-linaro-toolchain and sstate-cache directories to sanity check and start to build as non-root user.

  • I rebuilt it under the user's permission, MACHINE= am57x-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image finally succeeded!
    But I don't understand what you mean "the When the build completed you will have the tisdk rootfs - image - am57xx - evm entry. Tar. Xz with XCB qt platform plugin support at arago TMP - external - linaro - toolchain/deploy/images/am57xx - evm entry/" ?
    Then, my idea is to rebuild the Linux kernel, and write the kernel image and file system to AM5728 platform.I don't know if that's the right idea?
  • Yes, the idea is to replace the old rootfs with the new one.
  • Very helpless, the problem still has not been solved.
    1. I follow the procedure of reinstall the qtbase package.

    2. Then the make directive is executed in the SDK directory of TI to build the kernel, MLO, uboot, etc., and write the built file ,like MLO, u-boot. Img, zImage, tisdk-rootfs-image-am57x-evm. Tar.xz and other documents to AM5728

    3. Implementation of the Qt engineering app of ARM platform provided by BASLER is still the previous mistake.
    root@am57xx-evm:~/pylon-5.0.9.10389-armhf/pylon5/bin# ./IpConfigurator
    QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
    QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
    Fatal: This application failed to start because it could not find or load the Q"
    in "".

    Available platform plugins are: xcb.

    Reinstalling the application may fix this problem. ((null):0, (null))


    Based on the above steps, does the new rootfs have been on AM5728?
    Is there anything missing from my operation?Why is the XCB plugin not available?
  • Sadly, after all the operations have been performed, The problem remains unresolved.

    1. Reinstall the qtbase package according to your steps.
    2. In the SDK provided by TI, execute the make instruction.
    3. Write the file ,MLO ,u-boot.img, zImage, tisdk-rootfs-image-am57xx-evm.tar.xz,etc. to AM5728
    Then implement the ARM platform Qt project app provided by BASLER,
    The original problem:
    root@am57xx-evm:~/pylon-5.0.9.10389-armhf/pylon5/bin# ./IpConfigurator
    QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
    QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
    Fatal: This application failed to start because it could not find or load the Q"
    in "".

    Available platform plugins are: xcb.

    Reinstalling the application may fix this problem. ((null):0, (null))


    Based on the above steps, does the new rootfs have been on AM5728?
    Is there anything missing from my operation?Why is the XCB plugin not available?
  • Do not give up weili, you can do it, keep trying, it should work!

  • $ sudo apt-get install git build-essential python diffstat texinfo gawk chrpath dos2unix wget unzip socat doxygen libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386
    $ sudo dpkg-reconfigure dash
    Select "No" when prompted.

    $ wget releases.linaro.org/.../gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz
    $ tar -Jxvf gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz -C $HOME

    $ git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
    $ cd tisdk
    $ ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.01.00.06-x11-config.txt
    $ cd build
    $ echo 'PACKAGECONFIG_append = " xcb"' >> conf/local.conf
    $ sed -i '/DISTRO_FEATURES_remove = "x11"/d' ../sources/meta-arago/meta-arago-distro/conf/distro/arago.conf
    $ . conf/setenv
    $ export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH
    $ MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image


    after these steps,do you have any other suggestions for the next ?
    The problem of xcb plugins is very few online, and my thinking is limited.
  • Can you describe how you proceed further, after doing these steps? I think you are missing something there.
  • after these steps,
    I write(burn) the file tisdk-rootfs-image-am57xx-evm.tar.xz in the path /home/linux/AM5728/filesystem,to AM5728.

    meanwhile,executed at the virtual machine terminal like following
    Root@ubuntu:/home/linux/AM5728# make

    Write the built Linux kernel together with the tisdk-rootfs-image-am57xx-evm.tar.xz above to AM5728.

    I don't know if these operations are correct, or apply the results of those steps you provided to the development board
  • The operations you have executed are incorrect. You have to take the new generated rootfs with xcb support at: /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/deploy/images/am57xx-evm/tisdk-rootfs-image-am57xx-evm.tar.xz Not that old prebuilt one from: /home/linux/AM5728/filesystem
  • Sorry for the mistake.I know what you mean,finally.

    I didn't find the required file under this new path,
    because I was executing the instruction MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image
    There are the following mistakes:
    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error risk or at your own disable the checker (see sanity.conf)
    Following is the list of potential problems / advisories:

    PATH contains '.', './' or '' (empty element), which will break the build, please remove this.
    Parsed PATH is ['/home/linux/tisdk/sources/oe-core/scripts','/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/arm-linux-gnueabi','', '/home/linux/AM5728/linux-devkit/sysroots/x86_64-arago-linux/usr/bin','/home/linux/gccgcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin', '']

    I've been wondering where this path is containing  '.', './' or '' (empty element).

  • I do not see it too. Create a new virtual machine and start everything from the beginning.

  • I created a new virtual machine, and according to the detailed procedure you said, the last step of bitbake was the same error:

    ERROR: OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    PATH contains '.', './' or '' (empty element), which will break the build, please remove this.

    Have you verified that the detailed step can execute and generate rootfs correctly?
  • We'll see in the future if we have verified that. So now can you close all the terminal windows, open the nautilus (file explorer), go to your home directory and press Ctrl+H then a file named .bash_history will appear, could you attach it plese?

  • The file can't be copied, and I've copied the contents of it, below:

    sudo apt-get install git build-essential python diffstat texinfo gawk chrpath dos2unix wget unzip socat doxygen libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386
    sudo dpkg-reconfigure dash
    wget releases.linaro.org/.../gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz
    sudo -i
    sudo minicom
    sudo apt-get install git build-essential python diffstat texinfo gawk chrpath dos2unix wget unzip socat doxygen libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386
    sudo dpkg-reconfigure dash
    wget releases.linaro.org/.../gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz
    ls
    rm gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz
    ls
    wget releases.linaro.org/.../gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz
    ls
    tar xvJf gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf.tar.xz -C /home/linux/
    git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk
    cd tisdk/
    ls
    ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-04.01.00.06-x11-config.txt
    ls
    cd build/
    echo 'PACKAGECONFIG_append = " xcb"' >> conf/local.conf
    sed -i '/DISTRO_FEATURES_remove = "x11"/d' ../sources/meta-arago/meta-arago-distro/conf/distro/arago.conf
    . conf/setenv
    export PATH=$PATH:/home/linux/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:
    MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image
    export PATH=$PATH:/home/linux/gcc-linaro-arm-linux-gnueabihf/bin:
    MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image

  • So, see your mistakes here:

    export PATH=$PATH:/home/linux/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:
    You have entered the half of the command and the other half is missing. The complete command should be:
    export PATH=$HOME/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:$PATH

    Also why are you entering this path, do not do that:
    export PATH=$PATH:/home/linux/gcc-linaro-arm-linux-gnueabihf/bin:

    You still trying to build as root, please constrain that, enter exit after the sudo dpkg-reconfigure dash command and build with non root privileges.

  • First, I want to explain this misunderstanding.

    On the old virtual machine, I copied and paste all the instructions you gave to me. After showing the path was wrong, I tried to change this.


    Then, now I completely copy the instructions you gave, after the execution of the new virtual machine, there is no wrong report,

    but I have been downloading things all the time. I have already downloaded more than 14G, and it shows that 16% is finished.

    Is that normal?

  • Yes it is normal, you will download a lot of source and spend plenty of time while building depending on your Internet connection and host configuration. Please, see this post too.

  • Now I execute the instructions MACHINE=am57xx-evm ARAGO_RT_ENABLE=1 bitbake tisdk-rootfs-image,Process to 38%.

    There's been a mistake all the time:ERROR: Task (/home/linux/tisdk/sources/meta-qt5/recipes-qt/qt5/qtwebkit_git.bb:do_compile) failed with exit code '1'.

    And when I keep executing instructions over and over again , the process can continue to increase.At the same time, other errors are added!


    Let me show the detailed information of the errors to you:


    ERROR: qtwebkit-5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0 do_compile: oe_runmake failed
    ERROR: qtwebkit-5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0 do_compile: Function failed: do_compile (log file is located at /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/temp/log.do_compile.29637)
    ERROR: Logfile of failure stored in: /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/temp/log.do_compile.29637
    Log data follows:
    | 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/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm OE_QMAKE_CC=arm-linux-gnueabihf-gcc -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm OE_QMAKE_CXX=arm-linux-gnueabihf-g++ -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm OE_QMAKE_CFLAGS= -isystem/home/linux/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0=/usr/src/debug/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0 -fdebug-prefix-map=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux= -fdebug-prefix-map=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm= OE_QMAKE_CXXFLAGS= -isystem/home/linux/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/include -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0=/usr/src/debug/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0 -fdebug-prefix-map=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux= -fdebug-prefix-map=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm= -I/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm/usr/local/XSGX/include -L/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm/usr/local/XSGX/lib OE_QMAKE_LINK=arm-linux-gnueabihf-g++ -march=armv7-a -marm -mfpu=neon -mfloat-abi=hard --sysroot=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm OE_QMAKE_LDFLAGS= -L/home/linux/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/lib -Wl,-rpath-link,/home/linux/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/arm-linux-gnueabihf/lib -Wl,-O1 -Wl,--hash-style=gnu -L/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm/usr/local/XSGX/lib -Wl,-rpath-link,/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm/usr/local/XSGX/lib OE_QMAKE_AR=arm-linux-gnueabihf-ar OE_QMAKE_STRIP=echo OE_QMAKE_WAYLAND_SCANNER=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/wayland-scanner OE_QMAKE_INCDIR_QT=/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm//usr/include/qt5
    | cd Source/WTF/ && ( test -e Makefile.WTF || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WTF/WTF.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.WTF ) && make -f Makefile.WTF
    | make[1]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WTF'
    | make[1]: Nothing to be done for `first'.
    | make[1]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WTF'
    | cd Source/JavaScriptCore/ && ( test -e Makefile.JavaScriptCore || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/JavaScriptCore/JavaScriptCore.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.JavaScriptCore ) && make -f Makefile.JavaScriptCore
    | make[1]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | ( test -e Makefile.LLIntOffsetsExtractor || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/JavaScriptCore/LLIntOffsetsExtractor.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.LLIntOffsetsExtractor ) && make -f Makefile.LLIntOffsetsExtractor
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | ( test -e Makefile.JavaScriptCore.DerivedSources || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/JavaScriptCore/DerivedSources.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.JavaScriptCore.DerivedSources ) && make -f Makefile.JavaScriptCore.DerivedSources
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | ( test -e Makefile.JavaScriptCore.Target || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/JavaScriptCore/Target.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.JavaScriptCore.Target ) && make -f Makefile.JavaScriptCore.Target
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | ( test -e Makefile.jsc || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/JavaScriptCore/jsc.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.jsc ) && make -f Makefile.jsc
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | make[1]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/JavaScriptCore'
    | cd Source/ThirdParty/ANGLE/ && ( test -e Makefile.ANGLE || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/ThirdParty/ANGLE/ANGLE.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.ANGLE ) && make -f Makefile.ANGLE
    | make[1]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/ANGLE'
    | ( test -e Makefile.ANGLE.DerivedSources || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/ThirdParty/ANGLE/DerivedSources.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.ANGLE.DerivedSources ) && make -f Makefile.ANGLE.DerivedSources
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/ANGLE'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/ANGLE'
    | ( test -e Makefile.ANGLE.Target || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/ThirdParty/ANGLE/Target.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.ANGLE.Target ) && make -f Makefile.ANGLE.Target
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/ANGLE'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/ANGLE'
    | make[1]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/ANGLE'
    | cd Source/ThirdParty/leveldb/ && ( test -e Makefile.leveldb || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/ThirdParty/leveldb/leveldb.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.leveldb ) && make -f Makefile.leveldb
    | make[1]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/leveldb'
    | ( test -e Makefile.Target || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/ThirdParty/leveldb/Target.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.Target ) && make -f Makefile.Target
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/leveldb'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/leveldb'
    | make[1]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/ThirdParty/leveldb'
    | cd Source/WebCore/ && ( test -e Makefile.WebCore || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebCore/WebCore.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.WebCore ) && make -f Makefile.WebCore
    | make[1]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore'
    | ( test -e Makefile.WebCore.DerivedSources || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebCore/DerivedSources.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.WebCore.DerivedSources ) && make -f Makefile.WebCore.DerivedSources
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore'
    | ( test -e Makefile.WebCore.Target || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebCore/Target.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.WebCore.Target ) && make -f Makefile.WebCore.Target
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore'
    | make[1]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore'
    | cd Source/WebKit/ && ( test -e Makefile.WebKit1 || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebKit/WebKit1.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.WebKit1 ) && make -f Makefile.WebKit1
    | make[1]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebKit'
    | make[1]: Nothing to be done for `first'.
    | make[1]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebKit'
    | cd Source/WebKit2/ && ( test -e Makefile.WebKit2 || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebKit2/WebKit2.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.WebKit2 ) && make -f Makefile.WebKit2
    | make[1]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebKit2'
    | ( test -e Makefile.WebKit2.DerivedSources || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebKit2/DerivedSources.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.WebKit2.DerivedSources ) && make -f Makefile.WebKit2.DerivedSources
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebKit2'
    | perl /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebKit2/Scripts/generate-forwarding-headers.pl /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebKit2 /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/include qt
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebKit2'
    | ( test -e Makefile.WebKit2.Target || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/WebKit2/Target.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.WebKit2.Target ) && make -f Makefile.WebKit2.Target
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebKit2'
    | make[2]: Nothing to be done for `first'.
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebKit2'
    | make[1]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebKit2'
    | cd Source/ && ( test -e Makefile.QtWebKit || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/QtWebKit.pro QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.QtWebKit ) && make -f Makefile.QtWebKit
    | make[1]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source'
    | ERROR: oe_runmake failed
    | ( test -e Makefile.api || /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/qt5/qmake /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/git/Source/api.pri QMAKE_CFLAGS+=-g0 QMAKE_CXXFLAGS+=-g0 -o Makefile.api ) && make -f Makefile.api
    | make[2]: Entering directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source'
    | rm -f libQt5WebKit.so.5.7.0 libQt5WebKit.so libQt5WebKit.so.5 libQt5WebKit.so.5.7
    | linking ../lib/libQt5WebKit.so.5.7.0
    | /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore//.obj/platform/image-decoders/png/PNGImageDecoder.o: In function `WebCore::decodingFailed(png_struct_def*, char const*)':
    | PNGImageDecoder.cpp:(.text._ZN7WebCoreL14decodingFailedEP14png_struct_defPKc+0x18): undefined reference to `png_set_longjmp_fn'
    | /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore//.obj/platform/image-decoders/png/PNGImageDecoder.o: In function `WebCore::PNGImageReader::decode(WebCore::SharedBuffer const&, bool)':
    | PNGImageDecoder.cpp:(.text._ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb[_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb]+0x40): undefined reference to `png_set_longjmp_fn'
    | /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore//.obj/platform/image-decoders/png/PNGImageDecoder.o: In function `WebCore::PNGImageDecoder::rowAvailable(unsigned char*, unsigned int, int)':
    | PNGImageDecoder.cpp:(.text._ZN7WebCore15PNGImageDecoder12rowAvailableEPhji+0x374): undefined reference to `png_set_longjmp_fn'
    | /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source/WebCore//.obj/platform/image-decoders/png/PNGImageDecoder.o: In function `WebCore::PNGImageDecoder::headerAvailable()':
    | PNGImageDecoder.cpp:(.text._ZN7WebCore15PNGImageDecoder15headerAvailableEv+0x188): undefined reference to `png_process_data_pause'
    | PNGImageDecoder.cpp:(.text._ZN7WebCore15PNGImageDecoder15headerAvailableEv+0x3c4): undefined reference to `png_set_longjmp_fn'
    | collect2: error: ld returned 1 exit status
    | make[2]: *** [../lib/libQt5WebKit.so.5.7.0] Error 1
    | make[2]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source'
    | make[1]: *** [sub-api-pri-make_first-ordered] Error 2
    | make[1]: Leaving directory `/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/build/Source'
    | make: *** [sub-Source-QtWebKit-pro-make_first-ordered] Error 2
    | ERROR: Function failed: do_compile (log file is located at /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/qtwebkit/5.7.1+gitAUTOINC+76e2732f01-r0.arago4.tisdk0/temp/log.do_compile.29637)

    ERROR: Task (/home/linux/tisdk/sources/meta-qt5/recipes-qt/qt5/qtwebkit_git.bb:do_compile) failed with exit code '1'
    WARNING: ti-cgt6x-1_8.1.3-r0 do_fetch: Failed to fetch URL http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/8.1.3/ti_cgt_c6000_8.1.3_armlinuxa8hf_busybox_installer.sh;name=cgt6x_arm_installer, attempting MIRRORS if available
    ERROR: ti-cgt6x-1_8.1.3-r0 do_fetch: Fetcher failure: Fetch command export DBUS_SESSION_BUS_ADDRESS="unix:abstract=/tmp/dbus-VOFAOiFp2o"; export SSH_AUTH_SOCK="/run/user/1000/keyring-rXpYwA/ssh"; export PATH="/home/linux/tisdk/sources/oe-core/scripts:/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin/arm-linux-gnueabi:/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am57xx-evm/usr/bin/crossscripts:/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/sbin:/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/usr/bin:/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/sbin:/home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/x86_64-linux/bin:/home/linux/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:/home/linux/gcc-linaro-6.2.1-2016.11-x86_64_arm-linux-gnueabihf/bin:/home/linux/tisdk/sources/oe-core/scripts:/home/linux/tisdk/sources/meta-browser/scripts:/home/linux/tisdk/sources/bitbake/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games"; export HOME="/home/linux"; /usr/bin/env wget -t 2 -T 30 -nv --passive-ftp --no-check-certificate -P /home/linux/tisdk/downloads 'http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/8.1.3/ti_cgt_c6000_8.1.3_armlinuxa8hf_busybox_installer.sh' --progress=dot -v failed with exit code 8, output:
    --2017-12-03 07:22:50-- http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/8.1.3/ti_cgt_c6000_8.1.3_armlinuxa8hf_busybox_installer.sh
    Resolving software-dl.ti.com (software-dl.ti.com)... 118.123.105.8, 118.123.105.19
    Connecting to software-dl.ti.com (software-dl.ti.com)|118.123.105.8|:80... connected.
    HTTP request sent, awaiting response... 408 Request Time-out
    2017-12-03 07:23:17 ERROR 408: Request Time-out.


    ERROR: ti-cgt6x-1_8.1.3-r0 do_fetch: Fetcher failure for URL: 'http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/8.1.3/ti_cgt_c6000_8.1.3_armlinuxa8hf_busybox_installer.sh;name=cgt6x_arm_installer'. Unable to fetch URL from any source.
    ERROR: ti-cgt6x-1_8.1.3-r0 do_fetch: Function failed: base_do_fetch
    ERROR: Logfile of failure stored in: /home/linux/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/ti-cgt6x/1_8.1.3-r0/temp/log.do_fetch.29650
    ERROR: Task (/home/linux/tisdk/sources/meta-ti/recipes-ti/devtools/ti-cgt6x_8.1.3.bb:do_fetch) failed with exit code '1'

  • Please, see this post.