The files (viz. libm.a, libc.a. ...etc.) are present in the ewl\lib folder under a sub-folder v<x>, where <x> is a number indicating the coldfire architecture. If the architecture supports PIC/PID then the library files for them will be present in a sub-folder (called pi) for that architecture.
The process to rebuild the EWL library files is given below.
For example, if the you CWINSTALL is in the folder C:\Freescale\CW MCU v10.x then you can define CWINSTALL as follows:
set CWINSTALL='C:/Program Files/Freescale/CW MCU V10.x/MCU'
cd C:\Freescale\CW MCU v10.x\MCU\ColdFire_Support\ewl
You could skip the < path_to_make_utility> if you have " make" in your PATH variable.
make -s -f makefile PLATFORM=CF all cleanobj
The "PLATFORM=CF" indicates that EWL is being re-built for ColdFire.
The EWL library files are rebuilt.