Convert .elf to .hex

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

Convert .elf to .hex

2,940 次查看
rehabmansour
Contributor III

Hi All ,

I am using MPC5606B ,compiler : CW 2.10 and I want to know how to convert a .elf file to .hex file ?

Something similar to gsrec in greenhills

Thanks

0 项奖励
回复
1 回复

2,312 次查看
liviosandel
Contributor I

After a successfull compilation, you should have several files: a .elf file, a .map file and a .mot file.

then you can use Srecord (SRecord 1.64 ) or similar tools to convert Motorola mot files to Intel Hex files

0 项奖励
回复