cannot load ArduPlane V2.74 to APM 2.5

Dear all,

I cannot load the ArduPlane V2.74 to APM 2.5.  using Arduino 1.05 .  Now I  face this following Problem.Thanks

(variable or field 'run_cli' declared void)

static void run_cli(AP_HAL::UARTDriver *port);

____------______-------______------------------_____

In file included from ArduPlane.pde:66:
compat.h:12: error: variable or field 'run_cli' declared void
compat.h:12: error: 'AP_HAL' has not been declared
compat.h:12: error: 'port' was not declared in this scope
In file included from ArduPlane.pde:73:
Parameters.h:255: error: 'AP_Int16' does not name a type
Parameters.h:256: error: 'AP_Int8' does not name a type
Parameters.h:260: error: 'AP_Int16' does not name a type
Parameters.h:261: error: 'AP_Int16' does not name a type
Parameters.h:262: error: 'AP_Int8' does not name a type
Parameters.h:263: error: 'AP_Int8' does not name a type
Parameters.h:264: error: 'AP_Int8' does not name a type

------

---------

----------

Best Regards,

thae mg

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • I think what's most likely is that your libraries aren't in the right place in your Arduino directory. I'm too tired at the moment to get into specifics, but you might want to look up "Libraries" at arduino.cc to make sure they're where they need to be.

This reply was deleted.

Activity