|
Home > Archive > Linux Debian support > December 2005 > 2.6.14 - Kernel does not compile
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
2.6.14 - Kernel does not compile
|
|
| Ruediger 2005-12-27, 5:56 pm |
| Hello,
having just set-up a new sarge unstable system with minimal setup I
installed the kernel-sources and went out to compile the kernel:
athlon-xp:/usr/src/linux# make modules_install
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map
2.6.14.2-skas3-v8.2; fi
So - what's that for an error-message? Google didn't find anything related.
and
make bzImage
ends with this:
arch/i386/kernel/asm-offsets.c:67: error: invalid application of 'sizeof' to
incomplete type 'struct tss_struct'
arch/i386/kernel/asm-offsets.c:71: warning: implicit declaration of function
'__fix_to_virt'
arch/i386/kernel/asm-offsets.c:71: error: 'FIX_VSYSCALL' undeclared (first
use in this function)
make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
All I need is a kernel that is small and compact - which the regular
kernel-image is not. I'm compiling my own kernels since quite a while, but
never had that kind of error.
Help me , please!
--
Sincerely
Ruediger
| |
| gregor herrmann 2005-12-27, 5:56 pm |
| On Tue, 27 Dec 2005 18:14:07 +0100, Ruediger wrote:
> having just set-up a new sarge unstable system with minimal setup I
> installed the kernel-sources and went out to compile the kernel:
You might want to take a look at make-kpgk.
gregor
--
.''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
: :' : infos zur usenet-hierarchie at.*: http://www.usenet.at/
`. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/
`- NP: Bob Dylan: Cold Irons Bound
| |
| Ruediger 2005-12-27, 5:56 pm |
| Thank you very much!
I didn't understand much of it, but it gave me the idea to use unstable's
kernel-source archive and not the one from kernel.org - and for whatever
reason: Now it compiles.
gregor herrmann wrote:
> On Tue, 27 Dec 2005 18:14:07 +0100, Ruediger wrote:
>
>
> You might want to take a look at make-kpgk.
>
>
> gregor
--
Sincerely
Ruediger
|
|
|
|
|