balena-os / balena-jetson-orin

Balena integration repository for Jetson Orin devices
Apache License 2.0
8 stars 6 forks source link

Missing libnvdla_compiler.so #519

Open ceccocats opened 1 week ago

ceccocats commented 1 week ago

When compiling a tensorrt application i get this error:

/usr/bin/ld: warning: libnvdla_compiler.so, needed by /usr/lib/aarch64-linux-gnu/libnvinfer.so, not found (try using -rpath or -rpath-link)

looks like libnvdla_compiler.so is not present is host system:

root@4d82427:~# ls /usr/lib | grep nvdla
libnvdla_runtime.so

should it be in the container?

mmuhiedd commented 3 days ago

Hi ! Got the same error on my side. Any update ?

mmuhiedd commented 56 minutes ago

By the way, DeepStream 7.0 and later do require this library. Due to this issue, we are stuck to the old version...

Is it a known bug on your side ?