Welcome! Log In Create A New Profile

Advanced

Timeout error confused smiley help

Posted by cfbarajas1968 
Timeout error confused smiley help
March 09, 2016 11:04PM
I have a kossel mini MKS GEN V1.1 and I have this problem when I try to upload the marlin firmware in arduino and i dont know how to fix it confused smiley

Build options changed, rebuilding all
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 uses 101,776 bytes (40%) of program storage space. Maximum is 253,952 bytes.
Global variables use 4,234 bytes (51%) of dynamic memory, leaving 3,958 bytes for local variables. Maximum is 8,192 bytes.
Re: Timeout error confused smiley help
March 10, 2016 03:20AM
I'm going to guess that you have set a MACHINE_NAME in your configuration.h that maybe contains weird characters, coma's apostrophes and the like.

Please post your configuration.h to pastebin and link to it in your reply.

But even so that's just a warning... and not related to any upload errors.

Edited 2 time(s). Last edit at 03/10/2016 03:23AM by Dust.
Re: Timeout error confused smiley help
March 10, 2016 11:14PM
Hire is my configuration.h file thanks
Attachments:
open | download - Configuration.h (27.6 KB)
Sorry, only registered users may post in this forum.

Click here to login