Hi Randy,

bob...@comcast.net schrieb:
> Instead of packihx, try:
> 
> makebin -p <test.ihx >test.bin

If you want more please use srecord http://srecord.sourceforge.net/
It's cross platform, free (beer and freedom) and a lot better than
*anything* that I've commercially seen.

For the immediate need to convert to binary:
  srec_cat test.ihx -intel -o test.bin -binary

Or using an adapted command line from SDCC Manual 3.1.2
doing a little bit more:

  srec_cat test.ihx -intel -fill 0x12 0x0000 0x7ffe 
-little-endian-checksum-negative 0x7ffe 0x02 0x02 -o test.bin -binary



IMHO the extremely good srecord package seems to fit into a
category for which proprietary software structurally *cannot*
have a comparable offer.

I might be mistaken.

Greetings,
Frieder

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to