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/TMS320F28335: DWARF Information is corrupted

Part Number: TMS320F28335


Tool/software: Code Composer Studio

I'm having trouble with my debug environment right now. I use a Blackhawk USB560v2 System Trace Emulator to debug a TMS320F28335 application. When I attempt to debug, the program compiles and donwloads successfully, but when the system tries to load symbols, the system posts the following error message:

I'm currently using code composer studio version 7.4.0.00015, with compiler version TI v18.1.1.LTS and XDC tools version 3.32.1.22_core. Any advice on resolving this is appreciated.

Thanks,

Jonathan

  • Jonathan,

    Does this happen all the time? If so, can you try to clean the Debug configurations as mentioned in step 3 of the Troubleshooting page?

    I have seen these error messages in a few older threads in e2e but, apart from a 2015 thread where a bug was fixed when the .out file is too large, the other threads seemed to indicate a glitch on the tool.

    There is a chance the debug server log can reveal something. Can you enable it, follow the same procedure and, after the error shows up, close CCS, .zip the log file and attach it to this thread? 

    Also, if the logs do not reveal anything or the suggestion above does not solve the problem, is it possible to share the faulty .out executable so the issue can be tested here?

    Regards,

    Rafael

  • Thank you Rafael. The troubleshooting page worked wonders.
    I upgraded to CCSv8 first, which did not resolve the issue. I then deleted the ".metadata" folder. This reset the workspace, but the project build correctly now.

    Thanks again,
    Jonathan
  • Jonathan,

    I am glad the page was useful. In the future, you can try to start CCS with the -clean option which usually gets you to a point very close to deleting the .metadata directory - this may save some time.

    At any rate, I am glad everything is working.

    Regards,
    Rafael