This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Mali Graphics Debugger : No trace displayed on MGD GUI


Hi,

I am trying to install Mali graphics debugger(v2.0.2) on my target(arm_fbdev) as mentioned in the MGD user guide.

I started the mgddaemon and preloaded the interceptor library path before launching the OpenGL ES app but i could not get any trace on MGD GUI.

However, it seems that the host is properly connected as per below log

"Host Connected."

Also . i tried the other alternative to LD_PRELOAD ,i.e., setting LD_LIBRARY_PATH & MGD_LIBRARY_PATH as mentioned in the guide

but still could not get any traces.

I could see libEGL.so and libGLESv2.so in arm_fbdev folder other than the interceptor library.

Please suggest if I am missing anything on setup.

Thanks and Regards

Prabal Ghosh

Parents
  • Hi Prabal,

    Can you let us know the output of the following 2 commands:

    ldd <path/nameofexecutable>

    LD_PRELOAD=/path/to/libinterceptor.so ldd <path/nameofexecutable>


    Making sure that in the LD_PRELOAD case you are passing the full path including the name of the library not just the directory.

    Cheers,

    Chris

Reply
  • Hi Prabal,

    Can you let us know the output of the following 2 commands:

    ldd <path/nameofexecutable>

    LD_PRELOAD=/path/to/libinterceptor.so ldd <path/nameofexecutable>


    Making sure that in the LD_PRELOAD case you are passing the full path including the name of the library not just the directory.

    Cheers,

    Chris

Children