[alsa-devel] question about cross compilation with alsa

Alvarado, Claudia claudia.alvarado at intel.com
Wed Mar 23 18:39:15 CET 2016


Hello!  I have a general question.  We are cross compiling on a Linux machine for an ARM processor on an embedded device.  When compiling, we specify paths for the include files and our cross compiled Alsa library.  We then try to port this to our embedded device.  When trying to run the executable on the embedded device we get two problems:


  1.  it doesn’t recognize the PCM device called ‘default’— I think we just need to call this out with hw:0,0 but we need to play with this.
  2.  We get this error: “ALSA lib conf.c(snd_config_update_r)Cannot access file /path/to/alsa.conf"
     *   The path that it lists is the path to our cross compiled alsa lib on our linux box… so it seems that in the compilation process, this path is preserved and transferred to the executable somehow.

So my question is, is there a way to specify two different library paths for the two devices (linux and embedded) while compiling so that when we port to the embedded device, the executable knows where to look for the alsa library?  Normally, this wouldn’t be an issue because the default on a linux machine is usr/include, which I believe gets searched by default.  However, on our embedded device, the path is different.

Thanks in advance!


More information about the Alsa-devel mailing list