Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space CPPTDESKDEV and version 10.4.2

...

  1. Select Properties from the project context menu.
  2. Expand the  Parasoft> C++test category in the left pane.
  3. Select Build Settings.
  4. Set Options source to Use options from a build system.
  5. Modify the build command line if needed (you probably need to set the CPU, BSP, and PAR-TADDR attributes).
    • Command line example:
      make -f Makefile.wr CPU=SIMNT BSP=simpc PARTADDR=0x28000000 -i CXX=${CPPTEST_SCAN} CC=${CPPTEST_SCAN} LD=${CPPTEST_SCAN}
    • In general, this build command should correspond to the build command used for the original build, but the variable used for referencing compiler and linker should be substituted with the options scanner util.
    • See See Creating a Project Using an Existing Build System for details.
  6. Under Compiler settings, select Wind River GCC 3.3.x Family.
  7. Close the properties window.

...