jdrones / jD-IOBoard

jDrones IOBoard firmware repository
12 stars 25 forks source link

Compilation troubles #16

Open laflaf3d opened 9 years ago

laflaf3d commented 9 years ago

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?