Przemek Urbanski <[EMAIL PROTECTED]> wrote: > I am using avr-gcc (GCC) 3.4.4 on linux. As far as I remember at > that time it did not support c++ for avr.
You rememember wrong. AVR-GCC basically supports C++, but it has a number of restrictions: http://www.nongnu.org/avr-libc/user-manual/FAQ.html#faq_cplusplus There is no difference in that respect between GCC 3.x and 4.x, as the restrictions are not in the compiler itself. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
