Hello everyone
I'm helping a friend of mine build a Sintron mini Kossel, he has got most of it built, and is coming to electronics and firmware. Now I'm not too experienced with firmware related problems, so I thought we would ask here.
Everytime he tries to compile the Marlin firmware, which he got from the ebay seller, he gets this error:
sketch\Marlin_main.cpp:2206:36: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF".");
^
sketch\Marlin_main.cpp: In function 'void set_bed_level_equation_lsq(double*)':
sketch\Marlin_main.cpp:829:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
planeNormal.debug("planeNormal");
^
sketch\qr_solve.cpp:7:18: fatal error: time.h: No such file or directory
#include
^
compilation terminated.
exit status 1
Error compiling.
Any help would be appreciated.
Ramon