avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] Re: Unified ELF file [was: RE: [avr-chat] Re: GUIwrap


From: Rick Altherr
Subject: Re: [avr-libc-dev] Re: Unified ELF file [was: RE: [avr-chat] Re: GUIwrapper for avrdude]
Date: Thu, 30 Aug 2007 10:04:51 -0700


On Aug 30, 2007, at 9:34 AM, Eric Weddington wrote:



Hi Rick,

I just wanted to let you know that I saw your post on avr-libc-dev (and I'm sure Joerg did too). I haven't had a chance yet to evaluate it. Hopefully I
can get to that this weekend. I'll probably respond on avr-libc-dev as
really that's probably the appropriate place for the discussion. It's just
that there's a lot of overlap with these threads. :-)

Thanks,
Eric Weddington



I figured a lot of people are on both lists, but it was getting a bit tough to follow. Anyway, the headers create #defines that create sections for the fuses and lock bits. To get everything working with AVRdude today, there is some "magic" in the avr-gcc.mk rules file that uses binutils to find all the sections (other than text, data, bss, etc) in the binary and split them into separate .hex files. Then, the avrdude.mk rules know to look for those files during the program target. Having avrdude support ELF directly would reduce the complexity of the makefiles a bit, but it isn't absolutely necessary.

--
Rick Altherr
Architecture and Performance Group
address@hidden


Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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