[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [avr-gcc-list] linking bootloader and main application at once
From: |
Eric Weddington |
Subject: |
RE: [avr-gcc-list] linking bootloader and main application at once |
Date: |
Mon, 02 Oct 2006 14:21:23 -0600 |
> -----Original Message-----
> From: dimax un [mailto:address@hidden
> Sent: Monday, October 02, 2006 2:13 PM
> To: Shaun Jackman
> Cc: Eric Weddington; address@hidden
> Subject: Re: [avr-gcc-list] linking bootloader and main
> application at once
>
> Don't forget that this is not simple end record but check sum. So it
> is not good to simply remove it.
>
> Looks like good script to merge a number of HEX files into one HEX
> file would be popular tool. This tool should detect clashes, be able
> to fill padding, move hex sections to absolute addresses and make
> coffee ;-).
Hello?! It already exists. That is why I mentioned the Srecord utilities in
WinAVR. It can also be found on SourceForge:
<http://sourceforge.net/projects/srecord>
It does everything but make your coffee.
Eric