mrchnk / kwaak3

Automatically exported from code.google.com/p/kwaak3
0 stars 0 forks source link

Enter one-line summary #182

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi. I tried to compile ioquake3 with android NDKr8 but the build instruction 
does not work. In this version of NDK the GCC file was changed from 
arm-eabi-gcc to arm-linux-androideabi-gcc. And the compiler give me an error:

Fatal error: invalid -march= option: `armv5te'

I'm tried with different flags such as armv7-a and armv6 but the error persist.

Anybody knows how to build ioquake3 with NDKr8??
thanks.

Original issue reported on code.google.com by olexandr...@gmail.com on 20 Mar 2013 at 10:32