编译dronity

来源:互联网 发布:js post html代码 编辑:程序博客网 时间:2024/06/06 01:14

git clone https://github.com/vitorallo/dronity

修改makefile

指定SYSROOT,CROSS_COMPILE,CC

SYSROOT := /home/szj/software/android-ndk-r11c/platforms/android-21/arch-arm64/
CROSS_COMPILE := /home/szj/software/android-ndk-r11c/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/
CC := aarch64-linux-android-gcc


make

0 0