I’d like to install PCL1.8 on my TX2, I have installed CUDA9.0. However:
cuda/features/CMakeFiles/pcl_cuda_features.dir/build.make:63: recipe for target ‘cuda/features/CMakeFiles/pcl_cuda_features.dir/src/pcl_cuda_features_generated_normal_3d.cu.o’ failed
make[2]: *** [cuda/features/CMakeFiles/pcl_cuda_features.dir/src/pcl_cuda_features_generated_normal_3d.cu.o] Error 1
CMakeFiles/Makefile2:6499: recipe for target ‘cuda/features/CMakeFiles/pcl_cuda_features.dir/all’ failed
make[1]: *** [cuda/features/CMakeFiles/pcl_cuda_features.dir/all] Error 2
Makefile:160: recipe for target ‘all’ failed
make: *** [all] Error 2
Thank you very much!!! Hope your help.
Hi,
Sorry that we are not familiar with point cloud library.
In general, you need to modify the CMakeLists for Jetson platform:
[url]https://github.com/PointCloudLibrary/pcl/blob/2f47533a6dcd0c73294b3ec5d00722f6811082e0/CMakeLists.txt[/url]
Here is an example for your reference:
Thanks.
anybody figured this out?