HCS12P Debug via Lauterbach PowerDebugInterface USB2

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HCS12P Debug via Lauterbach PowerDebugInterface USB2

Jump to solution
1,490 Views
fireas
Contributor I

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

Labels (1)
0 Kudos
Reply
1 Solution
514 Views
CrasyCat
Specialist III

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

View solution in original post

0 Kudos
Reply
2 Replies
515 Views
CrasyCat
Specialist III

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

0 Kudos
Reply
514 Views
fireas
Contributor I

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.

0 Kudos
Reply