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

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

Re: [avr-gcc-list] dwarf call frame information ( gcc 3.4.0 20040211)


From: Torleif Sandnes
Subject: Re: [avr-gcc-list] dwarf call frame information ( gcc 3.4.0 20040211)
Date: Tue, 23 Mar 2004 10:47:54 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5b) Gecko/20030901 Thunderbird/0.2

<x-flowed>
Erik Christiansen wrote:
Then next thing to try would be:

avr-gcc -DDWARF2_FRAME_INFO=1 -gdwarf-2 -mmcu=atmega128 -o types.elf types.c

That should satisfy the requirement that you found:

No, that did not work either.

I read some more on porting gcc, and found out that DWARF2_FRAME_INFO is one of the macros that can be set in the avr.h header file that together with avr.md
and avr.c makues up the machine description of avr that gcc needs.

Perhaps a new configure and build og gcc after adding this to gcc/config/avr/avr.h will fix the problem.

However I could find none of the other DWARF macros in the machine description files for avr.

Torleif


_______________________________________________
avr-gcc-list mailing list
address@hidden
http://www.avr1.org/mailman/listinfo/avr-gcc-list

</x-flowed>

reply via email to

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