...
- Select Properties from the project context menu.
- Expand the Parasoft> C++test category in the left pane.
- Select Build Settings.
- Set Options source to Use options from a build system.
- 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.
- Command line example:
- Under Compiler settings, select Wind River GCC 3.3.x Family.
- Close the properties window.
...