I am trying to get the Ardustation3 software to compile but am getting errors in a couple of the functions. Not being a strong programmer could anyone help me please?
If I try and compile the software in the Arduino IDE it reports a lot of errors but I cannot resolve even the first one.
Peter
Replies
Have you moved all the libraries to the correct place?
I compiled and uploaded successfully today with Arduino IDE 1.5.4
Thanks TC, Peter
The problem seems to be in vsarduino.h
Line 98 void gcs_handleMessage(mavlink_message_t* msg);
Line 100 void send_message(mavlink_message_t* msg);
I did change the paths in 17 include statements at the bottom of this file as well.
I selected the ATMega2560 board.
I am using VisualC++ to try and make it easier to debug.
Peter