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.

ti-glsdk_dra7xx-evm_6_10_00_02 yocto build issue

Hello,

I am building "ti-glsdk_dra7xx-evm_6_10_00_02". But it's failing during Yocto Project build. Please help on this.

6201.ti-glsdk_dra7xx-evm_6_10_00_02_error_log.txt

  • Hello Vaibhav,

    I remind you that you already have a similar post in our e2e forum.

    About you issue with GLSDK:

    I saw in the attached file the build environment settings. Your problems are caused by this incorrect settings:

    [GLSDK]> PATH is /usr/local/cuda-6.5/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/cuda-6.5/bin:/usr/local/cuda-6.5/bin:/home/vaibhav/home/miracast_final/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/
    [GLSDK]> Building on CPU-194 running Linux CPU-194 3.5.0-54-generic #81~precise1-Ubuntu SMP Tue Jul 15 04:02:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

    You must export the cross compiler paths:

    export ARCH=arm
    export CROSS_COMPILE=/home/users/<username>/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-
    export PATH=/home/users/<username>/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin:$PATH

     I think that it is not correct to be used:  /usr/local/cuda-6.5/bin:

    Please check your proxy settings -

    export https_proxy=https://
    export http_proxy=http://
    export ftp_proxy=http://
    sudo GIT_PROXY_COMMAND=/home/users/<username>/bin/git-proxy.sh ./setup.sh 

    Best regards,

    Yanko