Good day,
I have been trying to compile LE 10 with a newer kernel and I am running into an issue with CrazyCat-10.0-cc.
The error I get is:
Code
/LibreELEC.tv/build.LibreELEC-Generic.x86_64-10.0-devel/build/dvb-latest-10.0-latest/v4l/ccs.h:24:10: fatal error: ../ccs-pll.h: No such file or directory
When I viewed the file structure inside the build directory I noticed that the file doesn't exist, but a similar situation is handled in the backports folder "css.patch" for the ccs.h file in a different location, namely "/crazycat/linux/drivers/media/i2c/ccs/ccs.h".
So I went ahead to the packages folder under /linux-driver-addons/dvb/crazycat/patches and added a patch there for the ccs.h file. However, I still get the same error even though when I open the ccs.h file, I notice that the patch was applied.
I also tried a workaround by adding the "ccs-pll.h" file to the parent directory, but to no avail.