On 12/23/2013 04:55 AM, Ben Shi wrote:
> The sdcc generates .ihx by default, but how to convert the .ihx to a
> binary image, which is more common?

  "More common"?  Hardly.  They are different file formats with
different capabilities which are intended and used for different purposes.

> Though there are many tools on the internet, is there a built-in tool
> inside SDCC?

  There isn't that I'm aware of.  On a UNIX system with GNU binutils
installed, you can do this:

$ objcopy -Iihex -Obinary in.hex out.bin

              -Dave

-- 
Dave McGuire, AK4HZ
New Kensington, PA

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to