dogtwelve / eepp

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

IO PROBLEM #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
HEllo

new exception during the depoyement,

libusc.so: No such file or directory.
Error while mapping shared library sections:
libGLESv1_CM_POWERVR_SGX540_120.so: No such file or directory.
Error while mapping shared library sections:
libGLESv2_POWERVR_SGX540_120.so: No such file or directory.
Error while mapping shared library sections:
libpvrANDROID_WSEGL.so: No such file or directory.
Error while mapping shared library sections:
libpvr2d.so: No such file or directory.
Error while mapping shared library sections:
gralloc.s5pc110.so: No such file or directory.
(no debugging symbols found)
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint
0x400a566c in __ioctl ()
i will invistigate later, i just did a compile.sh for now

regards
david

Original issue reported on code.google.com by Davidgui...@gmail.com on 29 Feb 2012 at 5:23

GoogleCodeExporter commented 9 years ago
It looks like the previous bug report, the _ioctl() is always caused by a 
failed loadLibrary call. Make sure that libmain.so was generated successfully.

Original comment by spart...@gmail.com on 29 Feb 2012 at 5:28

GoogleCodeExporter commented 9 years ago
libmain.so is well generated, and located at :
eepp/android-project/libs/armeabi

Original comment by Davidgui...@gmail.com on 29 Feb 2012 at 8:21

GoogleCodeExporter commented 9 years ago
Then please, rebuild all, run first clean.sh, then compile.sh and copy & paste 
the COMPLETE console output.
Thanks

Original comment by spart...@gmail.com on 29 Feb 2012 at 8:26

GoogleCodeExporter commented 9 years ago
Closed.

Original comment by spart...@gmail.com on 30 Sep 2012 at 6:20