Re: How do I use the linux-headers with the linux-source?
- From: Marco <marco4ever@xxxxxxxxx>
- Date: Fri, 19 May 2006 12:48:53 +0200
Stephen Cormier ha scritto:
On Thursday 18 May 2006 16:59, Marco wrote:Hi,
#locate autoconf.h
/usr/include/asm-i486/autoconf.h
/usr/include/asm-x86_64/autoconf.h
/usr/include/linux/autoconf.h
Any idea?
Have you configured/compiled the source tree yet?
$ locate autoconf.h/usr/include/asm-i386/autoconf.h
/usr/include/asm-x86_64/autoconf.h
/usr/include/linux/autoconf.h
/usr/src/linux-2.6.16/include/linux/autoconf.h
The above is from my compiled and installed kernel tree whereas if I move it to a backup and untar a new tree the file does not exist.
$ ls /usr/src/linux-2.6.16/include/linux/autoconf.hls: /usr/src/linux-2.6.16/include/linux/autoconf.h: No such file or directory
$ ls /usr/src/linux-2.6.16.orig/include/linux/autoconf.h/usr/src/linux-2.6.16.orig/include/linux/autoconf.h
Stephen
I made some tests last night and I think i've found the problem.
here is the procedure I followed to compile the kernel:
#apt-get install linux-source-2.6.15
# tar -jxf /usr/src/linux-source-2.6.15.tar.bz2
# cd /usr/src/linux-source-2.6.15/
# make-kpkg clean
# make menuconfig
# make oldconfig
# make-kpkg --revision 'name.version' kernel_image modules_image
and after
# MAKE-KPKG CLEAN :-)
As you can see, I think the problem is the final "make kpkg clean" command, isn't it?
What should I type to clean up the code after the kernel is compiled, without deleting "the useful bits"?
Thanks a lot!
Marco
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: How do I use the linux-headers with the linux-source?
- From: Michelle Konzack
- Re: How do I use the linux-headers with the linux-source?
- From: Greg Folkert
- Re: How do I use the linux-headers with the linux-source?
- References:
- Re: How do I use the linux-headers with the linux-source?
- From: Marco
- Re: How do I use the linux-headers with the linux-source?
- From: Kilian
- Re: How do I use the linux-headers with the linux-source?
- From: Marco
- Re: How do I use the linux-headers with the linux-source?
- From: Stephen Cormier
- Re: How do I use the linux-headers with the linux-source?
- Prev by Date: help with Bug in etch installer (grub)
- Next by Date: Re: best way to secure communication?
- Previous by thread: Re: How do I use the linux-headers with the linux-source?
- Next by thread: Re: How do I use the linux-headers with the linux-source?
- Index(es):
Relevant Pages
|
|