Closed mathmax12 closed 5 years ago
Did you recently update your host kernel? I think the headers in toolchain->kernel headers are the ones supported by your cross compilation toolchain. Therefore they must be the same as your host kernel.
I would assume that we need to bump the buildroot submodule every once in a while to support the most recent kernel versions.
Can you try to bumb the buildroot submodule and see if the 5.0.x option becomes available?
Hi,
It's a little wired. The "make vmlinux" work well before. But today I got a "Incorrect selection of kernel headers: expected 4.13.x, got 5.0.x" issue when run "make vmlinux". I tried to change both of "buildroot -> Toolchain -> Custom kernel headers series " and kernel version to 4.18, which is the latest version in my buidroot.
But I still got the issue "Incorrect selection of kernel headers: expected 4.18.x, got 5.0.x".
Any help is appreciated.