Open undefined06855 opened 1 year ago
I installed a couple of packages I think it needed, flex and bison, and sudo make
gives this error instead:
make -C "/lib/modules/"5.19.0-41-generic"/build" M= modules
make[1]: Entering directory '/usr/src/linux-headers-5.19.0-41-generic'
SYNC include/config/auto.conf.cmd
YACC scripts/kconfig/parser.tab.[ch]
HOSTCC scripts/kconfig/lexer.lex.o
HOSTCC scripts/kconfig/menu.o
HOSTCC scripts/kconfig/parser.tab.o
HOSTCC scripts/kconfig/preprocess.o
HOSTCC scripts/kconfig/symbol.o
HOSTCC scripts/kconfig/util.o
HOSTLD scripts/kconfig/conf
make[2]: *** No rule to make target 'arch/x86/entry/syscalls/syscall_32.tbl', needed by 'arch/x86/include/generated/uapi/asm/unistd_32.h'. Stop.
make[1]: *** [arch/x86/Makefile:232: archheaders] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.19.0-41-generic'
make: *** [Makefile:9: all] Error 2```
If I run
make
the following happens:And if I run
sudo make
instead (Didn't think this would do anything, really)Are there some dependencies or something I've missed out?