-
Notifications
You must be signed in to change notification settings - Fork 71
Description
We want to run a computer vision processing algorithm on a Raspberry Pi 4, but with the computations being performed on the GPU of a PC.
Error occurs during compilation and the project is not built correctly.
Environment:
-Ubuntu 24.02
-GPU: Nvidia RTX 2060
-CUDA: 12.2
-Compiler: GCC 10.3.0 (or the version suitable for the system)
-OpenCL 3.0
PoCL Remote: (insert version if known)
Steps Taken:
-Clone the PoCL Remote repository
-Run mkdir build; cd build; cmake ../pocld; make in the project's root directory
Error Details:
fatal error: config.h: No such file or directory
42 | #include "config.h"
| ^~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/pocld.dir/build.make:76: CMakeFiles/pocld.dir/pocld.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/pocld.dir/all] Error 2
make: *** [Makefile:91: all] Error 2