Compiling error with Jetson AGX Orin platform #2744
-
Hi,
But i have Jetpack 5.0.1 with:
i am getting deprecated error because of my TensorRT version. My error is: I can't install required versions of cuDNN and TensorRT versions to Jetson. I also wrote Nvida forum about this problem. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I got same problem too |
Beta Was this translation helpful? Give feedback.
-
@NilaySener Other people have reported being able to build with Jetpack 5.0, so I had a look at old Autoware Universe PRs and issues and found an issue that mentions this same problem. The workaround is to add the For more details on the current library upgrade plan, see @kenji-miyake 's comment on issue 2428. |
Beta Was this translation helpful? Give feedback.
-
The detailed status of the Orin system is as follow: |
Beta Was this translation helpful? Give feedback.
@NilaySener Other people have reported being able to build with Jetpack 5.0, so I had a look at old Autoware Universe PRs and issues and found an issue that mentions this same problem.
The workaround is to add the
-Wno-error=deprecated-declarations
compiler flag to CMakeLists.txt.For more details on the current library upgrade plan, see @kenji-miyake 's comment on issue 2428.