Hello I'm cross-compiling using this conf: ./configure --host=arm-linux-gnueabi --build=i686-linux-gnu --prefix=/home/jack/ARMSphinx --without-python
After doing make I get this:
So I'm thinking it can't link pulseaudio for arm, is there a way to exclude libsphinxad from make? I'm not very familliar with make so I'm kind of stuck. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sir, does removing checks for pulseaudio and alsa in configure.ac affect compiling the other dependant libraries (pocketsphinx and sphinxtrain ) ?
thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello I'm cross-compiling using this conf: ./configure --host=arm-linux-gnueabi --build=i686-linux-gnu --prefix=/home/jack/ARMSphinx --without-python
After doing make I get this:
So I'm thinking it can't link pulseaudio for arm, is there a way to exclude libsphinxad from make? I'm not very familliar with make so I'm kind of stuck. Thank you.
I'll try to fix it in coming days. As a quick fix you can remove checks for pulseaudio and alsa in configure.ac and run autogen.sh.
Sir, does removing checks for pulseaudio and alsa in configure.ac affect compiling the other dependant libraries (pocketsphinx and sphinxtrain ) ?
thank you.
Hi Nickolay,
I met the same issue in sphinxbase-5prealpha, Would you please share the information in which release it is fixed?
Hi Nickolay,
Any update on this as i am also stuck here while cross compiling.