Probleme bei Kompilierung mit 2.6.5!!!

Welches Modul/Treiber für welche Hardware, Kernel compilieren...
Antworten
Benutzeravatar
kox666
Beiträge: 393
Registriert: 14.12.2002 20:35:34
Wohnort: Nähe Leverkusen...
Kontaktdaten:

Probleme bei Kompilierung mit 2.6.5!!!

Beitrag von kox666 » 07.04.2004 12:48:33

Hallo,

ich schaffe es einfach nicht den Kernel zu kompilieren, der brichti immer mit folgenden Meldungen ab :

Code: Alles auswählen

In file included from init/main.c:16:
include/linux/module.h: In function `__module_get':
include/linux/module.h:324: warning: asm operand 1 probably doesn't match constraints
In file included from include/linux/fs.h:17,
                 from include/linux/proc_fs.h:6,
                 from init/main.c:17:
include/linux/dcache.h: In function `dget':
include/linux/dcache.h:273: warning: asm operand 1 probably doesn't match constraints
In file included from include/asm/pgtable.h:17,
                 from include/linux/bootmem.h:7,
                 from init/main.c:30:
include/asm/fixmap.h: In function `virt_to_fix':
include/asm/fixmap.h:147: warning: asm operand 1 probably doesn't match constraints
In file included from init/main.c:34:
include/linux/kernel_stat.h: In function `kstat_irqs':
include/linux/kernel_stat.h:47: warning: asm operand 1 probably doesn't match constraints
In file included from include/linux/skbuff.h:26,
                 from include/linux/security.h:34,
                 from init/main.c:35:
include/linux/mm.h: In function `put_page':
include/linux/mm.h:284: warning: asm operand 1 probably doesn't match constraints
In file included from include/linux/skbuff.h:27,
                 from include/linux/security.h:34,
                 from init/main.c:35:
include/linux/highmem.h: In function `memclear_highpage_flush':
include/linux/highmem.h:59: warning: asm operand 1 probably doesn't match constraints
In file included from include/linux/security.h:34,
                 from init/main.c:35:
include/linux/skbuff.h: In function `__skb_put':
include/linux/skbuff.h:823: warning: asm operand 1 probably doesn't match constraints
include/linux/skbuff.h: In function `skb_put':
include/linux/skbuff.h:841: warning: asm operand 1 probably doesn't match constraints
include/linux/skbuff.h: In function `__skb_pull':
include/linux/skbuff.h:877: warning: asm operand 1 probably doesn't match constraints
init/main.c: In function `run_init_process':
include/asm/unistd.h:398: Invalid `asm' statement:
include/asm/unistd.h:398: fixed or forbidden register 3 (bx) was spilled for class BREG.
make[2]: *** [init/main.o] Error 1
make[1]: *** [init] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.5'
make: *** [stamp-build] Error 2
Habe versucht einige Module raus- bzw. reinzunehmen, doch Erfolg hatte ich damit leider nicht. Kennt jemand diese Meldungen und kann damit was anfangen ???

mfg Marco
Computer sind nichts anderes als in Silizium geätzte Heimtücke!
- Michael Rüttger

Benutzeravatar
pdreker
Beiträge: 8298
Registriert: 29.07.2002 21:53:30
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Nürnberg

Beitrag von pdreker » 07.04.2004 16:16:12

Schonmal versucht, den Kernel neu aus dem tar.bz2 zu entpacken?

Patrick
Definitely not a bot...
Jabber: pdreker@debianforum.de

Benutzeravatar
sebas
Beiträge: 419
Registriert: 15.01.2004 19:02:29
Wohnort: Nijmegen / NL
Kontaktdaten:

Beitrag von sebas » 07.04.2004 17:04:38

Gib mal genau die Schritte an, mit denen du es versuchst, von tar bis dpkg -i, wahrscheinlich wird es dann deutlicher.
Magic is always the best solution -- especially reliable magic.

Antworten