LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   missing include/generated/autoconf.h (https://www.linuxquestions.org/questions/linux-kernel-70/missing-include-generated-autoconf-h-4175418518/)

Polyphony 07-25-2012 12:20 AM

missing include/generated/autoconf.h
 
I'm trying to compile my own little driver

printk(KERN_ALERT "Hello From KernelSpace");

that's all it does, but when I run make and sudo make it just barks back /include/generated/autoconf.h No file or Directory because there isn't the generated directory in my kernel headers. how do I get autoconf.h do I have to compile the kernel?

bsat 07-26-2012 12:45 AM

Have you installed the linux-headers package ?


All times are GMT -5. The time now is 06:09 PM.