Compile error in 2.5.50 (video/bttv-cards.c)

Compile error in 2.5.50 (video/bttv-cards.c)

Post by partm.. » Wed, 04 Dec 2002 02:10:08



Hi.

I get a compile error in bttv-cards.c
Somehow I cannot find the AUDC_CONFIG_PINNACLE option anywhere in the
kernel-configuration GUI. Perhaps somebody will know how to improve this.
Details on request if needed.

Cheers,
Max

  gcc -Wp,-MD,drivers/media/video/.bttv-cards.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
-Iarch/i386/mach-generic -nostdinc -iwithprefix include -DMODULE  
-DKBUILD_BASENAME=bttv_cards -DKBUILD_MODNAME=bttv   -c -o
drivers/media/video/bttv-cards.o drivers/media/video/bttv-cards.c
drivers/media/video/bttv-cards.c: In function `miro_pinnacle_gpio':
drivers/media/video/bttv-cards.c:1742: `AUDC_CONFIG_PINNACLE' undeclared
(first use in this function)
drivers/media/video/bttv-cards.c:1742: (Each undeclared identifier is reported
only once
drivers/media/video/bttv-cards.c:1742: for each function it appears in.)
make[3]: *** [drivers/media/video/bttv-cards.o] Error 1
make[2]: *** [drivers/media/video] Error 2
make[1]: *** [drivers/media] Error 2
make: *** [drivers] Error 2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

Compile error in 2.5.50 (video/bttv-cards.c)

Post by Randy.Dunla » Wed, 04 Dec 2002 02:20:09



| I get a compile error in bttv-cards.c
| Somehow I cannot find the AUDC_CONFIG_PINNACLE option anywhere in the
| kernel-configuration GUI. Perhaps somebody will know how to improve this.
| Details on request if needed.
|
|   gcc -Wp,-MD,drivers/media/video/.bttv-cards.o.d -D__KERNEL__ -Iinclude -Wall
| -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
| -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
| -Iarch/i386/mach-generic -nostdinc -iwithprefix include -DMODULE
| -DKBUILD_BASENAME=bttv_cards -DKBUILD_MODNAME=bttv   -c -o
| drivers/media/video/bttv-cards.o drivers/media/video/bttv-cards.c
| drivers/media/video/bttv-cards.c: In function `miro_pinnacle_gpio':
| drivers/media/video/bttv-cards.c:1742: `AUDC_CONFIG_PINNACLE' undeclared
| (first use in this function)
| drivers/media/video/bttv-cards.c:1742: (Each undeclared identifier is reported
| only once
| drivers/media/video/bttv-cards.c:1742: for each function it appears in.)
| make[3]: *** [drivers/media/video/bttv-cards.o] Error 1
| make[2]: *** [drivers/media/video] Error 2
| make[1]: *** [drivers/media] Error 2
| make: *** [drivers] Error 2
| -

Yes, patches for this are available at
  http://bytesex.org/patches/2.5/

The patches just aren't being merged (accepted) yet.  :(

--
~Randy

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

 
 
 

1. Compile errors in 2.5.50 (bttv, mpu401, fb)

Hi all:

I tried 2.5.50 yesterday and encountered three compile errors. One of them
(bttv-driver) was already discussed here, I know nothing about the other
two.

Sorry if it was already reported, I do not read the mailing list very
carefuly. :-)

Also sorry that I have no time now to make patches. And, in fact, I am not
able to do so (excpet the second one VERY SIMPLE case), since I do not
know what the source should be.

1) drivers/media/video/bttv-cards.c - AUDC_CONFIG_PINNACLE constant
- already known and patched!

2) sound/oss/mpu401.h - line #10
return type of the function is void in the header but should be int
according the actual source file

3) include/video/fbcon.h - line #666 (and neighbouring)
non-existant members of struct display are referenced

Good luck...
   - M -

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

2. starting a program at boot-time, suse 6.1

3. error compiling 2.5.50

4. apm dell I8K 2.4.18

5. : compile error with "Frame-buffer Support" in 2.5.50

6. FTP Passive mode problems

7. : compile error with "Huge TLB Page Support" in 2.5.50

8. Beyond my meagre scripting ability

9. ide-scsi compile error in 2.5.50-mm1

10. scx200_gpio.c doesn't compile in 2.5.50

11. 2.5.50-ac1 trival compile fix

12. ALSA with CONFIG_SND_SB16_CSP compiling problems in 2.5.50

13. how do you successful compile or install 2.5.50?