/usr/lib/aarch64-linux-gnu/libEGL.so.1: error adding symbols: DSO missing from command line

Hello,

I make an libNVCommon.a like below. and deploy it in my library directory.
image
libNVCommon.a(NvEglRenderer.o): undefined reference to symbol ‘eglDestroySurface’
//usr/lib/aarch64-linux-gnu/libEGL.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

How can I solve it?

Please let me know how I can try.

Thank you.

This looks to be duplicate. Please look at
https://forums.developer.nvidia.com/t/undefined-reference-to-symbol-egldestroysurface/141694/2