Hello Ki,
thanks for your answer.
With the Lab the generation of Code Coverage infos is working.
If I do the same with my project, it's not working. The PDAT-File was generated, but if I click on "Process CodeGen Code Coverage", then there is a window with "Configure and run project to generate default raw data file or browse to select a raw data file". What is the raw data file? I have selected the PDAT-File, but nothing happend in CCS. There is no PRF-File in the target folder and no CSV-Files in the source folder.
My CCS project is a Multi-Project, imported from CCS3.3. One executable project and some lib-projects. One of the lib-project ist the algorithm, which I want to analyze and optimize with the Cache Layout Tool. Only the algorithm project I have activated in the build options to generate feedback data.
How can I solve this problem?
But also if I manually recompile the Lib or a single file with the options --use_profile_info and --analyze callgraph, I expecting generation of CSV-Files. This is my main goal, but it doesn't work. The same compiler command for one or more source files in the DOS window is working.
Thanks,
Milan