Thread: About cross compiling libgtk2.0-dev library
hi,
i'm using parrot's sdk compile 1 demo app android , ardrone. drone controlled through wifi , capable of video streaming 2 cameras on board. i've been trying android demo working on tablet, it's included in parrot's sdk. far, i've cross compiled both, android application , native libraries.
app runs , i'm able make ardrone take off, application crashes , no video displayed on screen.
building native libraries, make file first runs 'check_dependencies.sh' , install them if aren't present in system. 1 of dependencies library libgtk2.0-dev (freely available on ubuntu repositories). discovered library makes cross compiler display 1 weird message:
my best bet i'm incorrectly linking library libgtk2.0-dev create native libraries, in term, linked main app android.code:arm-eabi-gcc: unrecognized option '-pthread'.
according documents found elsewhere in web, library supports armel, i'm not sure if flags settings or versions set correctly arm architecture.
there way make sure dependencies set correctly arm architecture?
on appreciated,
@djaniel
ps. i'm linking these libs:
code:#to use ffmpeg recording verify "libavformat-dev"; verify "libavcodec-dev"; verify "libavutil-dev"; verify "libswscale-dev"; verify "libavfilter-dev"; #to use wiimote in navigation verify "libcwiid-dev"; verify "libbluetooth-dev"; #to compile navigation verify "libsdl1.2-dev"; verify "libgtk2.0-dev"; verify "libxml2-dev"; verify "libudev-dev"; verify "libiw-dev";
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Packaging and Compiling Programs About cross compiling libgtk2.0-dev library
Ubuntu
Comments
Post a Comment