2011/4/11 Georg-Johann Lay :
> Georg-Johann Lay schrieb:
>> This is fix of PR44643 which is triggered by
>>
>> http://savannah.nongnu.org/bugs/?32988
>>
>> i.e. include/avr/pgmspace.h:PSTR has to be changed, too: PSTR has to
>> generate __c as "static const char[]", not as "static char[]". Note
>>
Georg-Johann Lay schrieb:
> This is fix of PR44643 which is triggered by
>
> http://savannah.nongnu.org/bugs/?32988
>
> i.e. include/avr/pgmspace.h:PSTR has to be changed, too: PSTR has to
> generate __c as "static const char[]", not as "static char[]". Note
> that avr-libc has to be changed anyw
This is fix of PR44643 which is triggerd by
http://savannah.nongnu.org/bugs/?32988
i.e. include/avr/pgmspace.h:PSTR has to be changed, too: PSTR has to
generate __c as "static const char[]", not as "static char[]". Note
that avr-libc has to be changed anyway, no matter if or if not this
patch is