Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile error #231

Open
viti77 opened this issue Oct 14, 2020 · 0 comments
Open

Compile error #231

viti77 opened this issue Oct 14, 2020 · 0 comments

Comments

@viti77
Copy link

viti77 commented Oct 14, 2020

I am trying to compile the Sigma R19 firmware obtained from Github, but it gives me this error. I have tried different PCs with Arduino, I have tried to replace the HardwareSerial.h library, but it keeps giving me an error. Can someone help me.

sketch\Marlin_main.cpp: In function 'bool touchscreen_init()':
sketch\Marlin_main.cpp:1223:61: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
display.WriteStr(STRING_INIT_FIRWAREVERSION,VERSION_STRING);
^
sketch\LCD_FSM.cpp: In function 'void lcd_fsm_lcd_input_logic()':
sketch\LCD_FSM.cpp:2198:68: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
display.WriteStr(STRING_UTILITIES_FILAMENT_LOAD_FIL1," PLA");
^
sketch\LCD_FSM.cpp:2199:68: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
display.WriteStr(STRING_UTILITIES_FILAMENT_LOAD_FIL2," PVA");
^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant