-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VP9 extension ./generate_libvpx_android_configs.sh: Toolchain is unable to link executables #5922
Comments
I can reproduce this. I tried a range of NDKs from r10e to r19c. |
It looks like this may have been broken by 3169b14. The extension builds correctly for me with v1.7.0 and NDK r16. |
Another option that works for me is to switching |
@andrewlewis How do I do that? |
I checked out branch v1.7.0
and then tried with NDK r16b, but also didn't work:
config.log for armeabi-v7a:
|
Update configuration script to use an external build, so we can remove use of isysroot which is broken in the latest NDK r19c. Also switch from gnustl_static to c++_static so that ndk-build with NDK r19c succeeds. Issue: #5922 PiperOrigin-RevId: 250287551
@andrewlewis @tonihei @ojw28 I changed the
|
Update configuration script to use an external build, so we can remove use of isysroot which is broken in the latest NDK r19c. Also switch from gnustl_static to c++_static so that ndk-build with NDK r19c succeeds. Issue: #5922 PiperOrigin-RevId: 250287551
@s3433557 After that commit the script doesn't expect the NDK path to be passed any more (see the change to the readme in the same commit). |
[REQUIRED] Searched documentation and issues
[REQUIRED] Question
I get error when running the
cd ${VP9_EXT_PATH}/jni && ./generate_libvpx_android_configs.sh "${NDK_PATH}
config.log for armeabi-v7a:
I may have seen similar errors, reported but I didn't find any solution or any that worked.
How to fix it?
The text was updated successfully, but these errors were encountered: