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
+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:/
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
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