HCS12P Debug via Lauterbach PowerDebugInterface USB2

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

HCS12P Debug via Lauterbach PowerDebugInterface USB2

ソリューションへジャンプ
2,022件の閲覧回数
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 解決策
1,046件の閲覧回数
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 返答(返信)
1,047件の閲覧回数
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 件の賞賛
返信
1,046件の閲覧回数
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 件の賞賛
返信