|
From: | E. Weddington |
Subject: | Re: [avr-gcc-list] Debugging assembler sources with avr-studio |
Date: | Thu, 10 Feb 2005 06:04:41 -0700 |
User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
Joerg Wunsch wrote:
Sure. But couldn't that be done in the Makefile? Have a specific call to avr-cpp, then call avr-as?Björn Haase <address@hidden> wrote:What did work however was usage of avr-gas foo.S other-options -o foo.oBut that doesn't pipe the file through the C preprocessor, does it?
Also, it seems to me that other-options supposedly needs to contain at least -gstabs (or -gdwarf2 now) in order to tell the assembler to include debugging information.
I thought that was the implication, but Bjoern will have to verify. Eric
[Prev in Thread] | Current Thread | [Next in Thread] |