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/CC3220SF-LAUNCHXL: changing debug to release mode

Part Number: CC3220SF-LAUNCHXL

Tool/software: Code Composer Studio

hi team,

my ccs project is working fine debug mode. but i am unable to compile in release mode.

please tell us the procedure to compile successfully.

thanks

roushan

  • Roushan,

    Debug and Release are build configurations.  In a build configuration you specify the compiler/linker options to use, you can also exclude files from a configuration (i.e. use file1.c in Debug and file2.c in Release), dependencies between projects are also done at the build configuration level.  There is nothing magic about Debug and Release configurations.  They are just 2 build configurations that are present in most example projects.  Usually people will have a higher level of optimization set in the Release configuration.

    Could you provide some information on the compile errors that you are seeing?

    Regards,

    John

  • Can you let me know what build errors you are seeing?

  • Roushan,

    Since I have not heard back from you I am going to assume that you have been able to get past this and I will close this thread.

    John