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.

AWR2944EVM: TI CLANG linker issue

Part Number: AWR2944EVM

Hello,

I am using make file system to compile our SW but during linking we are facing below error.

"
Generate response file SW.out.rsp
LD SW.out
tiarmclang: error: unable to execute command: Couldn't execute program 'C:\ti\ti-cgt-armllvm_3.1.0.STS\bin\tiarmlnk.exe': The filename or extension is too long. (0xCE)
tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
make: *** [..\..\..\MakeSupport/Global.Makefile.target.4.mk:958: SW.out] Error 1

"

As a temporary solution I made the path very short to make it work but this is just a temp solution.
Do you know how can I fix this without breaking the SW folder structure?

BR,
Andrew