Spelt / ZXing.Delphi

ZXing Barcode Scanning object Pascal Library for Delphi VCL and Delphi Firemonkey
Apache License 2.0
471 stars 206 forks source link

Error compiling FmxAddvancedTestApp - Delphi 10.3.3 (Android 64-bit) #91

Closed marlonnardi closed 4 years ago

marlonnardi commented 4 years ago

[DCC Error] E2597 C:\Users\Public\Documents\Embarcadero\Studio\20.0\PlatformSDKs\android-ndk-r17b\toolchains\aarch64-linux-android-4.9\prebuilt\windows\aarch64-linux-android\bin\ld.exe: skipping incompatible simd\libfastutils-android-thumb.a when searching for -lfastutils-android-thumb C:\Users\Public\Documents\Embarcadero\Studio\20.0\PlatformSDKs\android-ndk-r17b\toolchains\aarch64-linux-android-4.9\prebuilt\windows\aarch64-linux-android\bin\ld.exe: cannot find -lfastutils-android-thumb

Spelt commented 4 years ago

Hi

Using Rio 10.3.3 ?

Op za 23 nov. 2019 om 18:46 schreef Marlon Nardi notifications@github.com:

[DCC Error] E2597 C:\Users\Public\Documents\Embarcadero\Studio\20.0\PlatformSDKs\android-ndk-r17b\toolchains\aarch64-linux-android-4.9\prebuilt\windows\aarch64-linux-android\bin\ld.exe: skipping incompatible simd\libfastutils-android-thumb.a when searching for -lfastutils-android-thumb C:\Users\Public\Documents\Embarcadero\Studio\20.0\PlatformSDKs\android-ndk-r17b\toolchains\aarch64-linux-android-4.9\prebuilt\windows\aarch64-linux-android\bin\ld.exe: cannot find -lfastutils-android-thumb

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Spelt/ZXing.Delphi/issues/91?email_source=notifications&email_token=ADAS3VOHHF35PIN52J4ISMTQVFT7XA5CNFSM4JQ3FQSKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3SKWJQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAS3VLCORHW22VUDDQEOO3QVFT7XANCNFSM4JQ3FQSA .

marlonnardi commented 4 years ago

Hi Spelt, Yes Delphi 10.3.3 Version 26.0.36039.7899

Spelt commented 4 years ago

Did not test that one. Sounds like the lib linked in is not (yet) compatible with 64bit.

Op 23 nov. 2019 om 20:12 heeft Marlon Nardi notifications@github.com het volgende geschreven:

 Hi Spelt, Yes Delphi 10.3.3 Version 26.0.36039.7899

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

marlonnardi commented 4 years ago

I'll try to talk to Erik van Bilsen

erikvanbilsen commented 4 years ago

I added 64-bit Android version to original RSP: https://quality.embarcadero.com/browse/RSP-10592

marlonnardi commented 4 years ago

Very very thanks Erik

iwan-c-sugeng commented 4 years ago

Great Erik and Spelt, i just come here to confirm the problem, looks like @marlonnardi already tried it and report it first.

Thanks a lot to all