Kodi Community Forum

Full Version: Build error about -lEGL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

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.