Issue
I'm trying to build vp8 for android armv6 but with no luck
I tried to set --target=armv6-android-gcc but i get Unrecognized toolchain 'armv6-android-gcc' error
but --target=armv7-android-gcc works just fine.
how should i do it ?
Solution
There is no ARM6 Android ABI in the NDK. ARM6 Android devices use the ARM5 ABI (which is the plain androideabi).
Answered By - Dan Albert
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.