All:
I installed the CxxTest plug-in (for eclipse) on CCS 5.4, and here are some of the problems I am seeing:
1. When I first bring up a workspace/project in CCS, I get a message
"In order to support retrieving stack traces when failure occur in CxxTest unit tests, the following dependencies need to be installed on your system:
* The follwing linker libraries are mssing: libbfd, libintl, libiberty
Stack traces will be disabled in any projects that you create. Once you have satisfied these requirements, you can re-enable this feature in your Eclipse preferences."
[It appears that unless the 3 libraries mentioned are not included, I cannot move on with CxxTest in a Windows/CCS environment.]
2. If I try to go on from this point, I get errors of missing .h files from a "generated file." I cannot find the .h files that are missing in any of the CxxTest directories that I downloaded.
I am using C5505, CCS5.4, CxxTest 4.3, Windows 7.
It appears that CxxTest is best run in a Linux environment - any comments?