0

I am using Fedora 16.The kernel is 3.3.2.-6.fc16.i686.PAE.I have installed the correct kernel devel.But when I am trying to compile any module against it I am getting an error mentioned below

No rule to make target /usr/src/kernels/3.3.2-6.fc16.i686.PAE/arch/x86/syscalls/syscall_32.tbl', needed byarch/x86/syscalls/../include/generated/asm/unistd_32.h'. Stop.

Any idea what is wrong and what needs to be done?

1
  • Check if build dependecies are met. See: kdpeter.blogspot.com.br/2011/05/… Check the Makefile for the module. It may be pointing to wrong source path. Commented May 6, 2012 at 19:52

1 Answer 1

0

If you have the kernel sources, just compile it again and try compiling your module.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.