Setting PATH Environment Variable

The PATH variable should include the paths for your CodeWarrior tools, shown in the following listing. Toolset represents the name of the folder that contains the command line tools for your build target.

Listing: Example of setting PATH
set CWFolder=C:\Freescale\CW MCU v10.x
set PATH=%PATH%;%CWFolder%\MCU\Bin;%CWFolder%\MCU\Command_Line_Tools