RE: [avr-gcc-list] Warnings with virtual methods in avr-g++

2007-03-06 Thread Eric Weddington
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Steve Franks Sent: Monday, February 26, 2007 11:22 AM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] Warnings with virtual methods in avr-g++ Eric/Joerg/et.al : seeing as I now have

Re: [avr-gcc-list] Warnings with virtual methods in avr-g++

2007-02-27 Thread Gervasio Varela
Hello, I expect that this error message stems from the assembler. Try to compile the sources with -S and I expect that you won't see this error. I expect that the virtual tables are aligned on a 4-byte boundary (as usually is useful for 32 bit systems). Bjoern. Thanks for your time Bjoern,

[avr-gcc-list] Warnings with virtual methods in avr-g++

2007-02-26 Thread Steve Franks
Message: 1 Date: Sun, 25 Feb 2007 19:16:11 +0100 From: Gervasio Varela [EMAIL PROTECTED] Subject: [avr-gcc-list] Warnings with virtual methods in avr-g++ To: avr-gcc-list@nongnu.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=iso-8859-1 Hello all, I'm getting

[avr-gcc-list] Warnings with virtual methods in avr-g++

2007-02-25 Thread Gervasio Varela
Hello all, I'm getting an extrange warning in all classes that have virtual methods when compiling with AVR-G++ (version 3.4.6): aligment of 'x' is greater than maximum object file aligment Somebody could explain me this error? Searching on google I found that there is a bug posted in the