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.

"No source available" message appears when debugging

Other Parts Discussed in Thread: CONTROLSUITE

Hi again,

I have a new problem with the project migrated from CCS4. I get this message in Debug, but not always. When the message appears, I've noticed that some variables do not take the programmed initial values. Can you give me a tip where I should look for the error and where I could find what causes this? I've never had this problem in CCS4. Everything I do in CCS6 is on another computer. I've copied the complete controlSuite folder from the old one where I was working with CCS4 on the new one running the V6. Don't know if this was necessary, but I'm trying to eliminate the difference between the two setups.

Regards,

Monica

  • Hi Monica,
    I split this into a new thread since this is a new issue unrelated to the other thread.

    As for the message, it is not necessary an error. It is just saying there is no source code correlation for that address. This is common if the address is in some part of memory where there is no code or code without any debug symbols.

    As for why you see it in v6 vs v4, v6 tends to be a bit more verbose about such messages so that may be a part of it.

    Thanks
    ki