Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

cpptesttrace does not collect data.

Options
elch
elch Posts: 95

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

Answers

  • Bogdan Czwartkowski
    Bogdan Czwartkowski Posts: 157 admin
    Options

    Hi @elch,

    1. Do you run clean build under cpptesttrace? There is -cleanBuild option to enforce rebuild, so that cpptesttrace can "see" all compilations.

    2. Which compiler and version are you using?

    3. 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++