Re: [v8-users] Error cross compiling V8 with is_component_build=true on ARM64

2019-02-21 Thread Darin Dimitrov
Another issue with this build but on Mac OS host: [1/1270] SOLINK ./libc++.cr.so FAILED: libc++.cr.so libc++.cr.so.TOC lib.unstripped/libc++.cr.so lib. unstripped/libc++.cr.so.map.gz python "../../build/toolchain/gcc_solink_wrapper.py" --readelf= "../../third_party/android_ndk/toolchains/x86-4.9/p

Re: [v8-users] Error cross compiling V8 with is_component_build=true on ARM64

2019-02-20 Thread Jakob Gruber
+Michael Achenbach On Wed, Feb 20, 2019 at 1:04 PM Darin Dimitrov wrote: > Yes, but there's no *libandroid_support.a* for ARM64. This file exists > only for ARM and x86 in the NDKs. Also as far as I know, API levels >= 21 > do not need this file anymore. > > Looking at this line here: > https:/

Re: [v8-users] Error cross compiling V8 with is_component_build=true on ARM64

2019-02-20 Thread Darin Dimitrov
Yes, but there's no *libandroid_support.a* for ARM64. This file exists only for ARM and x86 in the NDKs. Also as far as I know, API levels >= 21 do not need this file anymore. Looking at this line here: https://chromium.googlesource.com/chromium/src/build.git/+/refs/heads/master/config/android

Re: [v8-users] Error cross compiling V8 with is_component_build=true on ARM64

2019-02-20 Thread Jakob Gruber
You are building with target_os="android"; would you expect this to not need libandroid_support? On Wed, Feb 20, 2019 at 10:23 AM Darin Dimitrov wrote: > I am trying to cross compile V8 for ARM64 with *is_component_build=true* > for ARM64: > > gn gen outgn/release --args="is_component_build=true