Replies

  • Help Please!

    Why I have this error message?

    Build is without errors, the file is included in the project.

    capture.JPG

  • I had successfull compile of ArduCopter 2.5.5 with VS 2010 (Visual Micro installed)

    Compiling 'ArduCopter' for 'Arduino Mega 2560 or Mega ADK'

    Binary sketch size: 157236 bytes (of a 258048 byte maximum) (67.609375 secs)

    Today I tried to biuld ArduCopter 2.7.3 but have a lot of errors like:

    Compiling 'ArduCopter' for 'Arduino Mega 2560 or Mega ADK'

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    GCS_Mavlink.pde : macro "AP_GROUPINFO" passed 5 arguments, but takes just 4

    ArduCopter.pde : In file included from

    Parameters.h : 'AP_Camera' does not name a type

    Parameters.h : Parameters()'

    Parameters.h : RC_Channel(int)'

    RC_Channel.h : RC_Channel()

    ..............

    and a lot more...

    Any ideas?

     

  • Hi Fab,

    Yes you were right. VisualMicro was the easiest to compile arduino & apm project. Now I'm able to compile without any problem. As I was looking for, it just work. Now I'm looking to use with debug, i'm sure it'll help with development.

    Thanks.
  • If you get fustrated with eclipse then try microsoft visual studio and the free arduino plugin for visual studio. the code completion, and arduino reference tutorials make learnig apm much faster.   Install is normal windows installers which means click and go (no hoops to jump through)

    One other nice thing about visual studio is that it uses your arduino preferences so no sketch folder issues and can edit/compile any arduino project without the complexity of make files or configuration.

    There is a microsoft offer that gets you a copy of visual studio for free, read more on http://www.visualmicro.com

  • I've just updated https://code.google.com/p/ardupilot-mega/wiki/Eclipse . Please let me know if there are any problems with those instructions.

  • I have been using Eclipse to edit the arducopter code, but have not been able to solve my problems with it yet.

    See the end of this thread:

    http://diydrones.com/profiles/blogs/developing-code-for-the-apm-web...


    The latest is that I have it fully working for ArduPlane, but am getting hundreds of "could not be resolved" for ArduCopter. Both compile fine but editing is a problem. I used the instructions on slide 5 of Andreas' webinar at https://docs.google.com/presentation/d/1YAnIcsbGY0mg-hr7tkAubNtOpZP...

  • Hi all, I fully support this for setting up Eclipese beside a practical introduction to software and hardware in the loop testing!

    Thanks a lot in advance.

  • Hello Seth,

    I'm trying to do the same but in Netbeans. I found some guides to use Netbeans for the arduino code we have from arducopter or arduplane.

    http://bleaklow.com/2010/06/22/configuring_netbeans_to_use_as_an_ar...

    http://www.kerrywong.com/2010/05/16/arduino-development-using-netbe...

    I'm interesting in make an interface program by myself but using the libraries we have jet. 

    If someone could to help to you I'm sure I try it with Eclipse too.

    Tell us if you find the way.

    Configuring NetBeans to use as an Arduino IDE - Alan's Ramblings
    Configuring NetBeans to use as an Arduino IDE - Alan's Ramblings
This reply was deleted.