avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] Avrdude 6.01 does not like zero-length eeprom hex files


From: Joerg Wunsch
Subject: Re: [avr-chat] Avrdude 6.01 does not like zero-length eeprom hex files
Date: Thu, 7 Nov 2013 00:30:21 +0100 (MET)

Bob von Knobloch <address@hidden> wrote:

> Since updating to avrdude 6.01, I get errors.
> 
> Tracking this down it seems that avrdude dores not like it if I try to 
> program an eeprom intel hex file with zero information in it (generated 
> from a source where no eeprom data is defined).

Yes, known bug:

https://savannah.nongnu.org/bugs/?40142

The percentage calculation is now based on the actual amount of data
to be programmed (rather than the total memory size), and this caused
the calculation to divide by zero if you try uploading an empty file
(or memory contents, e.g. out of an ELF file).

Will be fixed, but doesn't seem to be too urgent to me to warrant
another dot-dot release.  "Doctor, it hurts when I do this!" -- "Don't
do this." ;-)
-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]