The C / C ++ target test project (hereinafter referred to as the target test project) is a project for target environment testing. Target testing projects do not support host testing.

Create a target test project

C/C++ Target Test Project with Source Files

  1. Create a project by selecting [File]-> [New]-> [Other …] in the global menu and clicking [C / C ++ Target Test Project with Source Files].
  1. Enter a project name and select a toolchain to use.
  1. After selecting the basic information of the target environment, enter the detailed settings for each category and click the [Next] button.
  1. Select the source files under test and click the [Finish] button.

C/C++ Target Test Project from Embedded(CodeWarrior, Green Hills, NEC)

  1. Create a project by selecting [File]-> [New]-> [Other …] in the global menu and clicking [C/C++ Target Test Project from Embedded(CodeWarrior, Green Hills, NEC)].
  1. Enter a project name and select a toolchain to use. After selecting the toolchain, import the embedded project file to test. Currently, embedded projects supported by Controller Tester are CodeWarrior, Green Hills, and NEC.
  1. After selecting the basic information of the target environment, enter the detailed settings for each category.

Create a C/C++ Target Test Project with Build Information

  1. Create a project by selecting [File]-> [New]-> [Other …] in the global menu and clicking [Create a C/C++ Target Test Project with Build Information].
  1. Enter a project name and select a toolchain to use. After selecting the toolchain, Specify the path of the created Makefile and build script as the build directory and write the build command. You can choose a script file to set the build-environment from the [Advanced] menu.
  1. After selecting the basic information of the target environment, enter the detailed settings for each category.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.