On 16.06.03 Jan Rakelmann (JanRakelmann@web.de) wrote:
- Hilmar Preusse wrote:
Moin,
Gut, dann rück mal die Kernelconfig raus, ob sich das hier reproduzieren läßt. Vielleicht ist es ja wirklich ein Bug...
Im Anhang, ich hoffe ich nerv' nicht alle.
make modules geht bei mir an der Stelle problemlos durch. Compiler ist definitiv ein 2.95.4. Wenn Du Dir nicht durch irgendwas den Source-Tree versaut hast liegts am Compiler. Ich vermute Letzteres, da die Fehlermeldunegn ja auch google bekannt sind.
gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.21/include/linux/modversions.h -g -nostdinc -iwithprefix include -DKBUILD_BASENAME=ambassador -c -o ambassador.o ambassador.c gcc -D__KERNEL__ -I/usr/src/linux-2.4.21/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.21/include/linux/modversions.h -g -nostdinc -iwithprefix include -DKBUILD_BASENAME=atmtcp -c -o atmtcp.o atmtcp.c
drachi:[/usr/src/linux] #time make-kpkg kernel_image
bricht bei mir nach 120 Minuten beim depmod während der Installation ab. Das ist dann ein echter Bug. Na ja, aber die Probleme da oben hab ich nicht.
H.