Code: Select all
/home/pi/sketchbook/libraries/Time/DateStrings.cpp:41:22: error: variable 'monthNames_P' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
/home/pi/sketchbook/libraries/Time/DateStrings.cpp:58:20: error: variable 'dayNames_P' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
/home/pi/sketchbook/libraries/Time/DateStrings.cpp:59:24: error: variable 'dayShortNames_P' must be const in order to be put into read-only section by means of '__attribute__((progmem))'
Has anyone managed to make the Time libraries work on the GertBoard, and if so, how?
Is upgrading to 1.5 Beta a bad idea when I'm using the GertBoard?
Thanks,
Rick