Closed valleysound closed 6 years ago
What are you upgrading to?
Please ZIP & post your configuration.h & configuration_adv.h files. That'll help greatly.
I was trying to take my stable build Marlin 1.1.8 and upgrade to the Marlin-bugfix-1.1.x to see if it resolved a few issues I was having.
The following shouldn't have been added to the top of your configuration_adv.h:
#include <TMC2208Stepper.h>
#include <TMC2208Stepper_REGDEFS.h>
When I delete them & compile with 1.8.5 I get linker errors. I'll look at that later tonight.
Thank you. I deleted those entrees and the sketch is compiling now.
@valleysound Be sure to avoid using the Sketch > Tools > Include Library menu in Arduino IDE. Only the top item "Manage Libraries…" should be used. The other items will modify the Marlin source code, which is bad!
@valleysound - did it compile successfully?
~I just tried Arduino 1.9 beta with TMC2208 library 0.1.1 and reproduced your errors. 0.0.4 and 0.0.3 also gave me the same errors. 0.0.2 & 0.0.1 gave me different ones.~
I think Arduino hates me tonight. Compiles just fine in PlatformIO but Arduino is an ever changing set of compile errors.
A reboot of my PC fixed my Arduino problems. Now it compile in 1.8.5 with the 0.0.4 library.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Trying to "upgrade" from Marlin 1.1.8. This is what I get.