Can I use a different linker command file than the one being used in my project?

Yes, the linker command file can be changed by following the steps given below:

  1. In the CodeWarrior Projects window, right-click on project name.

    A context menu appears.

  2. From context menu, select Properties.

    The Properties window appears.

  3. Select C/C++ Build > Settings.

    The Settings options appear on right hand side of properties window.

  4. Select Linker > Input.

    The Input Settings appears.

  5. The Parameter File textbox specifies the parameter file that is currently used.
  6. Click Browse to select a different parameter file (refer to the image listed below).
    Figure 1. Properties Dialog Box-Specifying Different Parameter File for Linker

    Properties Dialog Box-Specifying Different Parameter File for Linker

  7. Click Apply.
  8. Click OK.

The linker command file changes, as specified.