Closed jeffhammond closed 3 years ago
As I see, you are using LLVM 7 for this build? If this was your intention then you need to disable VC like this is described in build instructions:
by adding cmake parameter : -DIGC_BUILD__VC_ENABLED=OFF
I used LLVM 7 because it insisted I have LLVM 7 installed (I had 9 and 10 but they were rejected). I assumed that LLVM 7 was a dependency. But I'll try this now.
If you wish to use other preinstalled LLVM in system then please use this cmake parameter: -DIGC_PREFERRED_LLVM_VERSION="10.0.0" - then you don't need to disable VC.
I'm closing this issue as it was addressed. Feel free to re-open if needed.
In https://github.com/intel/compute-runtime/issues/397, it was suggested that I compile IGC in order to work around CMake issues preventing me from compiling Level Zero for something other than an Intel GPU.
This is a Raspberry Pi 4. I do not understand the CMake error below.