CWFolder Environment Variable

In this example, %CWFolder% refers to the path where CodeWarrior for 56800 was installed. Note that it is not necessary to include quote marks when defining environment variables that include spaces. Windows does not strip out the quotes and this leads to unknown directory warnings. Use the following syntax if defining variables in batch files or at the command line.

set CWFolder=C:\Freescale\CW MCU v10.x\MCU

set PATH=%PATH%;%CWFolder%\DSP56800x_EABI_Tools\command_line_tools