Trying to compile Marlin 2.0 for my RAMBo and Reprap discount Full graphic smart controller..
I changed the Mother board and commented the LCD screen.. when I try to compile here is the error list::
I did the same changes to Marlin 1.1.9 and it works just fine.. I am using Arduino IDE 1.8.10
EDIT.. Added Verbose Error file
Thanks
I changed the Mother board and commented the LCD screen.. when I try to compile here is the error list::
Quote
Arduino: 1.8.10 (Windows 10), Board: "RAMBo"
In file included from sketch\src\lcd/ultralcd.h:40:0,
from sketch\src\Marlin.cpp:34:
c:\users\jeffd\appdata\local\temp\arduino_build_124149\sketch\src\marlincore.h: In function 'bool IsRunning()':
c:\users\jeffd\appdata\local\temp\arduino_build_124149\sketch\src\marlincore.h:74:13: error: redefinition of 'bool IsRunning()'
inline bool IsRunning() { return Running; }
^~~~~~~~~
In file included from sketch\src\Marlin.cpp:31:0:
sketch\src\Marlin.h:331:13: note: 'bool IsRunning()' previously defined here
inline bool IsRunning() { return Running; }
^~~~~~~~~
In file included from sketch\src\lcd/ultralcd.h:40:0,
from sketch\src\Marlin.cpp:34:
c:\users\jeffd\appdata\local\temp\arduino_build_124149\sketch\src\marlincore.h: In function 'bool IsStopped()':
c:\users\jeffd\appdata\local\temp\arduino_build_124149\sketch\src\marlincore.h:75:13: error: redefinition of 'bool IsStopped()'
inline bool IsStopped() { return !Running; }
^~~~~~~~~
In file included from sketch\src\Marlin.cpp:31:0:
sketch\src\Marlin.h:332:13: note: 'bool IsStopped()' previously defined here
inline bool IsStopped() { return !Running; }
^~~~~~~~~
Multiple libraries were found for "U8glib.h"
Used: C:\Users\jeffd\AppData\Local\Arduino15\packages\rambo\hardware\avr\1.0.1\libraries\U8glib
Not used: C:\Arduino\libraries\U8glib_Arduino-1.19.1
Multiple libraries were found for "SPI.h"
Used: C:\Program
exit status 1
Error compiling for board RAMBo.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I did the same changes to Marlin 1.1.9 and it works just fine.. I am using Arduino IDE 1.8.10
EDIT.. Added Verbose Error file
Thanks