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.

CODECOMPOSER: Code Composer Studio 20.3.1 – Error Log Not Showing Properly

Part Number: CODECOMPOSER

I am using Code Composer Studio (CCS) v20.3.1. When I build the code and a build error occurs, the console only shows:

gmake: Target 'all' not remade because of errors.

It does not display the actual compiler error.

Additionally, if I try to build again after this, the build process gets stuck indefinitely. It neither progresses nor terminates—it just keeps loading for hours until I manually stop it.


Troubleshooting Done:

  • Cleared CCS cache from AppData → issue still persists
  • After every gmake error:
    • I close CCS
    • Reopen it
    • Clean the project
    • Then build again

This workaround works, but it significantly slows down development.


Constraint:

I cannot upgrade CCS because multiple projects and compiler setups are tied to this version. Any mismatch in versions or paths could break existing projects.