Hello
CodeWarrior for HC12 does not have a connection available to connect to minidragon monitor. So you need to use the debugger delivered with your board.
If the debugger understands ELF DWARF file format you should be able to load directly the .abs file.
If you create a project using the project wizard a S record file will automatically be created for the application.
Look in directory {project}\bin (Where {project} refers to your project directory).
There is a file with extension .abs.s19 which is the S record file containing logical addresses.
If you are building for a HCS12 part, there is also a file with extension .abs.phy, which is the S record file containing logical addresses.
If you are building for HCS12X part, there is also a file with extension .abs.glo which is the S record file containing global addresses.
CrasyCat