Compiling Problem
- This topic has 6 replies, 4 voices, and was last updated 8 years, 4 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Shop › Forum › Makelangelo Polargraph Art Robot › Compiling Problem
Hi, I have a problem.
When I compily the firmware to upload to the arduino UNO the Arduino software says :
firmware_ams.ino:127:43: fatal error: AFMotorDrawbot/AFMotorDrawbot.h: No such file or directory
#include “AFMotorDrawbot/AFMotorDrawbot.h”
^
compilation terminated.
What Can I DO ?
Thanks
Are you using at least Arduino 1.6.7?
The way I have my arduino installed, I have to update the firmware to say this:
#include “AFMotorDrawbot.h”
I’m no programming expert, so I haven’t bothered to dig into the details of the paths, but it works for me.
Good luck!
Hi,
I have the same problem, Arduino 1.6.10 and library’s installed.
Also added the #include, but that made no difference.
Error looks like this:
___
C:\Users\…\Desktop\Makelangelo-firmware-1.3.0\firmware_ams\firmware_ams.ino:146:43: fatal error: AFMotorDrawbot/AFMotorDrawbot.h: No such file or directory
#include “AFMotorDrawbot/AFMotorDrawbot.h”
^
compilation terminated.
exit status 1
Fout bij het compileren van board Arduino/Genuino Uno
This is a known arduino issue. They have promised to fix it in 1.6.11.
So there is no way to compile and upload the firmware right now?
Thanks