jetsonhacks / installRealSenseSDK

Install the Intel RealSense SDK on the NVIDIA Jetson Development Kits
MIT License
154 stars 38 forks source link

buildLibrealsense.sh cuda compiler version with last Jetson Xavier sdk #12

Open Fred3D-tech opened 3 years ago

Fred3D-tech commented 3 years ago

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

IndefiniteBen commented 3 years ago

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