Top "Arm64" questions

64-bit ARM architecture, also known as AArch64.

duplicate symbols for architecture arm64 after Xcode 8.0 update

I get duplicate symbols error after I updated my Xcode. (find the code down) Does anybody get this too? And …

ios xcode architecture updates arm64
How to determine host value for configure when using cross compiler

General question: If I use a cross compiler, how can I tell the value of the "--host" option I should …

cross-compiling autoconf arm64
Where I can find openssl iOS 7 libcrypto.a and libssl.a static library for arm64 architecture

I need libcrypto.a and libssl.a static library for arm64 bit architecture in iOS 7 to build and run a …

openssl arm64
What are the semantics of ADRP and ADRL instructions in ARM assembly?

ADRP Address of 4KB page at a PC-relative offset. ADRL Load a PC-relative address into a register. It is similar …

assembly arm arm64 instructions position-independent-code
duplicate symbols for architecture arm64 (Xcode error)

I deleted all reference to GoogleMobileAdsSDKiOS-7.1 from my project and added 7.4.1. When I ran app on simulator everything works fine …

ios xcode admob arm64 mach-o
gcc-7: error: unrecognized command line option ‘-m64’

I'm trying to compile C code on a Jetson Nano and I get this error during compiling. I tried removing …

c++ linux g++ arm64 gcc7
Building ffmpeg iOS libraries for armv7, armv7s, arm64, i386 and universal

I have seen several scripts to build FFmpeg API for armv7, 7s and i386 but couldn't find anything which would …

ios ffmpeg armv7 i386 arm64
Missing required architecture arm64 in Xcode

I'm getting the error "missing required architecture arm64 in file /user/location/myframework.a(2 slices)" when I compile my project …

ios xcode arm64
Do we need to compile iOS App for both "armv7" and "arm64" if my deployment target is 8.0?

My App supports from iOS8.0 and above. And I know that from iOS7 onwards its arm64 bit architecture. In that …

ios cpu-architecture armv7 arm64
ARMv8 - Running legacy 32 bit Applications on 64 bit OS

Going thru the ARMv8 manual, I have the following questions to help understand the big picture. Can legacy 32 bit app. (…

linux arm arm64