Created attachment 869557 [details] make -j17 log Compiling kernel 6.5.1 with make -j17 returns the errors in the attachment. Tried checking the solution on https://stackoverflow.com/questions/18284241/unknown-type-name-bool-when-compiling-kernel-module, but I already have in the Makefile the line NOSTDINC_FLAGS += -nostdinc
Created attachment 869558 [details] kernel config file
Created attachment 869559 [details] Makefile
Post the output of 'emerge --info' please
make V=1 output may be helpful as well
And the entire build log
Created attachment 869747 [details] emerge --info
Created attachment 869748 [details] make V=1
I attached both `emerge --info` and `make V=1`. To get the entire build log do I have to run `make -j17 V=1 > /home/sicro/log 1>&2`?
After updating to 6.5.2 the problem solved itself