Hi Experts,
I'm using PinInterrupt example CC1352P --> TI-RTOS --> TI clang complier for building a project standalone with Edge impulse.
When I am trying to compile with some precompiled headers, I am getting into " The filename or extension too long OxCE " issue as below
tiarmclang: error: unable to execute command: Couldn't execute program 'C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-armllvm_1.3.0.LTS/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)
gmake[1]: *** [pinInterrupt_CC1352P_2_LAUNCHXL_tirtos_ticlang.out] Error 1
gmake[1]: Target 'secondary-outputs' not remade because of errors.
gmake: *** [all] Error 2
makefile:919: recipe for target 'all' failed
I am not able to understand why the issue is happening exactly..
Could you please help me to understand , When does this issue happen exactly? and How do we solve it in CCS?
Console details attachment below :