Hello,
I am trying to get the SystemAnalyzer to work on CCS5.1. I read that I should add the following lines to my CFG file:
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
LoggingSetup.eventUploadMode = LoggingSetup.UploadMode_JTAGRUNMODE;
When i tried to compile the application with these 2 lines I get an error that says:
xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.uia.sysbios' along the path: 'E:/Fusion/P1/visionmid/platform/centaurus
I tried to install the latest version of XDCTools but still it gave me the same error.
Would you please advice?
All what I need to do is to start a UIA session in order to work on the live mode of the SystemAnalyzer. I would really appreciate it if someone can help me in doing this.
Many Thanks
Samir