Hello
The Error & Warning windows opens automatically when you build an application if there is at least one error or warning in your program.
You can open it manually selecting View > Error and Warnings.
There is no real log window inside of CodeWarrior classic, that allows you to see compilation commands. CodeWarrior is not using a make file but an internal builder to perform the build.
During the build you will see a Build Progress window displaying the name of the file currently built and the number of files that have been built so far.
This window can be opened manually selecting View > Build Progress.
CrasyCat