Intel System Studio 2019 Get Started Guide

Step 2: Create a new project

  1. Choose File > New > Project from the menu to start the new project wizard.

  2. Expand Intel Application Development and select C++ Project. Click Next.

  3. In the Code Samples list, expand the Get Started folder and select the appropriate option for your board: On-Board LED Blink or UP Squared* Built-in LEDs.

    The sample project name is displayed in the New Project Name field. If you wish to change the name, type over the displayed name.

  4. For Builder, select Managed Build.

  5. For Build Options, select Docker.

  6. Click Next.

  7. In the Select a Docker* Container list, select the most recent version of Ubuntu Linux* 16.04 64-Bit (GCC).

    Note

    For other projects, you may want to create and use custom Docker* images; for example, if you want to add a specific library to the image. For information about creating custom Docker images, see Create a New Custom Docker Image.

  8. Click Finish.

    Your project is created and built. The project files are shown in the Project Explorer. The build status is shown in the console.