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: PSDKLA build issue

Tool/software: Linux

Hi,
 
I am using Ubuntu 14.04.
Getting following errors while trying to build the SDK using  "./build-core-sdk.sh dra7xx-evm" command
 
ERROR: binutils-native-linaro-2.25-r2015.01 do_fetch: Fetcher failure: Fetch command failed with exit code 8, output:
2016-12-19 05:54:21 ERROR 404: NOT FOUND.
 
ERROR: binutils-native-linaro-2.25-r2015.01 do_fetch: Function failed: Fetcher failure for URL: 'releases.linaro.org/.../binutils-linaro-2.25.0-2015.01-2.tar.xz'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /opt/ti-processor-sdk-linux-automotive-dra7xx-evm-03_01_00_03/yocto-layers/build/arago-tmp-external-linaro-toolchain/work/x86_64-linux/binutils-native/linaro-2.25-r2015.01/temp/log.do_fetch.74980
ERROR: Task 671 (virtual:native:/opt/ti-processor-sdk-linux-automotive-dra7xx-evm-03_01_00_03/yocto-layers/sources/meta-linaro/meta-linaro-toolchain/recipes-devtools/binutils/binutils_linaro-2.25.bb, do_fetch) failed with exit code '1'
 
Please help me to solve these errors.
 
Regards,
Vineesh
  • Vineesh,
    This package is available in archives.
    releases.linaro.org/.../
    Copy the package to yoto-layers/sources and execute "touch binutils-linaro-2.25.0-2015.01-2.tar.gz.done"
    and restart yocto building
  • Hi Ramprasad,

    Thanks for the reply.

    I have tried this but still getting the same error.

    ////////////////////////////////////////////////////////////////

    #Copy the package to yoto-layers/sources and execute "touch binutils-linaro-2.25.0-2015.01-2.tar.gz.done"

    #restart the yocto build

         host $ ./build-core-sdk.sh dra7xx-evm

    /////////////////////////////////////////////////////

    apart from the above steps anything I need to do?

    Regards,

    Vineesh

  • Hi Ramprasad,


    Instead of copying the packages to "yoto-layers/sources", I have copied the package to "yoto-layers/downloads" and execute "touch binutils-linaro-2.25.0-2015.01-2.tar.gz.done".

    After that I starts the yocto build using "host $ ./build-core-sdk.sh dra7xx-evm"
     

    Looks issue is solved.

    Thanks.


     
    Regards,
    Vineesh