Hi, all!
I have compilation error:
variable "˜__c' must be const in order to be put into read-only section by means of "˜__attribute__((progmem))'
The error points me to string
SendString2 (PSTR("123"));
I'm surprised string "123" is not const enough.
I've googled it and the only thing I have found at the moment is that this error is fixed in AVRLibC 1.7.1.
But upgrading from my 1.6.8 to 1.7.1 changed nothing.
How could it be fixed?
I'm using GCC-4.6.1.