Multiple compiler support

This feature helps you switch between multiple versions of a toolchain. When you acquire a new version of the command line tools associated with an integration plug-in, multiple compiler feature allows you to add the new version into the list of available toolchain versions.

To switch between multiple versions of a toolchain:

  1. In the CodeWarrior Projects view, right-click the project, and choose Properties from the shortcut menu.

    The Properties for <project> dialog appears.

  2. Choose C/C++ Build > Settings in the left pane of the Properties for <project> dialog.

    The C/C++ build settings appear in the right pane of the Properties for <project> dialog.

  3. Click the Build Tool Versions tab.

    The build tool version settings appear in the Build Tool Versions pane.

    Figure 1. Properties for <Project> dialog

    Properties for <Project> Dialog

    The following table lists and defines the Build Tool Versions pane controls.

    Table 1. Build Tool Versions pane controls
    Control Description
    Build Tool Versions table Lists multiple toolchain versions.
    Add button Adds a new toolchain version.
    Edit button Edits the currently selected toolchain version.
    Delete button Deletes a toolchain version.
    Set as Default button Sets the currently selected toolchain versions as default toolchain version for building projects.
    Restore Defaults button Restores the default toolchain version.
    Note: The default toolchain version is highlighted in bold letters in the Build Tool Versions table.
  4. Click Apply.
  5. Click OK.

Now, you can switch between multiple versions of a toolchain.