Kernel 2.6.10 compilierung...

Post Reply
Message
Author
jemand

Kernel 2.6.10 compilierung...

#1 Post by jemand »

ich bekomme beim kompilieren folgende fehlermeldungen...:

In file included from drivers/char/drm/gamma_drv.c:40:
drivers/char/drm/drm_agpsupport.h: In Funktion »gamma_agp_uninit«:
drivers/char/drm/drm_agpsupport.h:431: Warnung: `inter_module_put' is deprecated (declared at include/linux/module.h:582)
In file included from drivers/char/drm/gamma_drv.c:42:
drivers/char/drm/gamma_context.h: In Funktion »gamma_context_switch_complete«:
drivers/char/drm/gamma_context.h:193: error: structure has no member named `next_buffer'
drivers/char/drm/gamma_context.h:193: error: structure has no member named `next_buffer'
In file included from drivers/char/drm/gamma_drv.c:44:
drivers/char/drm/gamma_old_dma.h: In Funktion »gamma_clear_next_buffer«:
drivers/char/drm/gamma_old_dma.h:40: error: structure has no member named `next_buffer'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:42: error: structure has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:44: error: structure has no member named `next_queue'
In file included from drivers/char/drm/gamma_drv.c:46:
drivers/char/drm/drm_drv.h: In Funktion »gamma_release«:
drivers/char/drm/drm_drv.h:807: Warnung: implicit declaration of function `gamma_ctxbitmap_free'
In file included from drivers/char/drm/gamma_drv.c:58:
drivers/char/drm/drm_stub.h: In Funktion »gamma_stub_putminor«:
drivers/char/drm/drm_stub.h:148: Warnung: `inter_module_put' is deprecated (declared at include/linux/module.h:582)
drivers/char/drm/drm_stub.h:150: Warnung: `inter_module_unregister' is deprecated (declared at include/linux/module.h:578)
drivers/char/drm/drm_stub.h: In Funktion »gamma_stub_register«:
drivers/char/drm/drm_stub.h:206: Warnung: `inter_module_register' is deprecated (declared at include/linux/module.h:577)
drivers/char/drm/drm_stub.h:216: Warnung: `inter_module_unregister' is deprecated (declared at include/linux/module.h:578)
make[3]: *** [drivers/char/drm/gamma_drv.o] Fehler 1
make[2]: *** [drivers/char/drm] Fehler 2
make[1]: *** [drivers/char] Fehler 2
make: *** [drivers] Fehler 2

User avatar
cero
Posts: 220
Joined: 13. Apr 2004 8:13
Location: Buchholz i.d.N.

#2 Post by cero »

Schöne Fehlermeldungen :-) UND???
Kannst Du bitte eine Frage formulieren? Ist nicht so schwer :wink:
Evtl. kann dann auch jemand antworten.
MfG
cero

jemand

frage...

#3 Post by jemand »

was mache ich falsch??? oder wie kann ich den kernel kompilieren??

Post Reply