How to rebuild the EWL Libraries from the IDE

The following steps help rebuild the EWL library files:

  1. Open the CodeWarrior IDE.
  2. Drag and drop the .project which is present in ewl folder.

    For example, if your Kinetis product layout is in the folder C:\Freescale\CW MCU v10.x\MCU\ARM_EABI_Support\ewl

  3. Set active build configuration to one of ARM_EWL_C/ARM_EWL_C++/ARM_EWL_Runtime. By default active build configuration is set to ARM_EWL_C.
  4. Right-click on the opened arm-cortexm_lib project and select Clean Project to clean and Build Project to build the libraries.

You can build all the libraries at one go. To do this, right-click on the project and click on Build Configurations and click on Clean All to clean all the existing libraries. Click on Build All to build all the libraries.