Hello,
I have Probs with debugging the CodeWarrior generated code with Lauterbach: I flash the target HCS12P viaLauterbach, in the Trace32 Debugger I can't see my C-code, only assembler.
I think I need an .elf file for watching my C-code, right??? If that's right, how is it possible to get this file by Codewarrior?
I use CodeWarrior 4.7, build 8094.
Can anyone help?
Thanks in advance!
Fireas
Solved! Go to Solution.
Hello
The .abs file generated by the linker is in fact an ELF DWARF executable file.
You should be able to use this file in the Lauterbach debugger to do source level debugging.
CrasyCat
Hello
The .abs file generated by the linker is in fact an ELF DWARF executable file.
You should be able to use this file in the Lauterbach debugger to do source level debugging.
CrasyCat
All Right.
Thanks for your help!
For all others having this prob: For example the command
data.load.AUTO path/to/file.abs loads the needed information.