PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Irgendwas geht beim compilieren IMMER schief


17.03.01, 14:50
Hallo!
Wenn ich den Kern neu compiliere (make xconfig dep clean bzImage modules modules_install), bekomme ich bei bzImage zwischen drin diese Meldung:

...
gcc -D__KERNEL__ -I/usr/src/linux-2.4.2/include -Wall -Wstrict-prototypes -02 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -c -o pci-pc.o pci-pc.c
{standard input}: Assembler messages:
{standard input}:765: Warning: Indirect lcall without `*'
{standard input}:850: Warning: Indirect lcall without `*'
{standard input}:937: Warning: Indirect lcall without `*'
{standard input}:976: Warning: Indirect lcall without `*'
{standard input}:1008: Warning: Indirect lcall without `*'
{standard input}:1040: Warning: Indirect lcall without `*'
{standard input}:1071: Warning: Indirect lcall without `*'
{standard input}:1100: Warning: Indirect lcall without `*'
{standard input}:1129: Warning: Indirect lcall without `*'
{standard input}:1410: Warning: Indirect lcall without `*'
{standard input}:1520: Warning: Indirect lcall without `*'
...

Zwar funzt alles (so weit ich das beurteilen kann ;-) , aber irgend was passt nicht! Hat da jemand irgend eine Ahnung wie ich dahinter komme was nicht funktioniert?

Danke Jack

19.03.01, 08:21
Hi,

solange nur Warnmeldungen kommen und das Ganze nicht mit Fehlermeldungen abbricht - und zudem alles läuft, kannst Du meines Wissens nach die Warnungen ignorieren.
Bei meinen Kernelkompilierungen taucht manchmal auch die eine oder andere Meldung dieser Art auf - es läuft aber alles.

Beste Grüße,
Holger

19.03.01, 13:55
Ich danke Dir, und hoffe ich kann auch Dir mal helfen!

Jack