Welcome! Log In Create A New Profile

Advanced

errors on compiling after setting LCD

Posted by myk68 
errors on compiling after setting LCD
May 18, 2016 10:43AM
anyone know what I am missing with this

Arduino: 1.6.9 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\language.h:240:0,

from sketch\ultralcd.cpp:4:

sketch\language_en.h:172:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

#define MSG_MIN " "LCD_STR_THERMOMETER " Min"

^

sketch\language_en.h:175:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

#define MSG_MAX " "LCD_STR_THERMOMETER " Max"

^

sketch\language_en.h:178:45: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

#define MSG_FACTOR " "LCD_STR_THERMOMETER " Fact"

^

In file included from sketch\ultralcd.cpp:37:0:

dogm_lcd_implementation.h:131: error: 'DOGLCD_CS' was not declared in this scope

U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0

^

dogm_lcd_implementation.h:131: error: 'DOGLCD_A0' was not declared in this scope

U8GLIB_DOGM128 u8g(DOGLCD_CS, DOGLCD_A0); // HW-SPI Com: CS, A0

^

exit status 1
'DOGLCD_CS' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

if I turn on verbose it is a lot bigger but means less to me

Cheers for looking

Mike
Re: errors on compiling after setting LCD
June 28, 2016 05:41PM
Did you figure this out?


|
| Lead Developer of Marlin Firmware
| Help support my work at Patreon and Elsewhere.
|
Sorry, only registered users may post in this forum.

Click here to login