Closed Devanse7 closed 1 year ago
The patch probably doesn’t build cleanly.
You should check the build logs for any compilation error. Because the kernel compiles multiple files at the same time, the errors might be scattered across the output.
Pls close, yes, it was my mistake
Good day, friends. I apologize for what might be a naive question, but I need a bit of help:
I want to build cloned kernel
git clone https://github.com/fabianishere/pve-edge-kernel
I follow all the steps in the "Building manually" section, but any attempt to add something causes build issues, and I can't figure out where.
It feels like the cloned copy checks all the files before building, and if there's even the slightest change, they won't compile. Is that possible?
I add my patch to
/debian/patches/pve/
, as instructed on the site, add a reference to it inseries.linux
, run the compiler, and always get an error. The error message is quite vague. Here's its output:If I build the exact same thing but without any changes, then the output should be:
As we can see, we crash with an error at the
GEN .version
stage. Or am I wrong?Do I need to somehow generate the version after making changes? Any help would be appreciated. I've already spent two days trying to understand why I can't make any changes before compiling.