KCT (Kernel Compiling Troubleshooting)

Post Reply
Message
Author
Alex

KCT (Kernel Compiling Troubleshooting)

#1 Post by Alex »

Hallo,
kennt sich jemand mit den Fehlermeldungen beim Kernel kompilieren aus?

bei make modules erscheint zwischen drin unter anderem folgender Text:
<blockquote><pre><font size="1" face="">code:</font><hr><font face="Courier New" size="2">
Common/ocfsgennm.c:168: warning: unsigned int format, long unsigned int arg (arg 2)
Common/ocfsgennm.c:168: warning: unsigned int format, long unsigned int arg (arg 3)
Common/ocfsgennm.c:168: warning: unsigned int format, long unsigned int arg (arg 4)
Common/ocfsgennm.c:168: warning: unsigned int format, long unsigned int arg (arg 5)
</font><hr></pre></blockquote>

Am Ende dann:
<blockquote><pre><font size="1" face="">code:</font><hr><font face="Courier New" size="2">
Common/ocfsgennm.c:168: warning: unsigned int format, long unsigned int arg (arg 2)
Common/ocfsgennm.c:168: warning: unsigned int format, long unsigned int arg (arg 3)
Common/ocfsgennm.c:168: warning: unsigned int format, long unsigned int arg (arg 4)
Common/ocfsgennm.c:168: warning: unsigned int format, long unsigned int arg (arg 5)
</font><hr></pre></blockquote>

Was wollen diese Meldungen mir sagen?

Vielen Dank,
mfG
Alex

User avatar
hjb
Pro-Linux
Posts: 3264
Joined: 15. Aug 1999 16:59
Location: Bruchsal
Contact:

Re: KCT (Kernel Compiling Troubleshooting)

#2 Post by hjb »

Hi!

Nichts, es sind keine Fehler.

Gruß,
hjb
Pro-Linux - warum durch Fenster steigen, wenn es eine Tür gibt?

Post Reply