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

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

RE: [avr-gcc-list] invalid use of non-lvalue array


From: Ron Kreymborg
Subject: RE: [avr-gcc-list] invalid use of non-lvalue array
Date: Thu, 2 Oct 2003 23:22:39 +1000

In passing, is anyone working on the libstdc library? An implementation of
ec++ would be marvellous to use on the AVRs, and with chips like the '128
with quite large flash, the old cry of "oh no, not the c++ bloat" when we
had 2K to work with just fade away.

Ron

> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden Behalf Of E.Weddington
> Sent: Thursday, 2 October 2003 3:33 AM
> To: Ralph Mason; Avr-Gcc-List
> Subject: Re: [avr-gcc-list] invalid use of non-lvalue array
>
>
> > I am trying to use avrgcc for a little bit of C++ and it
> seems that the
> > trusty PSTR macro isn't so trusty when using C++ giving
> an error of "invalid
> > use of non-lvalue array".
> >
> > Before I dive into it I wonder if anyone else out there
> has solved this one?
>
>
> If you're using C++, be sure to read the FAQ:
> <http://savannah.nongnu.org/download/avr-libc/doc/avr-libc-
> user-manual/FAQ.html#faq_cplusplus>
>
> Also, avr-gcc.exe is the C compiler. You'll want to use
> avr-g++.exe which is the C++ compiler.
>
> Eric
>
>
>
>
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list



reply via email to

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