[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Non initialized data in EEPROM
From: |
Erik Christiansen |
Subject: |
Re: [avr-gcc-list] Non initialized data in EEPROM |
Date: |
Thu, 7 Dec 2006 19:55:11 +1100 |
User-agent: |
Mutt/1.5.9i |
On Thu, Dec 07, 2006 at 10:41:26AM +0200, dimax un wrote:
>
> As far as I can see I will have to declare special section without
> "loadable" flag so that it will not be taken to produce image. This
> may require to access linker scripts and I do not want to do it very
> much. Probably there is any other option?
You could add --remove-section=.eeprom to the avr-objcopy command
producing the hex file.
Erik