Hello,
I am using CCS 12.5 I cannot tell why but somehow CCS won't find my source-file for a specific implementation. It does nevertheless for most other files but not for that specific one. The function in question is our implementation for HwiP_prefetch_abort_handler and other abort-handlers.
It will always show this:
I tried to set the direct path to the file in the Debug Configuration->Source-Tab but it just ignores it and tries to find a file from a jenkins-path which is not found anywhere in our compilation.
I also can indeed navigate to our correct file out of the modules view:
But I cannot add breakpoints there and if it searches for the functions directly it will show them two times, one with the sdk-implementation (which is overwritten by ours, declared weak) and one of us:
Also the dissassembly shows our implementation and not the SDK-one. So it compiled correctly. But if I click on any of them a file-search-dialogue opens.
For another project (not CCS-projects) which uses the same implementations at least the modules view looks the same, but as soon as I click on the prefetch-abort-handler with "::" in front of it works and open the correct file:
How can I fix this for our other project or what can have caused this?
Best regards
Felix