Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Android ARM64
#3
(10-01-2019, 05:42 PM)ickydime Wrote: Magic leap responded with a bit more detail in case it helps:
https://forum.magicleap.com/hc/en-us/com...0003730951

"The Magic Leap dev tools and user apps on device are 64-bit only. `aarch64-linux-unknown-gnu` or `aarch64-linux-android` (in a pinch) would be the expected targets. Hope this helps!
 
We also have some security flags that should be applied for best results:
CFLAGS=-march=armv8-a -mcpu=cortex-a57+crypto -fPIC -fpic -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -Wa,--noexecstack -Wformat -Werror=format-security
LDFLAGS=-Wl,--warn-shared-textrel -Wl,--fatal-warnings -Wl,--build-id -no-canonical-prefixes -Wl,--no-undefined -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--enable-new-dtags '-Wl,-rpath=$$ORIGIN'"

Obi 4.0 supports 64 bit ARM. It will be out in a couple weeks at most.
Reply


Messages In This Thread
Android ARM64 - by ickydime - 09-01-2019, 07:26 PM
RE: Android ARM64 - by ickydime - 10-01-2019, 05:42 PM
RE: Android ARM64 - by josemendez - 11-01-2019, 07:35 AM
RE: Android ARM64 - by ickydime - 11-01-2019, 06:32 PM