Please provide the following info (check/uncheck the boxes after creating this topic): Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
Please use absolute path for CMAKE_TOOLCHAIN_FILE and make sure you have followed the DW cross compilation steps in the documentation.
Below commands worked for me
mkdir ~/DW-2.2-cross
cd ~/DW-2.2-cross
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/usr/local/driveworks-2.2/samples/cmake/Toolchain-V5L.cmake -DVIBRANTE_PDK:STRING=/home/sindarapu/nvidia/nvidia_sdk/DRIVE_Software_10.0_Linux_OS_DRIVE_AGX_PEGASUS_XT/DRIVEOS/drive-t186ref-linux /usr/local/driveworks-2.2/samples
CMakeOutput.log (104.3 KB)
These are the error I received and the ouput log file as well. Please give me some suggestions to solve this problem.
Thank you~
Dear @ninh.phamngoc,
I see CUDA 11.8 installed on host . Could you please remove all the other CUDA version and CUDA libs and check uninstall/installing DRIVE release again on host.
If possible, It is preferable to check on freshly installed machine to avoid system stability and lib compatibility issues.