Can find some lib files for xavier nx cross-compiling

  • use the TensorRT OSS to cross-compile for the xavier nx device, some lib files are copied from device.
libnvrtc.so.10.2, needed by /pdk_files/tensorrt/lib/libnvinfer.so, not found (try using -rpath or -rpath-link)
 libnvdla_compiler.so, needed by /pdk_files/tensorrt/lib/libnvinfer.so, not found (try using -rpath or -rpath-link)
libnvmedia.so, needed by /pdk_files/tensorrt/lib/libnvinfer.so, not found (try using -rpath or -rpath-link)
 libEGL.so.1, 

*would some related lib files to produce to resolve the problem?

Hi,

Do you follow the introduction to set up the docked cross-compile environment?

https://github.com/NVIDIA/TensorRT#setting-up-the-build-environment

Example: Ubuntu 18.04 cross-compile for Jetson (arm64) with cuda-10.2 (JetPack SDK)

Thanks.

Yes, I am follow the README.md in the 7.1 batch.

Please try it to verify

Thanks for your feedback.

We are checking this issue internally.
Will get back to you later.

Hi,

Sorry for the late update.

Would you mind checking if the cross-compiling works with the approach below:
https://docs.nvidia.com/jetson/l4t-multimedia/cross_platform_support.html

Thanks.

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