installRealSenseSDK icon indicating copy to clipboard operation
installRealSenseSDK copied to clipboard

buildLibrealsense.sh cuda compiler version with last Jetson Xavier sdk

Open Fred3D-tech opened this issue 3 years ago • 1 comments

Describe the issue problem with NVCC_PATH

What version of L4T/JetPack L4T/JetPack version: 4.4

in buildLibrealsense.sh, you need to replace NVCC_PATH=/usr/local/cuda-10.0/bin/nvcc by NVCC_PATH=/usr/local/cuda-10.2/bin/nvcc

Fred3D-tech avatar Aug 09 '20 16:08 Fred3D-tech

Fixed in this fork: https://github.com/fireflyautomatix/installRealSenseSDK that's also seen in the Pull requests.

Edit: I also made a fork that bumps NVCC to 10.2 and RealSense SDK v2.45

IndefiniteBen avatar May 06 '21 13:05 IndefiniteBen