* problems compiling alsa-drivers-1.0.16 into 2.6.25.4 kernel
@ 2008-05-20 1:03 Dragan Noveski
2008-05-20 9:44 ` Takashi Iwai
0 siblings, 1 reply; 3+ messages in thread
From: Dragan Noveski @ 2008-05-20 1:03 UTC (permalink / raw)
To: linux-kernel
hallo list,
steven rostedt asked me to pass this problem to this list, so here it goes.
when running make in the alsa-driver source i get this error:
.....
make[1]: Entering directory `/usr/src/linux-2.6.25'
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/hwdep.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/memory_wrapper.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/memalloc.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/sgbuf.o
CC [M] /home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/pcm.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/pcm_native.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/pcm_lib.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/pcm_timer.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/pcm_misc.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/pcm_memory.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/rawmidi.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/rtctimer.o
CC [M]
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/timer.o
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/timer.c: In
function 'snd_timer_request':
/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/timer.c:155:
error: wrong type argument to unary exclamation mark
make[3]: ***
[/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore/timer.o]
Fehler 1
make[2]: ***
[/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16/acore] Fehler 2
make[1]: ***
[_module_/home/nowhiskey/software/nove/alsa/alsa-driver-1.0.16] Fehler 2
make[1]: Leaving directory `/usr/src/linux-2.6.25'
make: *** [compile] Fehler 2
......
the configure line i am using is:
./configure --with-isapnp=no --with-sequencer=yes --with-oss=yes
--with-pcm-oss-plugins=yes
--with-cards=virmidi,seq-dummy,hdsp,intel8x0,usb-audio
--with-card-options=seq-rtctimer-default,support-old-api
it works on 2.6.24.7-rt7 kernel, but it don't with the 2.6.25.4 vanilla.
if you need any additional information on my system, please let me know.
since i am not subscribed to this list, it would be good you CC the
messages of this thread to my email.
cheers,
doc
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problems compiling alsa-drivers-1.0.16 into 2.6.25.4 kernel
2008-05-20 1:03 problems compiling alsa-drivers-1.0.16 into 2.6.25.4 kernel Dragan Noveski
@ 2008-05-20 9:44 ` Takashi Iwai
2008-05-20 10:17 ` Dragan Noveski
0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2008-05-20 9:44 UTC (permalink / raw)
To: Dragan Noveski; +Cc: alsa-devel
At Tue, 20 May 2008 03:03:44 +0200,
Dragan Noveski wrote:
>
> hallo list,
> steven rostedt asked me to pass this problem to this list, so here it goes.
No, it should be alsa-devel ML.
> when running make in the alsa-driver source i get this error:
>
> .....
> make[1]: Entering directory `/usr/src/linux-2.6.25'
ALSA 1.0.16 doesn't work for 2.6.25 kernel. Get the latest HG
version.
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problems compiling alsa-drivers-1.0.16 into 2.6.25.4 kernel
2008-05-20 9:44 ` Takashi Iwai
@ 2008-05-20 10:17 ` Dragan Noveski
0 siblings, 0 replies; 3+ messages in thread
From: Dragan Noveski @ 2008-05-20 10:17 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
Takashi Iwai wrote:
> At Tue, 20 May 2008 03:03:44 +0200,
> Dragan Noveski wrote:
>
>> hallo list,
>> steven rostedt asked me to pass this problem to this list, so here it goes.
>>
>
> No, it should be alsa-devel ML.
>
>
>> when running make in the alsa-driver source i get this error:
>>
>> .....
>> make[1]: Entering directory `/usr/src/linux-2.6.25'
>>
>
> ALSA 1.0.16 doesn't work for 2.6.25 kernel. Get the latest HG
> version.
>
>
> Takashi
>
ok - good to know that it is an known issue and not me who is doing sth
wrong!
very much thanks for the clarification.
now i ll have a look for 'the latest HG version'.
cheers,
doc
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-20 10:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-20 1:03 problems compiling alsa-drivers-1.0.16 into 2.6.25.4 kernel Dragan Noveski
2008-05-20 9:44 ` Takashi Iwai
2008-05-20 10:17 ` Dragan Noveski
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.