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.

CODECOMPOSER: Missing symbols when debugging

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: TMS320F28377S, CCSTUDIO

Hello

I am trying to debug an existing TMS320F28377S project, but are unable to set any breakpoints:

The files are missing in the modules view, but all the function calls are named correctly in disassembly view?

Ex main.cpp mising:

I believe all the identified files are from /xdc/runtime/ directory

-Johan

  • Hello,

    It could be a source code correlation issue or some issue with the debug symbols. It is hard to say without more details? Can you share your project? I will need the compiled *.out file and some of the source in question. 

    Thanks

    ki

  • Thank you for the reply.

    I figured it out, it was this line in .cproject:

                                    <option id="com.ti.ccstudio.buildDefinitions.C2000_6.4.compilerID.DEBUGGING_MODEL.1334914237" name="Debugging model" superClass="com.ti.ccstudio.buildDefinitions.C2000_6.4.compilerID.DEBUGGING_MODEL" value="com.ti.ccstudio.buildDefinitions.C2000_6.4.compilerID.DEBUGGING_MODEL.SYMDEBUG__DWARF" valueType="enumerated"/>
    symdebug was set to SYMDEBUG__NONE. I could not find any way to fix in CCS, but closing the project and editing the text solved the issue.
    -Johan