From: Ciaran Lynch (ciaranl at domain esatclear.ie)
Date: Sun 30 Jul 2000 - 18:17:58 IST
On Sun, Jul 30, 2000 at 10:57:08AM -0400, Subba Rao wrote:
>
>
> I am trying to compile the kernel 2.2.16. It looks like the "make xconfig" menu
> has modified a bit. Lot of the items have been merged into other menus. I have compiled
> kernels before, but this time I am getting quite a few errors. The compilation of the
> modules aborts with error messages. I have turned off everything that I do not need.
> I have turned off "sound" menu items, because I plan to use OSS sound driver.
> The error messages seems to be happening in the sound drivers and char device drivers.
> The char device drivers are very minimal in my configuration and sound device drivers
> are turned off.
>
> Is anyone else experiencing this problem while trying to compile 2.2.16?
>
> ========================================================
> rame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m386 -DCPU=386 -DMODULE -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
[more warnings deleted]
Well the module that's generating this is the Miro PCM20 radio driver, so
unless you need this (which I doubt) you should probably just disable it.
The problem is that this driver uses some functions from the ACI sound
drivers, and tries to include them, but the driver isn't being loaded so
the ACI functions complain ... if you do need it you should just include
support for the ACI sound stuff. (I haven't looked at the relevant
documentation but if it doesn't say this it really should)
I had no problems compiling 2.2.16, with most of the extra stuff disabled
and the drivers I actually use as modules.
Hope this helps,
Ciaran Lynch
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:07:01 GMT