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.
Tool/software: Code Composer Studio
I'm looking for the Post Processing Profiling tool outlined in
http://processors.wiki.ti.com/index.php/Profiling_on_the_C6000_using_Function_Hooks
I see can it under Tools->Profiling for CCSv6.1, but I don't see it for CCSv7.2
Using CCSv7 to build. Getting some build errors. Any cheat sheet on building the example project and the Post Processing Tool? When I build it seems to error on some missing include files.
The post-processing tool doesn't work when I run the executable. I'm guessing it's not for Ubuntu platform and I'd need to build it for the same?
chris chow98 said:Using CCSv7 to build. Getting some build errors. Any cheat sheet on building the example project and the Post Processing Tool? When I build it seems to error on some missing include files.
This project appears to be quite old, relying on old version of SYS/BIOS and XDC:
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/bios/sysbios/index.html
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/index.html
There seems to also be a dependency on the PDK (likely the missing include files issues):
https://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/400196
chris chow98 said:The post-processing tool doesn't work when I run the executable. I'm guessing it's not for Ubuntu platform and I'd need to build it for the same?
Yes it is just for Windows.
Thanks
ki
The source was built using Borland Turbo C++ and is likely Windows specific. It would need to be migrated to apply to a Linux environment. Unfortunately the tool is not supported anymore so you can try to migrate it yourself or you can simply have a Windows environment to run the tool.