Hello,
I installed the DRIVE_Software_9.0 on my host and Drive Agx.
I got some CMake error when I try to do some cross-complie with some modified driveworks samples, following the instruction of https://developer.nvidia.com/drive/learn/tutorial-xcompilation.
Since I can’t address the folder mentioned in the DVIBRANTE_PDK in the command of
“cmake -DCMAKE_BUILD=Release
-DCMAKE_TOOLCHAIN_FILE=…/cmake/Toolchain-V5L.cmake
-DVIBRANTE_PDK:STRING=/home/user/nvidia/nvidia_sdk/DRIVE/Linux/5.0.13.0/OS/DriveSDK/drive-t186ref-linux …”
My host PC folder tree of /home/user/nvidia is shown as below.
└── nvidia_sdk
…└── DRIVE_Software_9.0_Linux_hyperion
…├── documentations
…│ └── devtools
…│ ├── Nsight Graphics 2018.6
…│ └── Nsight Systems 2018.4
…└── SystemProfiler
…└── NsightSystems-linux-nda-2018.4.1.20-d45e3a1
…├── Host-x86_64
…├── Target-arm
…├── Target-arm-linux
…└── Target-arm-qnx
Could you give me some advice? Thank you!