You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to cross-compile rusty_v8 for Android platform. But I encounter an error while trying to cross-build it.
ninja: error: '../../../../../../_cache/android-r27c-api-24-v1/sysroot/usr/lib/clang/20/lib/x86_64-unknown-linux-gnu/libclang_rt.builtins.a', needed by 'clang_x64_v8_arm64/obj/v8/libv8_libbase.a', missing and no known rule to make it
It tries to find the libclang_rt which the clang toolchain I provided didn't have that for some reason, but instead it has an alternative which is libgcc (cc -print-libgcc-file-name). Is there a way to disable that?
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to cross-compile rusty_v8 for Android platform. But I encounter an error while trying to cross-build it.
It tries to find the
libclang_rt
which the clang toolchain I provided didn't have that for some reason, but instead it has an alternative which islibgcc
(cc -print-libgcc-file-name
). Is there a way to disable that?The text was updated successfully, but these errors were encountered: