I want to build the cross compiling environment in the ubuntu linux system. I had build the CUDA cross compiling. But can not build the tensorRT cross compiling environment.When i watch the NVIDIA TENSORRT DOCUMENT–Sample Support Guide, it say(web: Sample Support Guide :: NVIDIA Deep Learning TensorRT Documentation):
- Install the TensorRT cross-compilation Debian packages for the corresponding target.
Note: If you are using the tar file release for the target platform, then you can safely skip this step. The tar file release already includes the cross-compile libraries so no additional packages are required.
QNX AArch64
- libnvinfer-dev-cross-qnx
- libnvinfer8-cross-qnx
- libnvinfer-plugin-dev-cross-qnx
- libnvinfer-plugin8-cross-qnx
- libnvparsers-dev-cross-qnx
- libnvparsers8-cross-qnx
- libnvonnxparsers-dev-cross-qnx
- libnvonnxparsers8-cross-qnx
Linux AArch64 - libnvinfer-dev-cross-aarch64
- libnvinfer8-cross-aarch64
- libnvinfer-plugin-dev-cross-aarch64
- libnvinfer-plugin8-cross-aarch64
- libnvparsers-dev-cross-aarch64
- libnvparsers8-cross-aarch64
- libnvonnxparsers-dev-cross-aarch64
- libnvonnxparsers8-cross-aarch6
Linux SBSA - libnvinfer-dev-cross-sbsa
- libnvinfer8-cross-sbsa
- libnvinfer-plugin-dev-cross-sbsa
- libnvinfer-plugin8-cross-sbsa
- libnvparsers-dev-cross-sbsa
- libnvparsers8-cross-sbsa
- libnvonnxparsers-dev-cross-sbsa
- libnvonnxparsers8-cross-sbsa
and i can not find the deb packages. I had create a topic, and the staff replied can use SDKmanager to install. But when i use the SDKmanager, i also can not find corresponding deb packages. What should i do to build the TensorRT cross compiling environment! Please give me a hand!