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

2006-04-05 Thread Vincent Trouilliez
On Mon, 2006-04-03 at 12:44 -0500, David Kelly wrote: Speaking of having built your sources, 3.4.6 complains on gmake depend: In file included from ui.h:11, from menu.h:7, from main.c:14:

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

2006-04-05 Thread David Kelly
On Apr 5, 2006, at 10:53 AM, Vincent Trouilliez wrote: Okay, I just downloaded gcc 3.4.6 and compiled it... but it doesn't give me the error it gives you ?! How come...weird. I'm using the FreeBSD port that Joerg created. He includes several patches for new devices, binary constants, and

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

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

2006-04-01 Thread Ned Konz
On Mar 31, 2006, at 2:05 PM, 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. Attached is a Ruby (http://www.ruby-lang.org)

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

2006-03-31 Thread Albert Pion
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. ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org

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

2006-03-31 Thread Daniel O'Connor
On Saturday 01 April 2006 08:35, 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. Is this what you want? avr-objdump -S foo.elf