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.

AM62A7: Compile Error

Part Number: AM62A7


Hi, TI

I have installed ti-processor-sdk-linux-edgeai-am62axx-evm-09_02_00_05-Linux-x86-Install.bin

when installing, I choose PATH , such as /workspace/ti-processor-sdk-linux-edgeai-am62axx-evm-09_02_00_05/

After finishing, I can compile successfully

Then, I rename this  /workspace/ti-processor-sdk-linux-edgeai-am62axx-evm-09_02_00_05/ to  /workspace/ti_sdk_workspace

only rename this dirname, and other files remain the same

But I complie failed!

the first error is

/workspace/ti_sdk_workspace/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-gcc: No such file or directory

then ldd /workspace/ti_sdk_workspace/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/aarch64-oe-linux/aarch64-oe-linux-gcc

linux-vdso.so.1 (0x00007ffeec545000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f2e41bd6000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f2e419ad000)
/workspace/ti-processor-sdk-linux-edgeai-am62axx-evm-09_02_00_05//linux-devkit/sysroots/x86_64-arago-linux/lib/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2 (0x00007f2e41cc4000)

the last sentence /workspace/ti-processor-sdk-linux-edgeai-am62axx-evm-09_02_00_05

we need that it is /workspace/ti_sdk_workspace

  • Hi Toby, 

    What command are you running, when to receive the error message?
    The path to the compiler is not correct as you have changed the folder name. 
    You can add the following field in your build command or in the makerules file and give the correct path to the compiler here.

    CROSS_COMPILE=<path_to_compiler>

    Regards,
    Aparna