Android Build error about -lEGL
#1
Question 
Hi,

I am building XBMC for amlogic android.
I got following error message for xbmc make.

#make -C tools/android/depends/xbmc
....
checking for main in -lEGL.... no
configure: error: Could not find a required library. Please see the README for your platform.
make: ***[../../../../libxbmc.so] error 1
....

I am found the libEGL.so file at /toolchain/android-14/sysroot/usr/lib.
I use the android-14 sdk platform for ICS.

Please, help me...Huh

Reply
#2
I solved this problem...The key of the problem is that the build of tool chain don't not perfectly success. The download fail of tar file is cause.
Reply

Logout Mark Read Team Forum Stats Members Help
Build error about -lEGL0