cpptesttrace does not collect data.
My build command, under Linux, . I would like to collect build info using cpptesttrace tool.
I am using eclipse CLI scriptable build from the command line.
The cpptesttrace recognized the project but does not collect the data, bdf was generated but with just few arg info.
Any suggestions.
Thanks In Advanced,
.
Best Answer
-
Apparently, there are two threads on the same topic. Just in case, here is my response from the other thread:
https://forums.parasoft.com/discussion/comment/10018/#Comment_100185
Answers
-
Hi @elch,
Do you run clean build under cpptesttrace? There is -cleanBuild option to enforce rebuild, so that cpptesttrace can "see" all compilations.
Which compiler and version are you using?
What is the exact name of the compiler driver?
If it is GCC-based, then it is likely something like arm-gnu-eabi-none-gcc/-g++
0