AMS firmware v1.4 compile errors
- This topic has 2 replies, 2 voices, and was last updated 9 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Shop › Forum › Makelangelo Polargraph Art Robot › AMS firmware v1.4 compile errors
Hi Dan, I downloaded and tried to compile the code last night, but got a number of errors.
I don’t think anything has changed on the computer (still win 10 and arduino 1.6.9)
The error log has a number of entries like copied below.
Seems like some kind of library path confusion, but this is the first I’ve seen of it.
Any suggestions?
Thanks.
libraries\Adafruit_MotorShield\Adafruit_MotorShield.cpp.o: In function `Adafruit_MotorShield::begin(unsigned int)’:
C:\Users\robot\Documents\Arduino\libraries\Adafruit_MotorShield/Adafruit_MotorShield.cpp:45: multiple definition of `Adafruit_MotorShield::begin(unsigned int)’
sketch\Adafruit_MotorShield\Adafruit_MotorShield.cpp.o:sketch\Adafruit_MotorShield/Adafruit_MotorShield.cpp:46: first defined here
I know of a problem with compiling in Arduino 1.6.9 and 1.6.10 that is supposed to be fixed in 1.6.11.
I am compiling OK in 1.6.7.
Thanks. I installed 1.6.11 and it compiled without error. I had been running 1.6.9 no problem, but I don’t have time to track down why that worked with older firmware.
Tim