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/TDA2: CCS tool looks for Windows path in Ubuntu OS.

Part Number: TDA2


Tool/software: Code Composer Studio

Hi,

I am working in a TDA2 project using CCS7.4 with Ubuntu OS.

This project consists of kernels running on EVE1.

When I do step over (F6) while execution, I found that the tool looks for a file with a path as Windows format. (Please look the inserted screenshot.)

Since, it could not find the path, I could not continue my debugging process.

Can you please check this and if any solution available, please let me know.

Regards,

Surbhi

  • Surbhi,

    Looks like the location you are attempting to step into was built on Windows. The symbol files contain the path information and this is what CCS is showing. First it will try to resolve the location relative to the program file that you have loaded and using any source looking paths that you have specified. If that fails then it shows you the information from the symbols to help you find the file. If you search the SDK can you find bam_execute.c?

    Regards,
    John
  • Hi John,

    Thanks for the reply.

    I found that the algframework path in makerules_eve.mk was not with the project folder and it was refering the default TI algframework path.

    I updated to current project folder path and built.

    Now, the bam_execute.c file is referred and SW breakpoints also getting hit.

    Thanks,

    Surbhi