[avr-gcc-list] Re: AVR109-GCC bootloader problem on mega8

2006-04-03 Thread Mattew Fornero
On 4/1/06, Mattew Fornero [EMAIL PROTECTED] wrote: I'm attempting to setup a bootloader for the ATmega8 using the avr109 app note posted here. I'm using the GCC version included in it, along with the WinAVR toolchn. Using the preprocessor.xls file, I've setup my bootloader to have 1024 words of

Re: [avr-gcc-list] Program Listing With C Comments

2006-04-03 Thread Vincent Trouilliez
On Fri, 2006-03-31 at 22:05 +, Albert Pion wrote: How do I get a program listing with my C source code included as comments? I've tried about everything I can think of (including the --Wa,-alhd option) but have been unable to get it to work. I would love to know the answer to that one

Re: [avr-gcc-list] Program Listing With C Comments

2006-04-03 Thread David Kelly
On Apr 3, 2006, at 11:39 AM, Vincent Trouilliez wrote: I have tried various flags (-g, -gstabs, -gdwarf-2, for gcc, and -D and -DS for avr-objdump), but no combination would give a satisfactory result. OK, I spoke too soon. For example ui_message_show source is totally separate from its

Re: [avr-gcc-list] Program Listing With C Comments

2006-04-03 Thread Vincent Trouilliez
On Mon, 2006-04-03 at 12:44 -0500, David Kelly wrote: Vincent, thats originally my Makefile and object.list should already contain exactly what you are looking for. Hi David ! Yes, I still use your Makefile, I quite like it :-) It makes it very easy to add more files to my project, and