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.

Tutorial1A and 1B of System Analyzer

Other Parts Discussed in Thread: TMS320C6678

Hello, I have problem when I execute the script of System Analyzer Tutorial 1 on a TMS320C6678 EVM. I have the Logs tab which appears but I have also an error message: No source available for "BKPT_TUTORIAL1() at C:\Users\mmezghan\workspace_v5\Tutorial 1\Debug\Tutorial 1.out:{3} 0x809370{4}" Do you have any idea of how to solve this? Thank you

  • Hello,

    Marwa Mezghani said:
    No source available for "BKPT_TUTORIAL1() at C:\Users\mmezghan\workspace_v5\Tutorial 1\Debug\Tutorial 1.out:{3} 0x809370{4}"

    This is not really an error but simply a message telling you that the debugger is unable to associate any specific source code to where the program is halted. This is because "BKPT_TUTORIAL1()" is actually an assembly label. You can safely ignore this message.


    Thanks

    ki

  • Thank you for your fast reaction and for information.

    Marwa