Hello,
I have recently set up a Jetson Orin NX using the newly released JetPack 7.2. However, when I attempted to use trtexec (or run containerized applications), I encountered errors/warnings regarding a missing libnvdla_compiler.so file. Here is the log from nvidia-ctk
Jun 03 06:22:06 orin-nx70 nvidia-ctk[7207]: time="2026-06-03T06:22:06Z" level=warning msg="Could not locate /usr/lib/aarch64-linux-gnu/nvidia/libnvdla_compiler.so: /usr/lib/aarch64-linux-gnu/nvidia/libnvdla_compiler.so: not found"
I checked the host directory, and the compiler library is indeed missing, while other DLA-related libraries exist:
$ ls /usr/lib/aarch64-linux-gnu/nvidia/ -la | grep dla
-rw-r–r-- 1 root root 289512 Jun 1 21:16 libnvcudla.so
-rw-r–r-- 1 root root 7347616 Jun 1 21:16 libnvdla_runtime.so
-rw-r–r-- 1 root root 70000 Jun 1 21:16 libnvmedia_dla.so
I also ran apt-file search to see if there is any package providing this file in the JetPack 7.2 repository, but it returned nothing.
On my other/older Jetson environment, this file used to be provided by the nvidia-l4t-core (or similar nvidia-l4t-dla-compiler) package.
It seems that libnvdla_compiler.so is missing from the apt repository or the BSP package for JetPack 7.2.
Could you please check if this library was omitted from the JetPack 7.2 release or if there is an alternative package I should install?
Thank you.