Undefined reference to symbol 'eglQueryString'

Good afternoon,

I am currently adapting code from the MultiSensor sample from LibArgus.

It is giving me the following error: undefined reference to symbol ‘eglQueryString’ //usr/lib/aarch64-linux-gnu/libEGL.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status.

I know It is something to do with linking the libraries but I don’t know where is the .so file I need for eglQueryString.

If someone could help me It would be appreciated.

Hi,
By default the libs should be linked to libs in

/usr/lib/aarch64-linux-gnu/tegra-egl

If the symbolic links are missing in your system, please manually add the links and give it a try.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.