Trying to compile a 2.2.16 kernel for a compaq proliant 3000
with 2 PII 333s.  The reason is do that I can test frees/wan
as a solution for our vpn needs if anyone cares.

Anyway, Since it is a server I unselected all sound  support
in make menuconfig and a whole bunch of apparently (to me )
extraneous stuff.  make modules quits with the errors below
.  It looks like this is due to radio-micropcm.c needing a
low level driver from the sound stuff.  Is this correct?  I
have nothing remotely relating to radio anything selected in
menuconfig so I don't even know why I need this object.
Sure enough there is a lot of radio* code in the
./drivers/char directory but I am clueless as to why I need
it.  Do I?

Any help appreciated.

Bret


end of make modules output

gcc -D__KERNEL__ -I/usr/src/linux-2.2.16/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer
-fno-strict-aliasing -D__SMP__ -pipe -fno-strength-reduce
-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2
-DCPU=686 -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.2.16/include/linux/modversions.h   -c -o
radio-miropcm20.o radio-miropcm20.c
In file included from radio-miropcm20.c:13:
../sound/lowlevel/miroaci.h:9: #error Compiling a driver
that needs the ACI-mixer but without ACI-mixer support
radio-miropcm20.c: In function `pcm20_mute':
radio-miropcm20.c:33: warning: implicit declaration of
function `aci_write_cmd'
radio-miropcm20.c: In function `pcm20_setfreq':
radio-miropcm20.c:73: warning: implicit declaration of
function `aci_write_cmd_d'
radio-miropcm20.c: In function `pcm20_getsigstr':
radio-miropcm20.c:81: warning: implicit declaration of
function `aci_indexed_cmd'
make[2]: *** [radio-miropcm20.o] Error 1
make[2]: Leaving directory
`/usr/src/linux-2.2.16/drivers/char'
make[1]: *** [_modsubdir_char] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.16/drivers'
make: *** [_mod_drivers] Error 2







_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to