HCS12P Debug via Lauterbach PowerDebugInterface USB2

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

HCS12P Debug via Lauterbach PowerDebugInterface USB2

跳至解决方案
1,609 次查看
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

标签 (1)
0 项奖励
回复
1 解答
633 次查看
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 项奖励
回复
2 回复数
634 次查看
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 项奖励
回复
633 次查看
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 项奖励
回复