How to make libcocos2d.so with arm-fsl-linux-gnueabi-g++

My IDE is Eclipse,first I import project,select the directory cocos2dx,then I can make the

“libcocos2d.so” use in X86.

Then I change my compiler to arm-fsl-linux-gnueabi-g**,DEPEND to libEGL.so libGLESv1_CM.so.
In X86,it DEPEND to libGLEW.so libGL.so libglfw.so.
In arm-g**,compile is pass,no errors,at link phase,ERRORS occur.

/usr/bin/ld: ./CCCamera.o: Relocations in generic ELF (EM: 40)

I have clear my project,but it don’t work.

In arm11 platform,it use OPENGLes,anything I need to aware of ?