Closed Cthuflu closed 2 weeks ago
Hi everyone, I'm happy to tell you that you can use my new app, DaVinci Helper to do all the installation and post installation phases, install the correct GPU drivers and convert the video for DaVinci Resolve Free. Check the GitHub repo : https://github.com/H3rz3n/davinci-helper
If you look in your resolve log there will be a hint for this one.
For my case I found the following:
Resolve is dynamically compiling some opencl binding, it gets a
CL_BUILD_PROGRAM_FAILURE
because the path/usr/lib64/llvm17/bin/../../../lib/clang/17/include/opencl-c-base.h
cannot be found for one of the following reasons:/usr/lib64/llvm17/bin/
does not exist (bash will not resolve the path), installing clang17 solves that:sudo dnf install clang17
/usr/lib/clang/17/include/opencl-c-base.h
does not exist, install clang17-libssudo dnf install clang17-libs