How do I compile my project?

In order to compile the project, follow steps below:

  1. From CodeWarrior Projects, right-click on project name.

    A context menu appears.

  2. From context menu, select Clean Project .

    If Build Automatically is checked, then when Clean Project executes, it creates a Binaries folder that contains the *.abs file that are used for debugging. If Build Automatically is unchecked, then Clean Project removes any previously-built binaries, including the *.abs file.

  3. Select Project > Build Project to compile.

The project compiles.