Skip to content

Compilation troubles #16

@laflaf3d

Description

@laflaf3d

Hi,

usually I succeed to compil on Arduino. Before buy a JD_IOBoard I would like to test it on Arduino Pro mini. Unfortunately compilation doesn't work. On the IDE when I launch the compilation, the bar graph goes up to 25% for compil jD_IOBoard_MAVLink.cpp and don't progress anymore... even after 10 minutes but process avr-g++.exe seem still woking.
By using command line, I have this kind of problem

E:\Users\foo\jD_IOBoard_MAVLink\jD_IOBoard_MAVLink.cpp:
In function 'void OnMavlinkTimer()':
E:\Users\foo\Documents\Arduino\jD_IOBoard_MAVLink\jD_IOBoard_MAVLink.cpp:
623:28: error: 'RunPattern' was not declared in this scope
if(isArmed) RunPattern();
^
E:\Users\foo\Documents\Arduino\jD_IOBoard_MAVLink\jD_IOBoard_MAVLink.cpp:
624:24: error: 'ClearPattern' was not declared in this scope
else ClearPattern();

How can we compil easily your project?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions