2

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 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

Comments

0

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.