Hi,

I have i.MX53 arm device with preinstalled alsa. I want to copilate pjsip with 
alsa (without alsa I can compilate pjsip without problem). On my Ubuntu x86 PC 
I installed toolchain (I tested it worked) and I want to install alsa-lib. I 
downloaded alsa-lib-1.0.27.tar.bz2, unziped it and then did:
1. export CC=arm-angstrom-linux-gnueabi-gcc (my toolchain compilator)
2. export PATH="/usr/local/armv7a/arm/bin:$PATH"
3. export CROSS_COMPILE=arm-angstrom-linux-gnueabi
4. ./configure --target=arm-linux --host=i686-linux --disable-python (here OK)
5. make                (OK)
6. make install       (Here I have error):

libtool: install: (cd /home/flat173/alsa-lib-1.0.27/modules/mixer/simple; 
/bin/bash /home/flat173/alsa-lib-1.0.27/libtool  --silent --tag CC 
--mode=relink arm-angstrom-linux-gnueabi-gcc -g -O2 -W -Wall -D_GNU_SOURCE 
-module -avoid-version -o smixer-sbase.la -rpath /usr/lib/alsa-lib/smixer 
sbase.lo ../../../src/libasound.la )
/home/flat173/alsa-lib-1.0.27/libtool: line 8962: 
arm-angstrom-linux-gnueabi-gcc: command not found  (!!!!!!!!!!!!! But I can 
compilate using arm-angstrom-linux-gnueabi-gcc, it works!!!!!!!)
libtool: install: error: relink `smixer-sbase.la' with the above command before 
installing it
make[4]: *** [install-pkglibLTLIBRARIES] Error 1
make[4]: Выход из каталога `/home/flat173/alsa-lib-1.0.27/modules/mixer/simple'
make[3]: *** [install-am] Error 2
make[3]: Выход из каталога `/home/flat173/alsa-lib-1.0.27/modules/mixer/simple'
make[2]: *** [install-recursive] Error 1
make[2]: Выход из каталога `/home/flat173/alsa-lib-1.0.27/modules/mixer'
make[1]: *** [install-recursive] Error 1
make[1]: Выход из каталога `/home/flat173/alsa-lib-1.0.27/modules'
make: *** [install-recursive] Error 1

I spent many time... And can't solve this problem...
Can you give me advice or point out error in my installation command? Thank 
you:)
 - Gregory

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to