Re: kernel source and gcc-4.0

From: Elimar Riesebieter (riesebie_at_lxtec.de)
Date: 08/31/05

  • Next message: Matt Zagrabelny: "Re: elinks and 256 colors"
    Date: Wed, 31 Aug 2005 20:53:08 +0200
    To: debian-user@lists.debian.org
    
    

    On Wed, 31 Aug 2005 the mental interface of
    Jerome BENOIT told:

    > Hello,
    >
    > I get:
    >
    > test -f stamp-configure || /usr/bin/make -f /usr/share/kernel-package/rules
    > configure
    > /usr/bin/make EXTRAVERSION=-bi8k ARCH=i386 \
    > bzImage
    > make[1]: Entering directory `/usr/local/src/kernel-source-2.6.11-bi8k'
    > CHK include/linux/version.h
    > make[2]: `arch/i386/kernel/asm-offsets.s' is up to date.
    > CHK include/linux/compile.h
    > CHK usr/initramfs_list
    > CC drivers/video/aty/radeon_base.o
    > In file included from drivers/video/aty/radeon_base.c:73:
    > include/linux/i2c.h:58: error: array type has incomplete element type
    > include/linux/i2c.h:197: error: array type has incomplete element type
    > make[4]: *** [drivers/video/aty/radeon_base.o] Error 1
    > make[3]: *** [drivers/video/aty] Error 2
    > make[2]: *** [drivers/video] Error 2
    > make[1]: *** [drivers] Error 2
    > make[1]: Leaving directory `/usr/local/src/kernel-source-2.6.11-bi8k'
    > make: *** [stamp-build] Error 2

    To compile the new radeon framebuffers you need to set
    CONFIG_I2C=y
    CONFIG_I2C_ALGOBIT=y

    Elimar

    -- 
      Numeric stability is probably not all that 
      important when you're guessing;-)
    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Matt Zagrabelny: "Re: elinks and 256 colors"