Creating a project in the wizard

To develop an embedded application or a library, you generally start with creating a new project in the project creation wizard. There are several project creation wizards available from the File > New menu:


S32DS Project from Example

The high-level steps for creating a project are as follows:
  1. Launch the project creation wizard for your type of project.
  2. On the first page of the wizard, specify the project name and location, the processor, and the toolchain for each core.


    S32DS Application Project wizard

  3. Click Next.
  4. On the second page of the wizard, select the required cores and specify the settings for each core.
  5. Click Finish.
Note: Learn about all wizard fields in the Project creation wizards section of this documentation (Reference > User interface > Wizards).

The wizard creates all project folders and files and displays the new project in the Project Explorer:


S32DS Project from Example

If the target processor has multiple cores, the wizard generates a dedicated project for each core that you have selected on the second page.