Tool/software: Code Composer Studio
Hello,
I use CCS v5.5 on Linux and I have a strange problem on our TMS320C6678 dev kit:
For a reason we need to use ${project_loc}/... path in a debug configuration. We have to load all 8 cores this way. When I close all windows containing any code for a specific project, then try to load out files with this path, I get an error: "Encountered a problem during... ${project_loc}/dbg/... .out". Vice versa, when I do have some of the project's code open, no error occurs and I am able to load the out files to the cores.
Yes, I have always set my project "Active", as seen in the Project Explorer. When all windows with the code are closed, I get this error. Yes, I know of ${PROJECT_LOC} vs ${project_loc} difference and stuff.
I use kit6678BH560v2_USB.ccxml config for BH560v2.
Questions:
Did anyone else have to solve this strange problem?
Is this problem connected to CCS, Eclipse, or...?
Why does this happen and is there any solution to this? (besides remembering not to close the code window)
Screens from both example and custom made project below:
1. Debug config:
2. It works when main.c is open:
3. It does not work, when all code is closed:
4. The same situation with (reproducible) client_evmc6678:
Thanks in advance.