Migrating ISP application project

You can use a project that was created in an earlier version of S32 Design Studio, but it requires changes to the build configuration settings and the project structure.

The following explains how to configure your ISP application project.

  1. Click File > Import... > General > Existing Projects into Workspace, then click Next.
  2. Click Browse... and browse to the project location, click OK, select the Copy projects into workspace option, then click Finish.
  3. Remove all VSDK specific settings from the build configuration settings:
    1. Right-click the project in the Project Explorer view and click Properties on the context menu.
    2. Open C/C++ Build > Settings and remove the following settings for the A53 build configuration:
      • Standard S32DS C Compiler/Standard S32DS C++ Compiler > Preprocessor: Remove VSDK_UMAT_USE_OPENCV from the Defined symbols list.
      • Standard S32DS C Compiler/Standard S32DS C++ Compiler > Includes: Remove all the ${S32DS_VSDK_DIR} paths from the Include paths list.
      • Standard S32DS C++ Linker > Libraries: Remove all libraries from the Libraries and Library search paths lists.
  4. Click SDKs on the left pane of the project properties, then attach VSDK_MODULE_WIN to the A53 build configuration.
  5. Remove typedefs.h from the A53_inc folder.