Harald Ackermann wrote:
> k�nnt Ihr helfen ?
Ja
> ld -m elf_i386 -r -o mm.o init.o fault.o ioremap.o extable.o
> make[2]: Leaving directory `/usr/src/linux-2.0.36.SuSE/arch/i386/mm'
> make[1]: Leaving directory `/usr/src/linux-2.0.36.SuSE/arch/i386/mm'
> make -C arch/i386/lib
> make[1]: Entering directory `/usr/src/linux-2.0.36.SuSE/arch/i386/lib'
> make all_targets
> make[2]: Entering directory `/usr/src/linux-2.0.36.SuSE/arch/i386/lib'
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
>-fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2
>-malign-functions=2 -DCPU=686 -c -o checksum.o checksum.c
> checksum.c:200: redefinition of `csum_partial_copy'
> checksum.c:105: `csum_partial_copy' previously defined here
> {standard input}: Assembler messages:
> {standard input}:188: Fatal error: Symbol csum_partial_copy already defined.
> make[2]: *** [checksum.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.0.36.SuSE/arch/i386/lib'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.0.36.SuSE/arch/i386/lib'
> make: *** [_dir_arch/i386/lib] Error 2
Wie man hier ganz leicht sieht hats du vergessen den symlink linu zu
�ndern und probierst somit der Kernel 2.0.36 mit egcs zu compilieren
(das funkt aber erst mit 2.2.0) also L�sung:
cd /usr/src
rm linux
ln -s linux-2.2.1 linux
cd linux
make menuconfig (oder xconfig)
make dep && make clean && make bzImage && make modules && make
modules_install && make install
cd /
System.map und vmlinuz in /
nach zb System-2.2.1.map und vmlinuz-2.2.1 umbnennen
beide nach /boot verschieben
ln -s System-2.2.1.map System.map
ln -s vmlinuz-2.2.1 vmlinuz
danach /etc/lilo.conf anpassen (hier meine brauchst nur die partitionen
�nderen):
# LILO Konfigurations-Datei
# Start LILO global Section
boot=/dev/hda <---- �NDERN!
#compact # faster, but won't work on all systems.
read-only
prompt
timeout=100
vga = normal # force sane state
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hdc3 <---- �NDERN!
label = linux
# Linux bootable partition config ends
#
# Linux bootable partition config begins
image = /boot/vmlinuz-2.0.36
root = /dev/hdc3 <---- �NDEREN!
label = old-linux
optional
# Linux bootable partition config ends
#
# DOS bootable partition config begins
other = /dev/hda1 <---- �NDERN!
label = win
table = /dev/hda <---- �NDERN!
# DOS bootable partition config ends
#
letzters solltest du auch mit YaST erledigen k�nnen!
dann noch folgendes kommando ausf�hren:
lilo
und rebooten!
und das n�chste mal lesen wir im suse handbuch erstmal was zu tun ist um
einen neuen kernel zu compilieren!
MfG
ron
--
Um aus der Liste ausgetragen zu werden, eine Mail an [EMAIL PROTECTED]
schicken, mit dem Text: unsubscribe suse-linux