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/TMDX654IDKEVM: No symbols are defined

Part Number: TMDX654IDKEVM

Tool/software: Code Composer Studio

Hello,

I'm working on DRA8x board and I want to debug the Linux on A53 core.

1. I put on my SD card the pre-built Linux image.

2. I opened CCSv8

3. load the vmlinux-4.14.79-ge669d52447 file from targetfs/boot

4. I launch the target configuration it says that no symbols are defined.

Can you help me resolve the issue?

Best regards!

  • Hello,

    The message "no symbols are defined" simply means that there are no debug symbols associated for that particular address that the debugger is halted at. You can try using the Modules view to confirm that the symbols are loaded correctly, and with the symbols associated with the correct addresses.

    Thanks

    ki