Tool/software: Code Composer Studio
First time you building a project, the CCS / compiler builds a target library, and, it wants to install it to the CCS installation folder ...
Which most likely will fail unless you are root or have full permission to the installation folder. I use CCS as normal user, which means, I cannot freely write to system folders.
E.g., it wanted to generate rtsv7R4_A_be_eabi.lib in /opt/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.2.LTS/lib/
How can avoid this behavior, prevent CCS assuming it can freely write to it's system install folder?
Is there way to override the path for locally generated global libraries ..?