2003-01-08 16:15:45

by Bill Davidsen

[permalink] [raw]
Subject: [BUG] 2.5.54 sb16.c compile fails

gcc -Wp,-MD,sound/isa/sb/.sb16_main.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE -DKBUILD_BASENAME=sb16_main -DKBUILD_MODNAME=snd_sb16_dsp -DEXPORT_SYMTAB -c -o sound/isa/sb/sb16_main.o sound/isa/sb/sb16_main.c
gcc -Wp,-MD,sound/isa/sb/.sb16.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE -DKBUILD_BASENAME=sb16 -DKBUILD_MODNAME=snd_sb16 -c -o sound/isa/sb/sb16.o sound/isa/sb/sb16.c
sound/isa/sb/sb16.c: In function `snd_sb16_isapnp':
sound/isa/sb/sb16.c:276: warning: implicit declaration of function `isapnp_find_dev'
sound/isa/sb/sb16.c:276: warning: assignment makes pointer from integer without a cast
sound/isa/sb/sb16.c:277: structure has no member named `active'
sound/isa/sb/sb16.c:290: structure has no member named `prepare'
sound/isa/sb/sb16.c:293: warning: implicit declaration of function `isapnp_resource_change'
sound/isa/sb/sb16.c:304: structure has no member named `activate'
sound/isa/sb/sb16.c: In function `snd_sb16_deactivate':
sound/isa/sb/sb16.c:344: structure has no member named `deactivate'
sound/isa/sb/sb16.c: In function `alsa_card_sb16_init':
sound/isa/sb/sb16.c:629: warning: implicit declaration of function `isapnp_probe_cards'
make[3]: *** [sound/isa/sb/sb16.o] Error 1
make[2]: *** [sound/isa/sb] Error 2
make[1]: *** [sound/isa] Error 2
make: *** [sound] Error 2


2003-01-08 17:21:43

by Ruslan U. Zakirov

[permalink] [raw]
Subject: Re: [BUG] 2.5.54 sb16.c compile fails

On Wed, 8 Jan 2003, Bill Davidsen wrote:

> gcc -Wp,-MD,sound/isa/sb/.sb16_main.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE -DKBUILD_BASENAME=sb16_main -DKBUILD_MODNAME=snd_sb16_dsp -DEXPORT_SYMTAB -c -o sound/isa/sb/sb16_main.o sound/isa/sb/sb16_main.c
> gcc -Wp,-MD,sound/isa/sb/.sb16.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -nostdinc -iwithprefix include -DMODULE -DKBUILD_BASENAME=sb16 -DKBUILD_MODNAME=snd_sb16 -c -o sound/isa/sb/sb16.o sound/isa/sb/sb16.c
> sound/isa/sb/sb16.c: In function `snd_sb16_isapnp':
> sound/isa/sb/sb16.c:276: warning: implicit declaration of function `isapnp_find_dev'
> sound/isa/sb/sb16.c:276: warning: assignment makes pointer from integer without a cast
> sound/isa/sb/sb16.c:277: structure has no member named `active'
> sound/isa/sb/sb16.c:290: structure has no member named `prepare'
> sound/isa/sb/sb16.c:293: warning: implicit declaration of function `isapnp_resource_change'
> sound/isa/sb/sb16.c:304: structure has no member named `activate'
> sound/isa/sb/sb16.c: In function `snd_sb16_deactivate':
> sound/isa/sb/sb16.c:344: structure has no member named `deactivate'
> sound/isa/sb/sb16.c: In function `alsa_card_sb16_init':
> sound/isa/sb/sb16.c:629: warning: implicit declaration of function `isapnp_probe_cards'
> make[3]: *** [sound/isa/sb/sb16.o] Error 1
> make[2]: *** [sound/isa/sb] Error 2
> make[1]: *** [sound/isa] Error 2
> make: *** [sound] Error 2
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
Hello!
All this errors relay to new PnP layer implementation.
I've send PATCH to SB16/AWE32 card just now.
If you have this card, can you test it and send me results?
Ruslan.

2003-01-08 19:13:10

by Bill Davidsen

[permalink] [raw]
Subject: Re: [BUG] 2.5.54 sb16.c compile fails

On Wed, 8 Jan 2003, Ruslan U. Zakirov wrote:

> All this errors relay to new PnP layer implementation.

I'm unfortunately aware, I've been sending up problem reports, and I'm
delighted that someone has responded promptly.

> I've send PATCH to SB16/AWE32 card just now.
> If you have this card, can you test it and send me results?

As soon as I can get a new build. I think that card is still in the
machine, if nbot it can be put there after 5pm.

--
bill davidsen <[email protected]>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.