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.

Code Composer Studio compiler problem

Hello,

I am using Code Composer Stduio 3.3 and when i compile the code it does not showing any error code. It just says compilation failure.

I am assuming it has to do with build option ->compiler.

Can you help  me?

thanks

  • Hi,

    In document spru514 'Optimizing C/C++ Compiler' in chapter 2.7.1 Controlling Diagnostics is a description how diagnostic can be enabled and disabled. You see in the console window with which options the CCS calls the compiler.

    Perhaps the --quiet or --super_quiet option is enabled.

    The diagnostic option can be configured over the build option ->compiler menu.


    Hope this helps you?

    Regards

    Matt

  • Thanks Matt

    It solved the problem