TensorRT samples Cross-Compilation for NVIDIA Drive Platform

How does one cross-compile the samples from GitHub - NVIDIA/TensorRT: TensorRT is a C++ library for high performance inference on NVIDIA GPUs and deep learning accelerators. for the NVIDIA DRIVE AGX platform?
I have found information regarding Jetson and QNX, but nothing for the NVIDIA DRIVE platform.

Dear yaroslav.taran,
Did you check cross compilation instructions for linux at [url]https://github.com/NVIDIA/TensorRT/tree/master/samples/README.md[/url] ?

Note that, you need to satisfy pre-requisites([url]https://github.com/NVIDIA/TensorRT[/url]) before cross compiling.

It is very helpful,
Thank you !