After updating with gpu-viv-bin-mx6q-3.0.35-4.0.0.gz our Qt5 application no longer links correctly.
errors are:
libGLESv2.so: undefined reference to `gcoOS_MemCopy'
libGLESv2.so: undefined reference to `gcoOS_StrLen'
libGLESv2.so: undefined reference to `gcoOS_ZeroMemory'
I found that prototypes of these (and some other) calls were removed from the updated include file HAL/gc_hal_base.h so these
changes must be deliberate.
So my questions are:
Is the file libGLESv2.so.2.0.0 not correctly updated?
or
Is there another library that needs to be linked to provide these functions?
regards,
Henk