Is there a way to import an ELF file into the cw 10 IDE to debug?

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

Is there a way to import an ELF file into the cw 10 IDE to debug?

1,001 次查看
patrickfoley
Contributor I

I build my project using a 3rd party IDE but would like to debug my code.  Can I import or open an elf file within codewarrior to utilize the debugger?  Without creating a project.

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

811 次查看
lunminliang
NXP Employee
NXP Employee

What target are you using?

If you are using Power Architecture,You can use the Import a CodeWarrior Executable file wizard to debug an externally built executable file, this contains four tasks:

• Import an Executable File

• Edit the Launch Configuration

• Specify the Source Lookup Path

• Debug Executable File

See Section 5.17 Debugging Externally Built Executable Files in document Targeting_PA_Processors.pdf in CodeWarrior Help/PDF for details.

0 项奖励
回复