Importing Projects

To create a C++test project from a Code Composer Studio v3.x project:

  1. Choose File> New> Project, select Import Code Composer Studio projects, then click Next.
  2. Type (or browse to) the path to the appropriate project/workspace file or directory.
  3. Click the Refresh, select the projects to import, then Next.
  4. Set the import destination, project contents, and project configuration to use by default, then click Finish.

Once the project is imported, you can change the original CCS project configuration name that is used as a compiler/linker options source via Project Properties> Parasoft> C++test> Build Settings.

 

Important - Starting C++test with the Appropriate Environment

To successfully analyze the source code, C++test needs to be started with the environment prepared for Code Composer compilation tools. Code Composer Studio provides a convenient "DosRun.bat" script for that purpose. Typically, the "DosRun.bat" script is located in the Code Composer installation directory. To start C++test with the Code Composer environment, start this script in the command prompt and then call <CPPTEST_INSTALL_DIR>/cpptest.exe.

  • No labels