Error while executing make command
Thanks for the implementation.
I successfully ran the training part. For post processing, I tried to install fusible using the readme commands. I successfully ran cmake command with cuda 7.5 but while executing make command, I am getting the below error:
''''' CMake Error at fusibile_generated_fusibile.cu.o.cmake:207 (message): Error generating ~/MVSNet/mvsnet/fusibile/CMakeFiles/fusibile.dir//./fusibile_generated_fusibile.cu.o
CMakeFiles/fusibile.dir/build.make:63: recipe for target 'CMakeFiles/fusibile.dir/fusibile_generated_fusibile.cu.o' failed make[2]: *** [CMakeFiles/fusibile.dir/fusibile_generated_fusibile.cu.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/fusibile.dir/all' failed make[1]: *** [CMakeFiles/fusibile.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 ''''''''
Please help me!
Hi @pxu4114
Are you able to compile the original fusibile (https://github.com/kysucix/fusibile)?
Yao
Hi @YoYo000
Yes! I tried that too. Your repository says, cuda version required is 9.0 but when I run 'cmake .' it says need cuda 7.5 but found 9.0. So, I changed cuda to 7.5 and ran cmake which was successful but while doing make I am getting the error.
When I run the cmake using cuda 9.0, I am getting following error:
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find CUDA: Found unsuitable version "9.0", but required is exact version "7.5" (found usr/local/cuda-9.0) Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:386 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.5/Modules/FindCUDA.cmake:949 (find_package_handle_standard_args) /usr/local/share/OpenCV/OpenCVConfig.cmake:67 (find_package) /usr/local/share/OpenCV/OpenCVConfig.cmake:86 (find_host_package) CMakeLists.txt:4 (find_package)
Hello, I also met the 'target all failed' problem when I run 'make', have you got the solution?