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.

AM3517 error compiling

Other Parts Discussed in Thread: AM3517

 

Hello

   I have setup ti-sdk-am3517-evm-05.02.00.00-Linux-x86-Install.and trying to compile the AM3517 linux system (linux-2.6.37-psp04.02.00.07) with Arago toolchain:

in step2 ( make ARCH=arm CROSS_COMPILE=arm-arago-linux-gnueabi-  am3517_evm_defconfig) i have got this error:

HOTCC scripts/basic/fixdep

/bin/sh: scripts/basic/fixdep: no se puede ejecutar el fichero binario

make[1]: ***[scripts/basic/fixdep] Error 126

make: *** [scripts_basic] Error 2

Pls. could someone help to solve this error?

Many thanks

Alberto

  • This is bug of TI SDK environment.

    Check PATH...

    You should export toolchain path If it absent.

    export PATH=$HOME/ti-sdk-am3517-evm-05.02.00.00/linux-devkit/arm-arago-linux-gnueabi/bin:$PATH
    export PATH=$HOME/ti-sdk-am3517-evm-05.02.00.00/linux-devkit/bin:$PATH

    And do not forget

    export PATH=$HOME/ti-sdk-am3517-evm-05.02.00.00/psp/u-boot-2010.06-psp04.02.00.07.sdk/tools:$PATH

    This problem occure then You reinstall TI SDK some times.

    You should install CodeSourcery and build with arm-none-linux-gnueabi- if problem not solved...

    I took this way and solve my problem.