When i try to verify a SolarPV.ino, i get these errors
icons.ino:2:42: error: variable ‘icon_heating_8x16’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
icons.ino:16:35: error: variable ‘icon_home_13x12’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
icons.ino:21:36: error: variable ‘icon_lines_12x12’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
icons.ino:26:42: error: variable ‘icon_solar_12x12’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
list of installed libraries
root:/usr/share/arduino/libraries# ls
arduinotmpsens EmonLib ethercard Firmata jeelib OneWire SD SoftwareSerial Stepper Wire
EEPROM Esplora Ethernet glcdlib LiquidCrystal rtclib Servo SPI WiFi
Can you help me?
OS: Ubuntu 13.04 x86_64
Re: (Solved) Error compiling emonGLCD
I fixed my problem: I make upgrade from Aruino 1.0.3 to 1.0.5.