avr-gcc-list
[Top][All Lists]
Advanced

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

[avr-gcc-list] AVR-GCC compiler options


From: Ruchi Varshney
Subject: [avr-gcc-list] AVR-GCC compiler options
Date: Mon, 23 Mar 2009 09:31:53 -0400

Hi,
I am looking for a way to intermix source code with the asm code generated when I compile a .c file "avr-gcc -S" option.
Right now, I know that when I use "avr-objdump -S" on the .s file obtained from avr-gcc, I can see that the output is intermixes with the actual source code from the .c file. Is there a way I can get the source code to appear in the .s file when I use "avr-gcc"?

Thanks
Ruchi

reply via email to

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