The External Tools dialog box appears.
where CWInstallDir is the directory in which the CodeWarrior software is installed. Piper.exe redirects I/O so that the HC(S)08 build tools can be operated from within the Visual Studio UI.
You can use the pop-up menu to the right of the text box to enter other Visual variables. The text box should look like this:
<CWInstallDir>\MCU\prog\chc08.exe -Cc $(ItemPath)
where CWInstallDir is the directory in which the CodeWarrior software is installed.
Similarly, you can display other build tools in the Tools menu. Use Build Tools (Application Programs) to obtain the file names of the other build tools and specify the file names in the Arguments text box.
This arrangement allows the active (selected) file to be compiled or linked in the Visual Editor. Tool messages are reported in the Visual Output window. You can double-click an error message in this window and the offending source code statement is displayed in the editor.