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.

TDA4VM: toolchain path problem

Part Number: TDA4VM

Pull the code from the repository and run  /linux-devkit/sysroots/x86_64-arago-linux/usr/bin/cmake report an error

/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/cmake: No such file or directory

file cmake found that

interpreter /home/ubuntu/ti-processor-sdk-linux-j7-evm-07_03_00_05/linux-devkit/sysroots/x86_64-arago-linux/lib/ld-linux-x86-64.so.2

But the directory where I pulled the code is

/home/user/workspace/.../linux-devkit/sysroots/x86_64-arago-linux/lib/ld-linux-x86-64.so.2

We found that this path was determined when ti-processor-sdk-linux-j7-evm-07_03_00_05-Linux-x86-Install.bin was installed, causing other users to be unable to use it
There are many executable files that have similar problems
Is there any solution