Environment setup for CCS
Open the Compiler Preferences
Section titled “Open the Compiler Preferences”- In Code Composer Studio, go to:
Window → Preferences → Code Composer Studio → Build → Compilers
- You will see a list of available compiler paths.

Compiler Preferences window in Code Composer Studio
Add the TivaWare Path
Section titled “Add the TivaWare Path”- Click Add… and navigate to:
C:\ti\TivaWare_C_Series-2.2.0.295
- Select the folder and click OK.
- Then click Refresh — you should now see the TivaWare compiler resources appear in the list.
Verify Environment Variable
Section titled “Verify Environment Variable”Ensure that the environment variable SW_ROOT is defined as String and points to:
C:\ti\TivaWare_C_Series-2.2.0.295You can verify or edit this under:
Window → Preferences → Code Composer Studio → Build → VariablesThis variable is required by many projects to locate shared driver and graphics libraries.
Verify Perspective
Section titled “Verify Perspective”- In the top menu, go to:
Window → Perspective → Other...
- Select CCS Edit to switch to the correct perspective.
- If your layout ever becomes misconfigured, reset it via:
Window → Perspective → Reset Perspective

Once this configuration is complete, your environment is ready to build and debug projects using TivaWare support libraries.