I try to compile my linux Kernel after configuring my kernel configuration, I wrote a make command to start compilation, but an error occurred:
asma@ubuntu :/usr/src/linux$ make make[1]: *** No rule to make target `/usr/src/linux-headers-3.5.0-23/arch/x86/syscalls/syscall_32.tbl', needed by `arch/x86/syscalls/../include/generated/asm/unistd_32.h'. Stop. make: *** [archheaders] Error 2
How can I fix this problem?
source share