Re: [Firebird-devel] How to build for Android 64 bit

2020-12-11 Thread Alex Peshkoff via Firebird-devel
On 12/11/20 9:17 PM, marius adrian popa wrote: Hello Alex , For android i see that firebird 3.0.7 builds ok (there are arm binaries on firebirdsql) What ndk do you recommend? I've used r10d - for FB3 it's ok, not for FB4. Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] How to build for Android 64 bit

2020-12-11 Thread marius adrian popa
@Henri Gourvest mentioned that Currently, the ARMv5 build is not suitable because Google requires to package the APK for 4 architectures (ArmV7, ArmV8, x86 & x86_64) on the Play Store. https://developer.android.com/ndk/guides/abis On Fri, Dec 11, 2020 at 8:17 PM marius adrian popa wrote: >

Re: [Firebird-devel] How to build for Android 64 bit

2020-12-11 Thread marius adrian popa
Hello Alex , For android i see that firebird 3.0.7 builds ok (there are arm binaries on firebirdsql) What ndk do you recommend? On Tue, Aug 25, 2020 at 10:36 AM Alex Peshkoff via Firebird-devel < firebird-devel@lists.sourceforge.net> wrote: > On 2020-08-24 23:34, marius adrian popa wrote: > >

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-25 Thread Alex Peshkoff via Firebird-devel
On 2020-08-24 23:34, marius adrian popa wrote: Tested with 3.0 branch and fails at one moment export NDK=$HOME/android-ndk-r17c ./autogen.sh --prefix=/opt/firebird --enable-binreloc --with-cross-build=android.arm64 --without-editline  --with-builtin-tommath make yvalve make[4]: Entering

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread marius adrian popa
Tested with 3.0 branch and fails at one moment export NDK=$HOME/android-ndk-r17c ./autogen.sh --prefix=/opt/firebird --enable-binreloc --with-cross-build=android.arm64 --without-editline --with-builtin-tommath make yvalve make[4]: Entering directory '/home/ubuntu/firebird/gen'

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread marius adrian popa
Thank you >From ndk r18 gcc has been removed (/home/ubuntu/android-ndk-r21d/toolchains//prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc: Command not found) https://github.com/android/ndk/wiki/Changelog-r18 Here is the path for new llvm/clang binaries

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread Alex Peshkoff via Firebird-devel
On 2020-08-24 14:28, marius adrian popa wrote: Alex could you publish arm64 version on Firebird 3.0 download page ? I do not work with FB3 download page myself, I can just prepare binary and put into prerelease place. Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread marius adrian popa
Alex could you publish arm64 version on Firebird 3.0 download page ? seems that 64bit is a requirement in google app store https://developer.android.com/distribute/best-practices/develop/64-bit On Mon, Aug 24, 2020 at 1:29 PM Alex Peshkoff via Firebird-devel <

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread Alex Peshkoff via Firebird-devel
On 2020-08-18 22:06, Karel Rys via Firebird-devel wrote: Hello, I have an application for Android (runs on mobile phones and barcode mobile scanners). Application is written in Delphi, uses Embedded Firebird 3.0.6 and is build for 32 bit. I would like to publish the application in Google

[Firebird-devel] How to build for Android 64 bit

2020-08-18 Thread Karel Rys via Firebird-devel
Hello, I have an application for Android (runs on mobile phones and barcode mobile scanners). Application is written in Delphi, uses Embedded Firebird 3.0.6 and is build for 32 bit. I would like to publish the application in Google Play, so I have to build it for 64 bit Android, too. Please