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.

CCS/TMS570LS0432: Compiler / CCS writes generated library to install folder ...

Expert 2025 points
Part Number: TMS570LS0432

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 ..?