[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] ELF to Extented COFF conversion for C++
From: |
Joerg Wunsch |
Subject: |
Re: [avr-gcc-list] ELF to Extented COFF conversion for C++ |
Date: |
Tue, 13 Jan 2004 13:01:56 +0100 (MET) |
"Eric Fu" <address@hidden> wrote:
> Is there any way that I can still use AVR Studio to debug?
Only if you wrote a converter from ELF/stabs to UBROFF. UBROFF is
supposed to support C++. UBROFF is the proprietary object format of
IAR.
COFF (well, at least the version used by Atmel) does not support C++
debugging in any way.
There are plans to support ELF/DWARF by AVR Studio, but it's not yet
done, and it also needs GCC support for DWARF (which is not
impossible, but not yet done right now).
> Is WINAVR Sept. 2003 suitable for C++?
Sure. See the (avr-libc) FAQ.
GDB can debug C++ quite well.
> Compared with a C++ and C implementation for a simple function
> (~1KB), C++ code is >20% longer. Is this generally true?
As with all general rules, it is not true. ;-)
--
J"org Wunsch Unix support engineer
address@hidden http://www.interface-systems.de/~j/