- From: Jan Gukelberger <g.u.g.i_at_gmx.de>
- Date: Wed, 16 Feb 2005 16:10:15 +0100
On Wed, 2005-02-16 at 10:19 +0000, Bernd Porr wrote:
> Just switch off the DRM with "make menuconfig". Seems to be a bug in there.
The gamma driver has been marked as broken since 2.6.9.
For this reason you should be sure to do a make (old|menu)config between
step 3 and 4 - especially when upgrading the kernel version. If you
don't disable CONFIG_CLEAN_COMPILE ("Code maturity level options" -->
"Select only drivers expected to compile cleanly") this should disable
all broken code.
Regards,
Jan
> Eric Hudson wrote:
> > Bernd,
> >
> > I am following your instructions and I get the following while doing make
> > modules:
> >
> > drivers/char/drm/drm_drv.h:807: warning: 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 function `gamma_stub_putminor':
> > drivers/char/drm/drm_stub.h:148: warning: `inter_module_put' is deprecated
> > (declared at include/linux/module.h:582)
> > drivers/char/drm/drm_stub.h:150: warning: `inter_module_unregister' is
> > deprecated (declared at include/linux/module.h:578)
> > drivers/char/drm/drm_stub.h: In function `gamma_stub_register':
> > drivers/char/drm/drm_stub.h:206: warning: `inter_module_register' is
> > deprecated (declared at include/linux/module.h:577)
> > drivers/char/drm/drm_stub.h:216: warning: `inter_module_unregister' is
> > deprecated (declared at include/linux/module.h:578)
> > make[3]: *** [drivers/char/drm/gamma_drv.o] Error 1
> > make[2]: *** [drivers/char/drm] Error 2
> > make[1]: *** [drivers/char] Error 2
> > make: *** [drivers] Error 2
> > dev-daq:/usr/src/linux#
> >
> > I'm using debian sarge and the kernel version I'm trying to build is 2.6.10
> > and gcc version is 3.3.5 (if this matters).
> >
> > Thanks,
> >
> > Eric.
> >
> > -----Original Message-----
> > From: Bernd Porr [mailto:BerndPorr_at_f2s.com]
> > Sent: Monday, February 14, 2005 10:23 AM
> > To: Eric Hudson; comedi
> > Subject: Re: Comedi installation process...
> >
> > Hi!
> >
> > 1. Get the newest kernel from www.kernel.org
> > 2. make menuconfig
> > 3. load alternate configuration from /boot/config-2.6.8-2-386
> > 4. change IDE/SCSI from M to Y to make it bootable w/o initrd.
> > 5. make bzImage modules modules_install
> > 6. cp arch/i386/boot/bzImage /boot
> > 7. add bzImage to /etc/lilo.conf or /boot/grub/menu.lst WITHOUT initrd
> > 8. boot with the new kernel
> > 9. unpack comedi
> > 10. ./configure
> > 11. make and make install
> > 12. unpack comedilib
> > 13. ./configure --sysconfdir=/etc
> > 14 make and make install
> > 15. That's it.
> >
> > /Bernd
Received on 2005-02-16Z15:10:15