Modification time mismatch, brand new install on VM for testing stuff out

Hi all, I am in a vm trying to do some testing and am having some issues with make menuconfig
i did the typical
[root@cachyos user]# cd /usr/src/linux-cachyos
[root@cachyos linux-cachyos]# make menuconfig

and i got this error

crypto/Kconfig:1448: can’t open file “arch/arm/crypto/Kconfig”
make[2]: *** [scripts/kconfig/Makefile:56: menuconfig] Error 1
make[1]: *** [/usr/lib/modules/6.11.0-5-cachyos/build/Makefile:681: menuconfig] Error 2
make: *** [Makefile:224: __sub-make] Error 2

so i
sudo pacman -S dkms
because i had some issues with dkms and reading old arch forums threads, this solved some of my issues with linux-headers.

then i
[root@cachyos user]# pacman -Qikk linux-cachyos-headers

and i got this output
warning: linux-cachyos-headers: /usr/lib/modules/6.11.0-5-cachyos/build/scripts/kconfig/.confdata.o.cmd (Modification time mismatch)
warning: linux-cachyos-headers: /usr/lib/modules/6.11.0-5-cachyos/build/scripts/kconfig/.expr.o.cmd (Modification time mismatch)
warning: linux-cachyos-headers: /usr/lib/modules/6.11.0-5-cachyos/build/scripts/kconfig/.lexer.lex.o.cmd (Modification time mismatch)
warning: linux-cachyos-headers: /usr/lib/modules/6.11.0-5-cachyos/build/scripts/kconfig/.menu.o.cmd (Modification time mismatch)
warning: linux-cachyos-headers: /usr/lib/modules/6.11.0-5-cachyos/build/scripts/kconfig/.parser.tab.o.cmd (Modification time mismatch)
warning: linux-cachyos-headers: /usr/lib/modules/6.11.0-5-cachyos/build/scripts/kconfig/.preprocess.o.cmd (Modification time mismatch)
warning: linux-cachyos-headers: /usr/lib/modules/6.11.0-5-cachyos/build/scripts/kconfig/.symbol.o.cmd (Modification time mismatch)
warning: linux-cachyos-headers: /usr/lib/modules/6.11.0-5-cachyos/build/scripts/kconfig/.util.o.cmd (Modification time mismatch)
linux-cachyos-headers: 20320 total files, 8 altered files

could someone assist me on this? couldnt find anything from a google search. arch forums arent gonna cover this in their threads so no point searching in there and havent seen anything from this forum…