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.

AM3358: SDK build error

Part Number: AM3358

hello i'm following

1.2. Building the SDk

software-dl.ti.com/.../Overview_Building_the_SDK.html

for building processor sdk

but getting such error

  • Hello RAJU,

    The exported toolchain version you use, doesn't match the initialized processor-sdk-05.02.00.10-config.txt file. For processor-sdk-05.02.00.10-config.txt you need to export toolchain version gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf.

    $ wget https://releases.linaro.org/components/toolchain/binaries/7.2-2017.11/arm-linux-gnueabihf/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf.tar.xz
    $ tar -Jxvf gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf.tar.xz -C $HOME

    $ export TOOLCHAIN_PATH_ARMV7=$HOME/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf

    Best regards,
    Kemal

  • yup its work

    Thank you so much # for such a great assistance.

    Thank you for all the help :)