All of lore.kernel.org
 help / color / mirror / Atom feed
* alsa-driver cross compile problem - upgrading ALSA
@ 2012-06-29 15:32 Max Klein
  2012-07-02  4:06 ` raj raja
  0 siblings, 1 reply; 4+ messages in thread
From: Max Klein @ 2012-06-29 15:32 UTC (permalink / raw)
  To: alsa-devel

I am running 2.6.27 kernel on arm board with ALSA driver version 1.0.17 (cat /proc/asound/version) and I would like to update ALSA driver version to current 1.0.25.

I am trying to build alsa-drivers with "./configure --with-cross=arm-none-linux-gnueabi- --enable-dynamic-minors --with-debug=full --with-isapnp=no --with-oss=no --with-kernel=/data/src/kernel/linux-davinci --with-build=/data/src/kernel/linux-davinci --with-sequencer=no"

Afterwards I compile it via "make ARCH=arm" but this fails we the following error:

In file included from /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/acore/hrtimer.c:1:
/data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/include/adriver.h:753: error: static declaration of 'jiffies_to_msecs' follows non-static declaration
include/linux/jiffies.h:286: error: previous declaration of 'jiffies_to_msecs' was here
/data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/include/adriver.h:772: error: static declaration of 'msecs_to_jiffies' follows non-static declaration
include/linux/jiffies.h:288: error: previous declaration of 'msecs_to_jiffies' was here


Can someone please help me how to get ALSA upgraded on my platform? Obviously I am either doing something wrong when configuring or I am on the absolutely wrong way?

I am looking forward for any advice, thanks in advance!
-- 
NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!                                  
Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: alsa-driver cross compile problem - upgrading ALSA
  2012-06-29 15:32 alsa-driver cross compile problem - upgrading ALSA Max Klein
@ 2012-07-02  4:06 ` raj raja
  2012-07-02  7:58   ` Max Klein
  0 siblings, 1 reply; 4+ messages in thread
From: raj raja @ 2012-07-02  4:06 UTC (permalink / raw)
  To: Max Klein; +Cc: alsa-devel

Hi,

Better you compile with kernel


Thanks

Yuvi R

On Fri, Jun 29, 2012 at 9:02 PM, Max Klein <mein_name@ist-einmalig.de>wrote:

> I am running 2.6.27 kernel on arm board with ALSA driver version 1.0.17
> (cat /proc/asound/version) and I would like to update ALSA driver version
> to current 1.0.25.
>
> I am trying to build alsa-drivers with "./configure
> --with-cross=arm-none-linux-gnueabi- --enable-dynamic-minors
> --with-debug=full --with-isapnp=no --with-oss=no
> --with-kernel=/data/src/kernel/linux-davinci
> --with-build=/data/src/kernel/linux-davinci --with-sequencer=no"
>
> Afterwards I compile it via "make ARCH=arm" but this fails we the
> following error:
>
> In file included from
> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/acore/hrtimer.c:1:
> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/include/adriver.h:753:
> error: static declaration of 'jiffies_to_msecs' follows non-static
> declaration
> include/linux/jiffies.h:286: error: previous declaration of
> 'jiffies_to_msecs' was here
> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/include/adriver.h:772:
> error: static declaration of 'msecs_to_jiffies' follows non-static
> declaration
> include/linux/jiffies.h:288: error: previous declaration of
> 'msecs_to_jiffies' was here
>
>
> Can someone please help me how to get ALSA upgraded on my platform?
> Obviously I am either doing something wrong when configuring or I am on the
> absolutely wrong way?
>
> I am looking forward for any advice, thanks in advance!
> --
> NEU: FreePhone 3-fach-Flat mit kostenlosem Smartphone!
> Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: alsa-driver cross compile problem - upgrading ALSA
  2012-07-02  4:06 ` raj raja
@ 2012-07-02  7:58   ` Max Klein
  2012-07-02  8:03     ` Rajeev kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Max Klein @ 2012-07-02  7:58 UTC (permalink / raw)
  To: raj raja; +Cc: alsa-devel

What do you mean exactly? Am I missing any option? The other way around
would be to try integrating a newer ALSA driver version into my kernel
source (therefore updating the integrated ALSA driver before building
the kernel and afterwards directly build the Kernel with updated ALSA
version)?

