Skip to main content

IAR Embedded Workbench for Arm 10.10.x

Viewing the workspace and its projects

In this section:

The Workspace window is where you access your projects and files during the application development.

  1. If the workspace that contains your current project is not open, either choose File>Open Workspace and select a workspace file to open or drag the file and drop it onto the main IDE window. Before a new workspace is opened you will be prompted to save and close any currently open workspaces.

  2. To choose which project you want to work with, right-click on the project name in the Workspace window and choose Set as Active.

    SelectProjectInWorkspace_Qt_01.png

    For each file that has been built, an Output folder icon appears, containing generated files, such as object files and list files. The latter is only generated if the list file option is enabled. The Output folder related to the project node contains generated files related to the whole project, such as the executable file and the linker map file (if the list file option is enabled).

    Also, any included header files will appear, showing dependencies at a glance.

  3. To display the project with a different build configuration, choose that build configuration from the drop-down list at the top of the Workspace window.

    The project and build configuration you have selected are displayed highlighted in the Workspace window. It is the project and build configuration that you select from the drop-down list that are built when you build your application.