VC4C
VC4C copied to clipboard
VC4C build error (make compile error)
Hi! I try build openCL on raspberry pi3 b+ board. But occur error when during make at VC4C/build directory. I follow this post: (https://qengineering.eu/install-opencl-on-raspberry-pi-3.html)
Error message:
And this is the execution environment version.
Thank you for reading my article.
Hi! I try build openCL on raspberry pi3 b+ board. But occur error when during make at VC4C/build directory. I follow this post: (https://qengineering.eu/install-opencl-on-raspberry-pi-3.html)
Error message:
And this is the execution environment version.
Thank you for reading my article.
Yeah. Same problem.
I'd recommend you just comment out the lines 827,837, 980 in the ../VC4C/test/TestInstructions.cpp and ignore/recompile
I had the same problem, and commented out. But now clinfo shows no available platforms
I had the same problem, and commented out. But now clinfo shows no available platforms
Right, When I do the same clinfo, 0 comes out.
In my case, renaming INT_MAX to MY_INT_MAX solved issue. Suppose, INT_MAX already defined somewhere. To make clinfo show something, build VC4CL with cmake -DBUILD_ICD=ON ..