Hello,

Thank you for the hint to srecord.

I tried it with the following command:

srec_cat input.hex -Intel -Little_Endian_CRC32 \
  -max input.hex -Intel -Output out.hex

I get the following warning:

srec_cat: input.hex: 658: warning: no start address record

Line 658 is the last line and has the content:

:00000001FF

But the result is not, what I expected:

The length of the resulting file is 61A7h, the length of the input
file is 717dh. (I expected an four byte increase of the file length.)

Any idea?

I am using avr-gcc 3.4.5 and srec_cat version 1.24.

Regards:

Uwe Fechner

Keith Gudger wrote:
> I use srec_cat to put the CRC anywhere you want.  For example, to put a
> crc32 at the end of the hex file:
>
> srec_cat in.hex -Intel -Little_Endian_CRC32 -max in.hex -Intel \
>          -Output out.hex
>
> Keith


_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to