How to obtain libGLESv2.so, libEGL.so, and libGLdispatch.so.0 with all symbols exported when compiling the G310 DDK?

my G310 ddk is VX501X08X-r52p0-00eac0-1-pkg1, my profile config file is:

GLES=y
CL=n
VULKAN=n
RELEASE=y

LINUX=y

before build, I run :

fpga_g310_build/config bldsys/profiles/vx501x08x-fpga.config GPU_G310=y GLES=y HWVER_R1P0=y WINSYS_FBDEV=y WINSYS_FBDEV_PRIMARY=y USE_SHA1_HARDWARE=n KERNEL_DIR=/home/ojo/qianqian/linux-code/nilinux PKG_CONFIG=y PKG_CONFIG_PACKAGES='libdrm' PKG_CONFIG_PATH=/home/ojo/qianqian/package/usr/lib/pkgconfig/ PKG_CONFIG_SYSROOT_DIR=/home/ojo/qianqian/package

then fpga_g310_build/buildme

this way I can get libGLESv2.so, libEGL.so, no libGLdispatch.so.0, but many commonly used function symbols, such as glCreateProgram and eglInitialize, are not exported. 

Therefore, I would like to seek support on how to configure the build to export all commonly used function symbols. Additionally, how can I configure the build to obtain libGLdispatch.so.0?

Many thanks!

Best regars,

qianqian zhang from netint