← Back to team overview

rohc team mailing list archive

Re: android compilation

 

> = /opt/android-ndk-r8d/toolchains/arm-linux-androideabi-4.7/prebuilt/linux-x86/bin/:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
> ...
> checking build system type... x86_64-unknown-linux-gnu

You're mixing x86 and x86_64. If your build system is x86, use the NDK
for x86. If your build system is x86_64, use the NDK for x86_64.

Also remove the --build option. The script should find the correct one
by itself.

If it still fails, send me the new output.

Regards,
Didier

Attachment: signature.asc
Description: PGP signature


Follow ups

References