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

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

Re: [avr-gcc-list] Debugging assembler sources with avr-studio


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:

Björn Haase <address@hidden> wrote:

What did work however was usage of

avr-gas foo.S other-options -o foo.o

But that doesn't pipe the file through the C preprocessor, does it?
Sure. But couldn't that be done in the Makefile? Have a specific call to avr-cpp, then call avr-as?

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



reply via email to

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