Hallo Liste, mir ist ganz was komisches passiert: Kompilier ich den 2.4.9 von ftp.kernel.org, MUSS ich SMP aktivieren, sonst bricht er immer mit folgenden Meldungen ab: (hier nur die Ausgabe von make bzImage, make dep clean bereits gemacht) gcc -D__KERNEL__ -I/usr/src/linux-2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-c make CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -Ol make[1]: Entering directory `/usr/src/linux-2.4.9/kernel' make all_targets make[2]: Entering directory `/usr/src/linux-2.4.9/kernel' gcc -D__KERNEL__ -I/usr/src/linux-2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-c In file included from /usr/src/linux-2.4.9/include/linux/modversions.h:101, from /usr/src/linux-2.4.9/include/linux/module.h:21, from ksyms.c:14: /usr/src/linux-2.4.9/include/linux/modules/i386_ksyms.ver:78: warning: `cpu_data' redefined /usr/src/linux-2.4.9/include/asm/processor.h:78: warning: this is the location of the previous definn /usr/src/linux-2.4.9/include/linux/modules/i386_ksyms.ver:82: warning: `smp_num_cpus' redefined /usr/src/linux-2.4.9/include/linux/smp.h:80: warning: this is the location of the previous definition /usr/src/linux-2.4.9/include/linux/modules/i386_ksyms.ver:84: warning: `cpu_online_map' redefined /usr/src/linux-2.4.9/include/linux/smp.h:88: warning: this is the location of the previous definition /usr/src/linux-2.4.9/include/linux/modules/i386_ksyms.ver:98: warning: `smp_call_function' redefined /usr/src/linux-2.4.9/include/linux/smp.h:87: warning: this is the location of the previous definition /usr/src/linux-2.4.9/include/linux/modules/i386_ksyms.ver:108: warning: `atomic_dec_and_lock' redefid /usr/src/linux-2.4.9/include/linux/spinlock.h:44: warning: this is the location of the previous defin In file included from /usr/src/linux-2.4.9/include/linux/modversions.h:125, from /usr/src/linux-2.4.9/include/linux/module.h:21, from ksyms.c:14: /usr/src/linux-2.4.9/include/linux/modules/ksyms.ver:532: warning: `del_timer_sync' redefined /usr/src/linux-2.4.9/include/linux/timer.h:30: warning: this is the location of the previous definitn In file included from /usr/src/linux-2.4.9/include/linux/interrupt.h:45, from ksyms.c:21: /usr/src/linux-2.4.9/include/asm/hardirq.h:37: warning: `synchronize_irq' redefined /usr/src/linux-2.4.9/include/linux/modules/i386_ksyms.ver:86: warning: this is the location of the pn In file included from ksyms.c:17: /usr/src/linux-2.4.9/include/linux/kernel_stat.h: In function `kstat_irqs': /usr/src/linux-2.4.9/include/linux/kernel_stat.h:48: `smp_num_cpus' undeclared (first use in this fu) /usr/src/linux-2.4.9/include/linux/kernel_stat.h:48: (Each undeclared identifier is reported only one /usr/src/linux-2.4.9/include/linux/kernel_stat.h:48: for each function it appears in.) make[2]: *** [ksyms.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.4.9/kernel' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.9/kernel' make: *** [_dir_kernel] Error 2 Kann sich das jemand erklären? Gruß, Thomas
Hallo, PreiXler Thomas wrote:
mir ist ganz was komisches passiert: Kompilier ich den 2.4.9 von ftp.kernel.org, MUSS ich SMP aktivieren, sonst bricht er immer mit folgenden Meldungen ab:
[Fehlermeldung]
Ich habe gerade Kernel 2.4.9 von ftp.kernel.org compiliert (wollte mal den ext3-Patch ausprobieren), das ging bei mir (Asus A7V133, Athlon CPU, 512MB SD-RAM, SuSE 7.1, gcc 2.95.3) ohne Probleme (mal vom bekannten Problem mit ntfs abgesehen, falls man das braucht). SMP habe ich definitiv _nicht_ aktivieren muessen. Ich nehme daher mal stark an, dass es ein spezifisches Problem auf Deiner Hardware bzw. mit Deiner Software ist. Du hast nicht evtl. ein SMP-Board und nutzt dort nur einen Prozessor? Kannst Du eine Fehlkonfiguration Deinerseits aussschliessen? Hast Du schon mal ein "make mrproper" und anschliessendes erneutes Konfigurieren/Compilieren probiert? CU, Th. -- Thomas Hertweck, Geophysicist Geophysical Institute, University of Karlsruhe Hertzstr. 16, D-76187 Karlsruhe, Germany
participants (2)
-
Prei�ler Thomas
-
Thomas Hertweck