I have a question about how to build open source programs with a configure script for Android using NDK?

I have seen something here but it doesn't seem to be very helpful.

Here's another question but it didn't provide much information either.

Are there more detailed information about how to build open source programs with a configure script for Android using NDK?


I have a CyanogenMod with a terminal emulator, so I'd like to have a Linux like environment on my Android.

有帮助吗?

解决方案 2

It seems that with configure scripts that support cross compiling a GNU toolchain can be used.

But Google's NDK seems to lack a lot of things, although by using Google's NDK as a standalone toolchain can accomplish some things. Using NDK I have built binutils successfully have not tested if the binaries really work. Here's some relevant information.

I'm not sure if there are other prebuilt GNU toolchains.

其他提示

This makefile uses the information from the warpedtimes blog post to pass correct parameters to configure script to build for Android NDK.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top