Hi,
I am trying to cross-compile alsa-lib. As a result of building alsa-lib I
get libasound.so file. However, if I try using aplay or anything that uses
alsa I get:
ALSA lib conf.c:2700:(snd_config_hooks_call) Cannot open shared library
libasound_module_conf_pulse.so
ALSA lib control.c:909:(snd_ct
Hi,
I am trying to cross compile alsa-lib using the tool chain from my chip
vendor. This has been done before (not sure by whom) so I know that tool
chain works. However, when I run ./configure script:
CC=MY_TOOL_CHAIN ./configure --target=arm-linux --host=arm --enable-shared
-disable-static
as o