The most recent content from our members.
Hello, Just looking for a clarification. Does "CCS4xConnector.js" or cpptest (in general) support the instrumentation flow required to run a unit test on a TMS320C6x target and generate code coverage metrics? Or is it specifically for runtime analysis of Code Composer 4.x projects. Im very confused as to what level of…
If during compilation you get a message, similar to: Warning: unable to instrument "leakscop.c" (3), compiling original source code Technical support is available at http://www.parasoft.com/insure_instrumentation_failure This message means that this source file will not be instrumented. The cause could be any of:* A…
The application I am instrumenting allocates large amounts of memory, so much that it exceeds the default 256M heap limit imposed by AIX 5's libc, so I have to compile the application with -Wl,-bmaxdata:0x80000000. When running under insure, the program runs for a while and allocates approx 168M before it crashes with the…
The short answer: turn pch off. The warning: Some projects fail to build when you turn pch off. The longer answer: One can not mix the use of instrumented and uninstrumented precompiled headers in the compilations of object files destined to become part of a single executable. If instrumented and uninstrumented precompiled…
Sometimes a project that uses precompiled headers fails to compile or link under Insure++. For such projects, it is sometimes necessary to turn pch off when instrumenting your code with Insure++. However, some projects will only build if PCH is turned on. Such projects are broken. They are usually just poorly configured…
It looks like you're new here. Sign in or register to get started.