> Better you compile with kernel
>
>
> Thanks
>
> Yuvi R
>
> On Fri, Jun 29, 2012 at 9:02 PM, Max Klein <mein_name@ist-einmalig.de>wrote:
>
>> I am running 2.6.27 kernel on arm board with ALSA driver version 1.0.17
>> (cat /proc/asound/version) and I would like to update ALSA driver version
>> to current 1.0.25.
>>
>> I am trying to build alsa-drivers with "./configure
>> --with-cross=arm-none-linux-gnueabi- --enable-dynamic-minors
>> --with-debug=full --with-isapnp=no --with-oss=no
>> --with-kernel=/data/src/kernel/linux-davinci
>> --with-build=/data/src/kernel/linux-davinci --with-sequencer=no"
>>
>> Afterwards I compile it via "make ARCH=arm" but this fails we the
>> following error:
>>
>> In file included from
>> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/acore/hrtimer.c:1:
>> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/include/adriver.h:753:
>> error: static declaration of 'jiffies_to_msecs' follows non-static
>> declaration
>> include/linux/jiffies.h:286: error: previous declaration of
>> 'jiffies_to_msecs' was here
>> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/include/adriver.h:772:
>> error: static declaration of 'msecs_to_jiffies' follows non-static
>> declaration
>> include/linux/jiffies.h:288: error: previous declaration of
>> 'msecs_to_jiffies' was here
>>
>>
>> Can someone please help me how to get ALSA upgraded on my platform?
>> Obviously I am either doing something wrong when configuring or I am on the
>> absolutely wrong way?
>>
>> I am looking forward for any advice, thanks in advance!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: alsa-driver cross compile problem - upgrading ALSA
  2012-07-02  7:58   ` Max Klein
@ 2012-07-02  8:03     ` Rajeev kumar
  0 siblings, 0 replies; 4+ messages in thread
From: Rajeev kumar @ 2012-07-02  8:03 UTC (permalink / raw)
  To: mein_name; +Cc: alsa-devel, raj raja

On 7/2/2012 1:28 PM, Max Klein wrote:
> What do you mean exactly? Am I missing any option? The other way around
> would be to try integrating a newer ALSA driver version into my kernel
> source (therefore updating the integrated ALSA driver before building
> the kernel and afterwards directly build the Kernel with updated ALSA
> version)?
>

Avoid Top posting

~Rajeev

>> Better you compile with kernel
>>
>>
>> Thanks
>>
>> Yuvi R
>>
>> On Fri, Jun 29, 2012 at 9:02 PM, Max Klein<mein_name@ist-einmalig.de>wrote:
>>
>>> I am running 2.6.27 kernel on arm board with ALSA driver version 1.0.17
>>> (cat /proc/asound/version) and I would like to update ALSA driver version
>>> to current 1.0.25.
>>>
>>> I am trying to build alsa-drivers with "./configure
>>> --with-cross=arm-none-linux-gnueabi- --enable-dynamic-minors
>>> --with-debug=full --with-isapnp=no --with-oss=no
>>> --with-kernel=/data/src/kernel/linux-davinci
>>> --with-build=/data/src/kernel/linux-davinci --with-sequencer=no"
>>>
>>> Afterwards I compile it via "make ARCH=arm" but this fails we the
>>> following error:
>>>
>>> In file included from
>>> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/acore/hrtimer.c:1:
>>> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/include/adriver.h:753:
>>> error: static declaration of 'jiffies_to_msecs' follows non-static
>>> declaration
>>> include/linux/jiffies.h:286: error: previous declaration of
>>> 'jiffies_to_msecs' was here
>>> /data/VRM/davinci33/alsa-1.0.25/alsa-driver-1.0.25/include/adriver.h:772:
>>> error: static declaration of 'msecs_to_jiffies' follows non-static
>>> declaration
>>> include/linux/jiffies.h:288: error: previous declaration of
>>> 'msecs_to_jiffies' was here
>>>
>>>
>>> Can someone please help me how to get ALSA upgraded on my platform?
>>> Obviously I am either doing something wrong when configuring or I am on the
>>> absolutely wrong way?
>>>
>>> I am looking forward for any advice, thanks in advance!
>
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> .
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-02  8:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-29 15:32 alsa-driver cross compile problem - upgrading ALSA Max Klein
2012-07-02  4:06 ` raj raja
2012-07-02  7:58   ` Max Klein
2012-07-02  8:03     ` Rajeev kumar

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.