I get this error
I am installing command-line
Code:
The path "/usr/src/linux/include" is a kernel header file directory, but it
does not contain the file "linux/version.h" as expected. This can happen if
the kernel has never been built, or if you have invoked the "make mrproper"
command in your kernel directory. In any case, you may want to rebuild your
kernel.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
==> keeps asking the location of directory of c header files.
for your information:
Code:
depele@server:/usr/src/linux/include$ ls
acpi asm-frv asm-m68knommu asm-sh64 crypto net
asm-alpha asm-generic asm-mips asm-sparc Kbuild pcmcia
asm-arm asm-h8300 asm-parisc asm-sparc64 keys rdma
asm-arm26 asm-i386 asm-powerpc asm-um linux rxrpc
asm-avr32 asm-ia64 asm-ppc asm-v850 math-emu scsi
asm-blackfin asm-m32r asm-s390 asm-x86_64 media sound
asm-cris asm-m68k asm-sh asm-xtensa mtd video
I had some troubles compiling my kernel...
tried already to recompile but no succes.
Bookmarks