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.

RTSC Build Profile Options - whats the diff between debug and release?

Hi

Our platform is built with the following tools

  • CCSv5.5
  • CGT 7.2.6 
  • IPC 1.24.3.32 
  • SYS/BIOS 6.35.4.50 
  • XDCtools 3.25.3.72 
  • XDAIS 7.21.1.07 

What effect does the GUI have on the build tools when you change the RTSC build-profile  from debug to release?

I tried to find this in rtsc.eclipse.org and the CCS Help for XDC tools and couldn't find anything.

Cheers2u

Eddie

  • Eddie,
    I am guessing you are using a C6000 target, and here is an example of differences for one of them, ti.targets.C64P:
    rtsc.eclipse.org/.../C64P.html
    It's very similar for other C6000 targets. These compile flags are used when compiling RTSC generated C files. Your own sources are compiled using flags that you specified in the Project Properties.
    Additionally, some RTSC packages involved in the build may have different versions of libraries for different build profiles, and if your profile is "debug", a package might supply a debug library. However, this functionality is rarely used.
  • Doh! I forgot to mention its for the C64P DSPs. Sorry.

    Thanks, the link you gave answers my question.

    Cheers
    Eddie