Creating and building a project

To create and build a project:

  1. Click File > New > S32DS Application Project or S32DS Library Project on the menu bar. The first page of the wizard appears.
  2. Specify the name of the new project in the Project name text box.
    Note: The Location field shows the default project location. If you want to change this location, clear the Use default location check box, click Browse and specify a different location. Click OK.
  3. Select the target processor from the Processors panel.
  4. Click Next. The second page of the wizard appears.
  5. Check the project settings, select the cores and parameters. Click Finish.
    The new project appears in the Project Explorer view.
    Note: The wizard creates one or multiple projects, depending on the number of selected cores.
  6. To build your project, do any of the following:
    • Right-click the project in the Project Explorer view and click Build Project
    • Select the project in the Project Explorer view, then click Project > Build Project on the menu
    • Select the project in the Project Explorer view and click Build Project on the toolbar

    The build process starts.


    Building a project

  7. If a build generates any errors or warnings, you can see them in the Problems view. Read through the build messages in the Console view to make sure that the project is built successfully.