> -----Original Message----- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > rg] On Behalf Of Colin O'Flynn > Sent: Sunday, March 11, 2007 12:16 PM > To: [email protected] > Subject: Re: [avr-gcc-list] Re: [avrdude-dev] [RFC] > avrdudeFeatureRequestandCall for Volunteers > > Hello, > > A while ago I was browsing through the avrdude manager, > looking for a project > to pick up. I saw that ELF request Eric put in, and started > hacking out some > code. I never finished it because it looked like a lot more > work and I didn't > see anyone really screaming for it... but now things have > changed. Not the > work part, the screaming part ;-) > > I'll see if I can finished the ELF parsing part. I'll leave > the command line > stuff for now, or more accurately whatever patch I make shouldn't be > considered the final version. I'll put some cheesy command > line switch on, > that can be changed later.
That's great that you already have some work for it! You really wouldn't have to put a cheesy command line switch in. Even if you created an API for the rest of avrdude to work with an ELF file that would be great. Something like: - Open ELF file - Close ELF file - Query ELF file to see if a specific section exists - Read specific ELF file section And doing this by linking with BFD. This can be used as a basis for implementing the rest of the feature. Thanks, Eric _______________________________________________ avrdude-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avrdude-dev
