Tool/software:
HI TI experts
I download the Linux SDK ti-processor-sdk-linux-am62xx-evm-10.01.10.04-Linux-x86-Install.bin and install it . the GCC compile tools can work normally in the install path .
But if I move the GCC toolchains to another directory, it can not work 。
I use the Linux file command to look the aarch64-oe-linux-gcc program, found the GCC interpreter path is hard-coded to the absolute install path ,not the relative path。
so my question is how to change the GCC interpreter path ?