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.

Compiler/OMAP-L138: OMAP-L138

Part Number: OMAP-L138
Other Parts Discussed in Thread: OMAPL138

Tool/software: TI C/C++ Compiler

Hello,

I am using OMAPL138 for my project. For DSP (C6748), I developed a C++ CCS 6.1.3 project with compiler version 7.4.16 in linux virtual machine. In compiler options, Debug options-> Debugging model , there are different options to choose and one is blank. I want to choose blank option for optimization , but when I try to select it, it always comes out with

symbolic debug for program analysis (default) (--symdebug:skeletal)

option. The same thing I do in windows version of CCS , It can choose blank option. Even it works for CCS 5.5 of linux virtual machine.

Anyone can verify this for linux Virtual machine for CCS version 6.1.3? 

Thanks,

Rushina.

  • Rushina Trivedi said:

    I want to choose blank option for optimization , but when I try to select it, it always comes out with

    symbolic debug for program analysis (default) (--symdebug:skeletal)

    option.

    In the version 7.4.x releases, the default debug information emitted is --symdebug:skeletal.  Put another way, the blank option and --symdebug:skeletal are the same.  So, there is no reason for you force use of the blank option.

    Thanks and regards,

    -George