Date: Sun, 22 Mar 2009 21:08:01 -0400 From: Ruchi Varshney <varshney.ruchi@gmail.com> To: freebsd-hackers@freebsd.org Subject: AVR-GCC compiler options Message-ID: <ae0c30030903221808m23be73a6nd8fb83d95890b335@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ae0c30030903221808m23be73a6nd8fb83d95890b335>