Compiling Problem

Shop Forum Makelangelo Polargraph Art Robot Compiling Problem

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10352
    Anonymous
    Inactive

    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

    #10353
    Dan
    Keymaster

    Are you using at least Arduino 1.6.7?

    #10356
    tjhawkey
    Participant

    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!

    #10459
    Anonymous
    Inactive

    Hi,

    I have the same problem, Arduino 1.6.10 and library’s installed.

    Also added the #include, but that made no difference.

    #10460
    Anonymous
    Inactive

    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

    #10461
    Dan
    Keymaster

    This is a known arduino issue. They have promised to fix it in 1.6.11.

    #10468
    Anonymous
    Inactive

    So there is no way to compile and upload the firmware right now?

    Thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.