Hi All,
I have a simple application to capture audio. I am using ALSA static library for my application. When i run it i am getting following errors.
ALSA lib dlmisc.c:246:(snd1_dlobj_cache_get) symbol _snd_pcm_plug_open is not defined inside [builtin]
I am using ALSA library ver alsa-lib-1.0.24.1
My steps to build the ALSA static library are as below:
./configure --enable-static=yes --enable-pcm --with-pcm-plugins=all --with-libdl=no -host=arm-none-linux-gnueabi
then make command
I got libasound.a library.
I include this library in my application.