zack1007x2 / copter-gcs

Automatically exported from code.google.com/p/copter-gcs
0 stars 0 forks source link

Latest git code does not compile the jni library #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to compile the library
2.
3.

What is the expected output? What do you see instead?
Looks like a bunch of header files for MAVLink 1.0 are missing

What version of the product are you using? On what operating system?
The latest version from the git repository

Please provide any additional information below.
I did get it to compile by copying over all the header files from the 
arducopter library but the program still segfaults in the library.

Original issue reported on code.google.com by lbrecken...@gmail.com on 13 Jun 2012 at 1:51

GoogleCodeExporter commented 9 years ago
I get an error using ndk r8b:

Gdbserver      : [arm-linux-androideabi-4.6] libs/armeabi/gdbserver
Gdbsetup       : libs/armeabi/gdb.setup
Compile++ thumb  : jmavlink <= jmavlink.cpp
In file included from jni/mavlink/include_v1.0/ardupilotmega/mavlink.h:25:0,
                 from jni/jmavlink.cpp:3:
jni/mavlink/include_v1.0/ardupilotmega/ardupilotmega.h:142:39: fatal error: 
./mavlink_msg_fence_point.h: No such file or directory
compilation terminated.

Original comment by david8bl...@gmail.com on 24 Sep 2012 at 6:34

GoogleCodeExporter commented 9 years ago
Yup, at the moment there are a lot of issues with the Mavlink library.
Late last night I got it compiling and running (JNI became a little more picky).
I have to test it etc, but new code will be coming out soon. Long days at work 
putting a slow down on progress.

Bart

Original comment by Orio...@gmail.com on 26 Sep 2012 at 1:29