[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

make-ing kernel



Dear All,

I downloaded the latest kernel and source.
In the source (/usr/src/linux-2.4) dir I made:
make mrproper - OK
make xconfig -OK
In the xconfig I loaded from
/boot/config-2.4.22-1.2149.nptl file, then save and quit.
- OK
make dep - OK
make bzImage - come with the next failure:

kernel/kernel.o(.text+0x108c): In function `schedule':
: undefined reference to `active_load_balance'
fs/fs.o(.text+0x37b05): In function `zisofs_readpage':
: undefined reference to `zlib_inflateInit_'
fs/fs.o(.text+0x37c07): In function `zisofs_readpage':
: undefined reference to `zlib_inflate'
fs/fs.o(.text+0x37cb9): In function `zisofs_readpage':
: undefined reference to `zlib_inflateEnd'
fs/fs.o(.text.init+0xacc): In function `mnt_init':
: undefined reference to `init_rootfs'
fs/fs.o(.text.init+0x1011): In function `zisofs_init':
: undefined reference to `zlib_inflate_workspacesize'
make[1]: *** [kallsyms] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.22-1.2149.nptl'
make: *** [vmlinux] Error 2

.. and stop. What made I wrong?

thx
Gábor




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]