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