Hi, Guys,
I compiled a shared object using mali GPU. But when linking it to produce an application I got an error:.../libGLES_mali.so:unknown CPU architecture.The CFLAGES is -mcpu=cortex-a15 -O2.
What's wrong? I need some help.
Best Regards!
Hi Phenix,
Makes sense that it is imcompatible if libGLES_mali.so is built for ARM. Just need to work out why the arm-linux-androideabi compiler doesn't want to link with it
Chris