pitfl
11.09.01, 19:55
Hallo,
habe mir heute die Sourcen für Kernel 2.4.9
vom Suse Server gezogen.
Diese nach /usr/src kopiert und mit tar ausgepackt und natürlich den erforderlichen link nach linux gesetzt.
Wenn ich jetzt als root make xconfig eingebe
erhalte ich nachfolgende Fehlermeldung:
bash-2.05# cd /usr/src/linux
bash-2.05# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.9.SuSE/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.cgcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o tkcond.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkgen.o tkgen.c
gcc -o tkparse tkparse.o tkcond.o tkgen.o
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
drivers/net/Config.in: 255: unknown command
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.9.SuSE/scripts'
make: *** [xconfig] Error 2
Was meint Ihr? Ein fehlerhaftes Sourcenpaket?
Wenn ich die Sourcen von 2.4.6 nehme, dann funzt make xconfig.
mfg
pit
habe mir heute die Sourcen für Kernel 2.4.9
vom Suse Server gezogen.
Diese nach /usr/src kopiert und mit tar ausgepackt und natürlich den erforderlichen link nach linux gesetzt.
Wenn ich jetzt als root make xconfig eingebe
erhalte ich nachfolgende Fehlermeldung:
bash-2.05# cd /usr/src/linux
bash-2.05# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.9.SuSE/scripts'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o tkparse.cgcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o tkcond.c
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkgen.o tkgen.c
gcc -o tkparse tkparse.o tkcond.o tkgen.o
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
drivers/net/Config.in: 255: unknown command
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.9.SuSE/scripts'
make: *** [xconfig] Error 2
Was meint Ihr? Ein fehlerhaftes Sourcenpaket?
Wenn ich die Sourcen von 2.4.6 nehme, dann funzt make xconfig.
mfg
pit