couldn't find static library for libGL.

i’m trying to build my project with gcc-linaro-6.3.1 but i’m unable to find libGL.a file.
so my question is "is any static library is present in nvidia sdk manager installation or not, if it is present so what is the path of that.?

Hi,
Please share the error message of reference.
SDKManager installs packages that is required for NVIDIA packages such as tegra_multimedia_api samples, DeepStream SDK. For others, you may manually install it through sudo apt install

We have samples in

/usr/src/nvidia/graphics_demos/

After SDKManager installation, you can successfully compile these samples at least.