Hi all,
I use CCS in the following manner: One C2000 CCS project for target development. In parallel I have a gcc project for my CUnit unit test suite. Both are running in the same workspace. Now I would like to enable codecoverage profiling for the gcc project. If I open the very same workspace in a plain eclipse (luna) with the linux tools plugin installed I am perfectly able to have code coverage tools, so project settings are fine.
Unfortunately I am not able to configure this within CCS. I struggle installing the linux tools plugin - see the error message below. Has anyone experience with this?
My installation details:
Windows 7 Pro 64Bit
CCS Version: 6.1.1.00022
C/C++ Development Tools 8.5.0.201409172108
I installed CDT GNU from the CCS App Center (in expectation to have the necessary autotools installation afterwards)
The error I am getting when I try to install the linux tools plugin:
Cannot complete the install because one or more required items could not be found.
Software being installed: GCov Integration 5.1.0.201609141916 (org.eclipse.linuxtools.gcov.feature.group 5.1.0.201609141916)
Missing requirement: Profiling UI Plug-in 3.1.0.201609141916 (org.eclipse.linuxtools.profiling.ui 3.1.0.201609141916) requires 'bundle org.eclipse.cdt.autotools.core 0.0.0' but it could not be found
Cannot satisfy dependency:
From: GCov Integration 5.1.0.201609141916 (org.eclipse.linuxtools.gcov.feature.group 5.1.0.201609141916)
To: org.eclipse.linuxtools.gcov.launch [1.1.0.201609141916]
Cannot satisfy dependency:
From: Gcov Launcher 1.1.0.201609141916 (org.eclipse.linuxtools.gcov.launch 1.1.0.201609141916)
To: bundle org.eclipse.linuxtools.profiling.ui 0.0.0
Any help is appreciated,
BR Andreas
