Page 1 of 1

A10M_marlin1.1.8 & Arduino 1.8.5

Posted: Fri Apr 26, 2019 6:38 pm
by Niyoki
Hello,
I tried to compile Firmware for A10M_marlin1.1.8 with 3dtouch support. But i get Always same errors also tried Arduino 1.8.3 and 1.8.9 also same errors.(There is Arduino Beta 1.9.0 too (some Virus inside ?), because of this didn't installed)).
Do you get Errors too? Should i ignore this errors?
Thanks all.
Niyoki

A10M_marlin1.1.8 & Arduino 1.8.5 errors:

Code: Select all

In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,

                 from sketch\MarlinConfig.h:38,

                 from sketch\configuration_store.h:26,

                 from sketch\configuration_store.cpp:190:

sketch\configuration_store.cpp: In static member function 'static bool MarlinSettings::Fixed_parameter_load()':

sketch\configuration_store.cpp:857:19: warning: unknown escape sequence: '\F'

   SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);

                   ^

sketch\serial.h:60:40: note: in expansion of macro 'SERIAL_PROTOCOLPAIR'

 #define SERIAL_ECHOPAIR(pre,value)     SERIAL_PROTOCOLPAIR(pre, value)

                                        ^

sketch\configuration_store.cpp:857:3: note: in expansion of macro 'SERIAL_ECHOPAIR'

   SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);

   ^