I try to compile the latest kernel-source but I run into problems:
(kernel-source-2.4.19-1mdk)

If I try to run a make menuconfig it just stays at prepering scripts.
awk takes all of my cpu and after one hour almos al of my swap and all of
my 768 MB ram. and it still says preparing scripts (after one hour) still
no menu...

If I try make xconfig I get:

[root@c-258e72d5 10:37:30 linux]# Preparing scripts.
bash: Preparing: command not found
[root@c-258e72d5 10:37:54 linux]#
[root@c-258e72d5 10:37:54 linux]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
if [ -f .need_mrproper ]; then \
        rm .need_mrproper; \
        make mrproper;  \
        make preconfig;  \
fi
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.19-1mdk/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
drivers/net/wan/Config.in: 46: can't handle
dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.19-1mdk/scripts'
make: *** [xconfig] Error 2
[root@c-258e72d5 10:39:10 linux]#

What is wrong?

/Magnus


Reply via email to