Hello
I did some test locally with CodeWarrior for HC12 V5.1.
Adding following lines to my Compiler Command line makes CodeWarrior generate a file main.err when compiling file main.c:
-Env"ERRORFILE=%f.err" -WOutFileOn
The .err file is created in the same directory as the source file.
CrasyCat