2

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 ?

Ben Harrison
  • 2,121
  • 4
  • 24
  • 40
max
  • 53
  • 2
  • 6

1 Answers1

2

There is no ARM6 Android ABI in the NDK. ARM6 Android devices use the ARM5 ABI (which is the plain androideabi).

Dan Albert
  • 10,079
  • 2
  • 36
  • 79