W dniu 21.09.2012 22:24, Zach Pfeffer pisze:
On 21 September 2012 15:07, Mike Turquette mturquette@linaro.org wrote:
Is there an Android.mk? Looking at https://github.com/omapconf/omapconf it says it works on Android, but I don't see an Android.mk to compile it with.
It is on page:
Build instructions and installation via ADB (Android):
Make sure your Android device is connected to host via ADB: # adb kill-server # adb devices * daemon not running. starting it now * * daemon started successfully * List of devices attached emulator-5554 device # adb root
To build and install ompaconf for Android via ADB:
make CROSS_COMPILE=arm-none-linux-gnueabi- install_android
OMAPCONF binary will be copied to /data directory (known writable directory) on your Android device. You may get it copied to a different directory by updating Makefile at your convenience.